You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[PATCH] gitk "parent information" in commit window
This adds a useful "Parent:" line to the git commit information window.
It looks something like this (from the infamous octopus merge):
Author: Junio C Hamano <[email protected]> 2005-05-05 16:16:54
Committer: Junio C Hamano <[email protected]> 2005-05-05 16:16:54
Parent: fc54a9c (Update git-apply-patch-script ...)
Parent: 9e30dd7 (Make git-prune-script executa ...)
Parent: c4b83e6 (Do not write out new index if ...)
Parent: 6602659 (diff-cache shows differences ...)
Parent: b28858b (Update diff engine for symlin ...)
Octopus merge of the following five patches.
Update git-apply-patch-script for symbolic links.
Make git-prune-script executable again.
Do not write out new index if nothing has changed.
diff-cache shows differences for unmerged paths without --cache.
Update diff engine for symlinks stored in the cache.
Signed-off-by: Junio C Hamano <[email protected]>
where all the parent commit ID's are clickable, because the new lines are
added as part of the "comment" string, and thus the regular clickability
thing will match them automatically.
I think this is good. And my random-tcl-monkey-skills are clearly getting
better (although it's perfectly possible that somebody who actually knows
what he is doing would have done things differently).
Signed-off-by: Linus Torvalds <[email protected]>
Signed-off-by: Paul Mackerras <[email protected]>
0 commit comments