summaryrefslogtreecommitdiff
path: root/builtin-rev-parse.c
AgeCommit message (Expand)Author
2008-05-23Merge branch 'maint-1.5.4' into maintv1.5.5.2Junio C Hamano
2008-05-23rev-parse --symbolic-full-name: don't print '^' if SHA1 is not a refJohannes Sixt
2008-03-02parse-opt: bring PARSE_OPT_HIDDEN and NONEG to git-rev-parse --parseoptPierre Habouzit
2008-02-25rev-parse: fix potential bus error with --parseopt option spec handlingJay Soffian
2008-01-06git-rev-parse --symbolic-full-nameJunio C Hamano
2007-12-03Trace and quote with argv: get rid of unneeded count argument.Christian Couder
2007-11-06git-rev-parse --parseoptJunio C Hamano
2007-11-05Add 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-20prefixcmp(): fix-up leftover strncmp().Junio C Hamano
2007-02-20Mechanical conversion to use prefixcmp()Junio C Hamano
2007-02-05Commands requiring a work tree must not run in GIT_DIRJohannes Schindelin
2006-09-20Tell between packed, unpacked and symbolic refs.Junio C Hamano
2006-09-20Add callback data to for_each_ref() family.Junio C Hamano
2006-08-15remove unnecessary initializationsDavid Rientjes
2006-07-29Call setup_git_directory() much earlierLinus Torvalds
2006-07-06builtin-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-05rev-parse: tighten constness properly.v1.4.0-rc1Junio C Hamano
2006-06-03Builtin git-rev-parse.Christian Couder