git-pack-objects: add "--stdout" flag to write the pack file to stdout
[gitweb.git] / rev-parse.c
2005-06-28 Merge rsync://rsync.kernel.org/pub/scm/gitk/gitk
2005-06-26 git-rev-parse: add "--not" flag to mark subsequent...
2005-06-24 git-rev-parse: re-organize and be more careful
2005-06-22 Do a cross-project merge of Paul Mackerras' gitk visualizer
2005-06-21 Change parent syntax to "xyz^" instead of "xyz.p"
2005-06-21 Make rev-parse understand "extended sha1" syntax
2005-06-20 git-rev-parse: flush "default" head when encountering...
2005-06-20 git-rev-parse: parse ".." before simple SHA1's
2005-06-13 Teach git-rev-parse about revision-specifying arguments
2005-06-13 git-rev-parse: split "revs" and "non-revs"
2005-06-13 Add 'git-rev-parse' helper script