summaryrefslogtreecommitdiff
path: root/builtin-rev-parse.c
AgeCommit message (Expand)Author
2007-12-04Trace and quote with argv: get rid of unneeded count argument.Christian Couder
2007-11-06git-rev-parse --parseoptJunio C Hamano
2007-11-06Add a parseopt mode to git-rev-parse to bring parse-options to shell scripts.Pierre Habouzit
2007-08-01Clean up work-tree handlingJohannes Schindelin
2007-06-06introduce GIT_WORK_TREE to specify the work treeMatthias Lederhofer
2007-06-06rev-parse: introduce --is-bare-repositoryMatthias Lederhofer
2007-02-21prefixcmp(): fix-up leftover strncmp().Junio C Hamano
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
2007-02-05Commands requiring a work tree must not run in GIT_DIRJohannes Schindelin
2006-09-21Tell between packed, unpacked and symbolic refs.Junio C Hamano
2006-09-21Add callback data to for_each_ref() family.Junio C Hamano
2006-08-16remove unnecessary initializationsDavid Rientjes
2006-07-29Call setup_git_directory() much earlierLinus Torvalds
2006-07-07builtin-rev-parse.c: constness tighteningJunio C Hamano
2006-07-04Teach rev-parse the ... syntax.Santi BĂ©jar
2006-06-28Make some strings constTimo Hirvonen
2006-06-06rev-parse: tighten constness properly.v1.4.0-rc1Junio C Hamano
2006-06-04Builtin git-rev-parse.Christian Couder