aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-rev-parse.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey1-3/+1
2008-07-27rev-parse: Add support for the ^! and ^@ syntaxBjörn Steinbrink1-0/+32
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano1-1/+1
2008-05-23Merge branch 'maint'Junio C Hamano1-6/+12
2008-05-23Merge branch 'maint-1.5.4' into maintv1.5.5.2Junio C Hamano1-6/+12
2008-05-23rev-parse --symbolic-full-name: don't print '^' if SHA1 is not a refJohannes Sixt1-6/+12
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-1/+1
2008-05-11rev-parse --verify: do not output anything on errorChristian Couder1-15/+23
2008-05-11rev-parse: fix using "--default" with "--verify"Christian Couder1-0/+2
2008-04-27rev-parse: fix --verify to error out when passed junk after a good revChristian Couder1-2/+2
2008-04-26rev-parse: teach "--verify" to be quiet when using "-q" or "--quiet"Christian Couder1-4/+16
2008-03-02parse-opt: bring PARSE_OPT_HIDDEN and NONEG to git-rev-parse --parseoptPierre Habouzit1-11/+17
2008-02-25rev-parse: fix potential bus error with --parseopt option spec handlingJay Soffian1-1/+1
2008-01-06git-rev-parse --symbolic-full-nameJunio C Hamano1-3/+34
2007-12-03Trace and quote with argv: get rid of unneeded count argument.Christian Couder1-1/+1
2007-11-06git-rev-parse --parseoptJunio C Hamano1-2/+2
2007-11-05Add a parseopt mode to git-rev-parse to bring parse-options to shell scripts.Pierre Habouzit1-0/+126
2007-08-01Clean up work-tree handlingJohannes Schindelin1-0/+7
2007-06-06introduce GIT_WORK_TREE to specify the work treeMatthias Lederhofer1-0/+5
2007-06-06rev-parse: introduce --is-bare-repositoryMatthias Lederhofer1-0/+5
2007-02-20prefixcmp(): fix-up leftover strncmp().Junio C Hamano1-1/+1
2007-02-20Mechanical conversion to use prefixcmp()Junio C Hamano1-5/+5
2007-02-05Commands requiring a work tree must not run in GIT_DIRJohannes Schindelin1-0/+5
2006-09-20Tell between packed, unpacked and symbolic refs.Junio C Hamano1-1/+1
2006-09-20Add callback data to for_each_ref() family.Junio C Hamano1-5/+5
2006-08-15remove unnecessary initializationsDavid Rientjes1-5/+5
2006-07-29Call setup_git_directory() much earlierLinus Torvalds1-2/+1
2006-07-06builtin-rev-parse.c: constness tighteningJunio C Hamano1-1/+1
2006-07-04Teach rev-parse the ... syntax.Santi Béjar1-18/+47
2006-06-28Make some strings constTimo Hirvonen1-1/+1
2006-06-05rev-parse: tighten constness properly.v1.4.0-rc1Junio C Hamano1-5/+5
2006-06-03Builtin git-rev-parse.Christian Couder1-0/+365