summaryrefslogtreecommitdiff
path: root/builtin-rev-parse.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up work-tree handlingJohannes Schindelin2007-08-011-0/+7
* introduce GIT_WORK_TREE to specify the work treeMatthias Lederhofer2007-06-061-0/+5
* rev-parse: introduce --is-bare-repositoryMatthias Lederhofer2007-06-061-0/+5
* prefixcmp(): fix-up leftover strncmp().Junio C Hamano2007-02-201-1/+1
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-5/+5
* Commands requiring a work tree must not run in GIT_DIRJohannes Schindelin2007-02-051-0/+5
* Tell between packed, unpacked and symbolic refs.Junio C Hamano2006-09-201-1/+1
* Add callback data to for_each_ref() family.Junio C Hamano2006-09-201-5/+5
* remove unnecessary initializationsDavid Rientjes2006-08-151-5/+5
* Call setup_git_directory() much earlierLinus Torvalds2006-07-291-2/+1
* builtin-rev-parse.c: constness tighteningJunio C Hamano2006-07-061-1/+1
* Teach rev-parse the ... syntax.Santi BĂ©jar2006-07-041-18/+47
* Make some strings constTimo Hirvonen2006-06-281-1/+1
* rev-parse: tighten constness properly.v1.4.0-rc1Junio C Hamano2006-06-051-5/+5
* Builtin git-rev-parse.Christian Couder2006-06-031-0/+365