Tagged Questions
4
votes
4answers
207 views
Git: how can git/linux maintainers maintain so many branches
Personally, if I look at the git or the linux repo with gitk, I am totally overwhelmed by the huge amount of merges/branched. I have absolutely no clue what is going on.
I assumed that in general ...
5
votes
1answer
1k views
Can gitk show the diff of merges by default?
Currently for merges without conflicts gitk shows no diffs. Is it possible to have the diffs resulting from a merge (which are indeed there, e.g. git diff HEAD~1 after the merge shows these diffs) ...