[PATCH] socklen_t needs to be defined and libssl to be linked on old Mac OS X
[gitweb.git] / rev-parse.c
2005-07-23 [PATCH] Help scripts that use git-rev-parse to grok...
2005-07-18 Merge master.kernel.org:/pub/scm/gitk/gitk
2005-07-16 Merge git-tools repository under "tools" subdirectory
2005-07-12 git-rev-parse: Allow a "zeroth" parent of a commit...
2005-07-06 Add "--flags" and "--no-flags" arguments to git-rev...
2005-07-06 Merge master.kernel.org:/pub/scm/gitk/gitk
2005-07-05 Merge with Linus' current tree
2005-07-04 git-rev-parse: support show sha1 names for pack entries
2005-07-04 Make git-rev-parse support cogito-style "short hex...
2005-07-03 Add "--all" flag to rev-parse that shows all refs
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