[PATCH] Update the list of diagnostics for git-commit-tree
[git.git] / rev-parse.c
2005-07-12 Linus Torvaldsgit-rev-parse: Allow a "zeroth" parent of a commit...
2005-07-06 Linus TorvaldsAdd "--flags" and "--no-flags" arguments to git-rev...
2005-07-06 Linus TorvaldsMerge master.kernel.org:/pub/scm/gitk/gitk
2005-07-05 Matthias UrlichsMerge with Linus' current tree
2005-07-04 Linus Torvaldsgit-rev-parse: support show sha1 names for pack entries
2005-07-04 Linus TorvaldsMake git-rev-parse support cogito-style "short hex...
2005-07-03 Linus TorvaldsAdd "--all" flag to rev-parse that shows all refs
2005-06-28 Linus TorvaldsMerge rsync://rsync.kernel.org/pub/scm/gitk/gitk
2005-06-26 Linus Torvaldsgit-rev-parse: add "--not" flag to mark subsequent...
2005-06-24 Linus Torvaldsgit-rev-parse: re-organize and be more careful
2005-06-22 Linus TorvaldsDo a cross-project merge of Paul Mackerras' gitk visualizer
2005-06-21 Linus TorvaldsChange parent syntax to "xyz^" instead of "xyz.p"
2005-06-21 Linus TorvaldsMake rev-parse understand "extended sha1" syntax
2005-06-20 Linus Torvaldsgit-rev-parse: flush "default" head when encountering...
2005-06-20 Linus Torvaldsgit-rev-parse: parse ".." before simple SHA1's
2005-06-13 Linus TorvaldsTeach git-rev-parse about revision-specifying arguments
2005-06-13 Linus Torvaldsgit-rev-parse: split "revs" and "non-revs"
2005-06-13 Linus TorvaldsAdd 'git-rev-parse' helper script