Age | Commit message (Expand) | Author | Files | Lines |
2008-10-12 | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 1 | -3/+1 |
2008-07-27 | rev-parse: Add support for the ^! and ^@ syntax | Björn Steinbrink | 1 | -0/+32 |
2008-07-13 | Make usage strings dash-less | Stephan Beyer | 1 | -1/+1 |
2008-05-25 | Merge branch 'js/config-cb' | Junio C Hamano | 1 | -1/+1 |
2008-05-23 | Merge branch 'maint' | Junio C Hamano | 1 | -6/+12 |
2008-05-23 | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 1 | -6/+12 |
2008-05-23 | rev-parse --symbolic-full-name: don't print '^' if SHA1 is not a ref | Johannes Sixt | 1 | -6/+12 |
2008-05-14 | Provide git_config with a callback-data parameter | Johannes Schindelin | 1 | -1/+1 |
2008-05-11 | rev-parse --verify: do not output anything on error | Christian Couder | 1 | -15/+23 |
2008-05-11 | rev-parse: fix using "--default" with "--verify" | Christian Couder | 1 | -0/+2 |
2008-04-27 | rev-parse: fix --verify to error out when passed junk after a good rev | Christian Couder | 1 | -2/+2 |
2008-04-26 | rev-parse: teach "--verify" to be quiet when using "-q" or "--quiet" | Christian Couder | 1 | -4/+16 |
2008-03-02 | parse-opt: bring PARSE_OPT_HIDDEN and NONEG to git-rev-parse --parseopt | Pierre Habouzit | 1 | -11/+17 |
2008-02-25 | rev-parse: fix potential bus error with --parseopt option spec handling | Jay Soffian | 1 | -1/+1 |
2008-01-06 | git-rev-parse --symbolic-full-name | Junio C Hamano | 1 | -3/+34 |
2007-12-03 | Trace and quote with argv: get rid of unneeded count argument. | Christian Couder | 1 | -1/+1 |
2007-11-06 | git-rev-parse --parseopt | Junio C Hamano | 1 | -2/+2 |
2007-11-05 | Add a parseopt mode to git-rev-parse to bring parse-options to shell scripts. | Pierre Habouzit | 1 | -0/+126 |
2007-08-01 | Clean up work-tree handling | Johannes Schindelin | 1 | -0/+7 |
2007-06-06 | introduce GIT_WORK_TREE to specify the work tree | Matthias Lederhofer | 1 | -0/+5 |
2007-06-06 | rev-parse: introduce --is-bare-repository | Matthias Lederhofer | 1 | -0/+5 |
2007-02-20 | prefixcmp(): fix-up leftover strncmp(). | Junio C Hamano | 1 | -1/+1 |
2007-02-20 | Mechanical conversion to use prefixcmp() | Junio C Hamano | 1 | -5/+5 |
2007-02-05 | Commands requiring a work tree must not run in GIT_DIR | Johannes Schindelin | 1 | -0/+5 |
2006-09-20 | Tell between packed, unpacked and symbolic refs. | Junio C Hamano | 1 | -1/+1 |
2006-09-20 | Add callback data to for_each_ref() family. | Junio C Hamano | 1 | -5/+5 |
2006-08-15 | remove unnecessary initializations | David Rientjes | 1 | -5/+5 |
2006-07-29 | Call setup_git_directory() much earlier | Linus Torvalds | 1 | -2/+1 |
2006-07-06 | builtin-rev-parse.c: constness tightening | Junio C Hamano | 1 | -1/+1 |
2006-07-04 | Teach rev-parse the ... syntax. | Santi Béjar | 1 | -18/+47 |
2006-06-28 | Make some strings const | Timo Hirvonen | 1 | -1/+1 |
2006-06-05 | rev-parse: tighten constness properly. | Junio C Hamano | 1 | -5/+5 |
2006-06-03 | Builtin git-rev-parse. | Christian Couder | 1 | -0/+365 |