[git-users] Should 'git revert' provide an option to ignore the patch context?

2017-06-14 Thread Harry
Hello, I'm new to git. I had posted my question earlier on StackOverflow, here: https://stackoverflow.com/questions/44543219/git-revert-unable-to-undo-an-individual-commit-even-in-a-simple-case To summarize the problem described in above question: Even a *revert* of a commit that I

[git-users] multiple projects sharing submodules optimization?

2017-06-14 Thread Stefan Klein
Hi, i do have multiple projects which share the same submodules. Each project might point to a different commit of a given submodule, but the submodules are exactly the same. No problem with this so far. It just bothers me that each submodule occupies disk space, that i have to fetch each