| Commit message (Expand) | Author | Age | Files | Lines |
* | git's rev-parse.c function show_datestring presumes gnu date | Linus Torvalds | 2005-11-16 | 1 | -14/+1 |
* | Update git-rev-list options list in rev-parse. | Junio C Hamano | 2005-10-30 | 1 | -0/+2 |
* | Be more careful about reference parsing | Linus Torvalds | 2005-10-28 | 1 | -0/+1 |
* | git-rev-list: make --dense the default (and introduce "--sparse") | Linus Torvalds | 2005-10-26 | 1 | -1/+1 |
* | git-rev-parse: pass on "--" flag when required | Linus Torvalds | 2005-10-20 | 1 | -0/+4 |
* | Avoid ambiguity between refname and filename in rev-parse | Linus Torvalds | 2005-10-18 | 1 | -4/+8 |
* | upload-pack: Do not choke on too many heads request. | Junio C Hamano | 2005-10-05 | 1 | -0/+1 |
* | [PATCH] Teach "git-rev-parse" about date-based cut-offs | Linus Torvalds | 2005-09-20 | 1 | -0/+41 |
* | [PATCH] Add "--git-dir" flag to git-rev-parse | Linus Torvalds | 2005-09-18 | 1 | -0/+16 |
* | Rationalize output selection in rev-parse. | Junio C Hamano | 2005-08-24 | 1 | -67/+54 |
* | [PATCH] Fix git-rev-parse --default and --flags handling | Linus Torvalds | 2005-08-23 | 1 | -3/+3 |
* | Add --symbolic flag to git-rev-parse. | Junio C Hamano | 2005-08-17 | 1 | -12/+18 |
* | [PATCH] Make "git diff" work inside relative subdirectories | Linus Torvalds | 2005-08-16 | 1 | -1/+6 |
* | Update rev-parse flags list. | Junio C Hamano | 2005-08-09 | 1 | -0/+3 |
* | Update get_sha1() to grok extended format. | Junio C Hamano | 2005-08-05 | 1 | -183/+5 |
* | [PATCH] Help scripts that use git-rev-parse to grok args with SP/TAB/LF | Junio C Hamano | 2005-07-22 | 1 | -3/+31 |
* | git-rev-parse: Allow a "zeroth" parent of a commit - the commit itself. | Linus Torvalds | 2005-07-11 | 1 | -1/+5 |
* | Add "--flags" and "--no-flags" arguments to git-rev-parse | Linus Torvalds | 2005-07-06 | 1 | -0/+14 |
* | git-rev-parse: support show sha1 names for pack entries | Linus Torvalds | 2005-07-03 | 1 | -0/+49 |
* | Make git-rev-parse support cogito-style "short hex names" | Linus Torvalds | 2005-07-03 | 1 | -3/+76 |
* | Add "--all" flag to rev-parse that shows all refs | Linus Torvalds | 2005-07-03 | 1 | -1/+12 |
* | git-rev-parse: add "--not" flag to mark subsequent heads negative | Linus Torvalds | 2005-06-26 | 1 | -15/+15 |
* | git-rev-parse: re-organize and be more careful | Linus Torvalds | 2005-06-24 | 1 | -26/+81 |
* | Change parent syntax to "xyz^" instead of "xyz.p" | Linus Torvalds | 2005-06-20 | 1 | -5/+5 |
* | Make rev-parse understand "extended sha1" syntax | Linus Torvalds | 2005-06-20 | 1 | -4/+57 |
* | git-rev-parse: flush "default" head when encountering something unexpected | Linus Torvalds | 2005-06-20 | 1 | -1/+4 |
* | git-rev-parse: parse ".." before simple SHA1's | Linus Torvalds | 2005-06-20 | 1 | -14/+14 |
* | Teach git-rev-parse about revision-specifying arguments | Linus Torvalds | 2005-06-13 | 1 | -2/+31 |
* | git-rev-parse: split "revs" and "non-revs" | Linus Torvalds | 2005-06-13 | 1 | -2/+25 |
* | Add 'git-rev-parse' helper script | Linus Torvalds | 2005-06-13 | 1 | -0/+70 |