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