summaryrefslogtreecommitdiff
path: root/builtin-rev-parse.c
AgeCommit message (Expand)Author
2010-07-26Merge branch 'maint-1.6.6' into maint-1.7.0Junio C Hamano
2010-07-26Merge branch 'maint-1.6.5' into maint-1.6.6Junio C Hamano
2010-07-07rev-parse: fix --parse-opt --keep-dashdash --stop-at-non-optionUwe Kleine-König
2010-02-25rev-parse: --local-env-vars optionGiuseppe Bilotta
2010-01-23Merge branch 'il/rev-glob'Junio C Hamano
2010-01-20rev-parse --branches/--tags/--remotes=patternIlari Liusvaara
2010-01-20rev-parse --globIlari Liusvaara
2010-01-12Add 'git rev-parse --show-toplevel' option.Steven Drake
2009-11-21Merge branch 'jn/help-everywhere'Junio C Hamano
2009-11-10Show usage string for 'git rev-parse -h'Jonathan Nieder
2009-10-28Add '--bisect' revision machinery argumentLinus Torvalds
2009-07-06Merge branch 'tr/die_errno'Junio C Hamano
2009-06-27Use die_errno() instead of die() when checking syscallsThomas Rast
2009-06-14parse-opt: make PARSE_OPT_STOP_AT_NON_OPTION available to git rev-parseUwe Kleine-König
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd
2009-05-10rev-parse: add --sq-quote to shell quote argumentsChristian Couder
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