summaryrefslogtreecommitdiff
path: root/builtin-rev-parse.c
AgeCommit message (Expand)Author
2009-04-13rev-parse: --abbrev-ref option to shorten ref nameBert Wesarg
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey
2008-07-27rev-parse: Add support for the ^! and ^@ syntaxBjörn Steinbrink
2008-07-13Make usage strings dash-lessStephan Beyer
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano
2008-05-23Merge branch 'maint'Junio C Hamano
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-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-05-11rev-parse --verify: do not output anything on errorChristian Couder
2008-05-11rev-parse: fix using "--default" with "--verify"Christian Couder
2008-04-27rev-parse: fix --verify to error out when passed junk after a good revChristian Couder
2008-04-27rev-parse: teach "--verify" to be quiet when using "-q" or "--quiet"Christian Couder
2008-03-02parse-opt: bring PARSE_OPT_HIDDEN and NONEG to git-rev-parse --parseoptPierre Habouzit
2008-02-26rev-parse: fix potential bus error with --parseopt option spec handlingJay Soffian
2008-01-07git-rev-parse --symbolic-full-nameJunio C Hamano
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