summaryrefslogtreecommitdiff
path: root/builtin-rev-parse.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-06git-rev-parse --symbolic-full-nameLibravatar Junio C Hamano1-3/+34
2007-12-03Trace and quote with argv: get rid of unneeded count argument.Libravatar Christian Couder1-1/+1
2007-11-06git-rev-parse --parseoptLibravatar Junio C Hamano1-2/+2
2007-11-05Add a parseopt mode to git-rev-parse to bring parse-options to shell scripts.Libravatar Pierre Habouzit1-0/+126
2007-08-01Clean up work-tree handlingLibravatar Johannes Schindelin1-0/+7
2007-06-06introduce GIT_WORK_TREE to specify the work treeLibravatar Matthias Lederhofer1-0/+5
2007-06-06rev-parse: introduce --is-bare-repositoryLibravatar Matthias Lederhofer1-0/+5
2007-02-20prefixcmp(): fix-up leftover strncmp().Libravatar Junio C Hamano1-1/+1
2007-02-20Mechanical conversion to use prefixcmp()Libravatar Junio C Hamano1-5/+5
2007-02-05Commands requiring a work tree must not run in GIT_DIRLibravatar Johannes Schindelin1-0/+5
2006-09-20Tell between packed, unpacked and symbolic refs.Libravatar Junio C Hamano1-1/+1
2006-09-20Add callback data to for_each_ref() family.Libravatar Junio C Hamano1-5/+5
2006-08-15remove unnecessary initializationsLibravatar David Rientjes1-5/+5
2006-07-29Call setup_git_directory() much earlierLibravatar Linus Torvalds1-2/+1
2006-07-06builtin-rev-parse.c: constness tighteningLibravatar Junio C Hamano1-1/+1
2006-07-04Teach rev-parse the ... syntax.Libravatar Santi BĂ©jar1-18/+47
2006-06-28Make some strings constLibravatar Timo Hirvonen1-1/+1
2006-06-05rev-parse: tighten constness properly.Libravatar Junio C Hamano1-5/+5
2006-06-03Builtin git-rev-parse.Libravatar Christian Couder1-0/+365