| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |