aboutsummaryrefslogtreecommitdiff
path: root/builtin-rev-parse.c
Commit message (Expand)AuthorAge
* Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-12
* rev-parse: Add support for the ^! and ^@ syntaxBjörn Steinbrink2008-07-27
* Make usage strings dash-lessStephan Beyer2008-07-13
* Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano2008-05-25
|\
| * Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14
* | Merge branch 'maint'Junio C Hamano2008-05-23
|\ \ | |/ |/|
| * Merge branch 'maint-1.5.4' into maintv1.5.5.2Junio C Hamano2008-05-23
| |\
| | * rev-parse --symbolic-full-name: don't print '^' if SHA1 is not a refJohannes Sixt2008-05-23
* | | rev-parse --verify: do not output anything on errorChristian Couder2008-05-11
* | | rev-parse: fix using "--default" with "--verify"Christian Couder2008-05-11
* | | rev-parse: fix --verify to error out when passed junk after a good revChristian Couder2008-04-27
* | | rev-parse: teach "--verify" to be quiet when using "-q" or "--quiet"Christian Couder2008-04-26
|/ /
* | parse-opt: bring PARSE_OPT_HIDDEN and NONEG to git-rev-parse --parseoptPierre Habouzit2008-03-02
|/
* rev-parse: fix potential bus error with --parseopt option spec handlingJay Soffian2008-02-25
* git-rev-parse --symbolic-full-nameJunio C Hamano2008-01-06
* Trace and quote with argv: get rid of unneeded count argument.Christian Couder2007-12-03
* git-rev-parse --parseoptJunio C Hamano2007-11-06
* Add a parseopt mode to git-rev-parse to bring parse-options to shell scripts.Pierre Habouzit2007-11-05
* Clean up work-tree handlingJohannes Schindelin2007-08-01
* introduce GIT_WORK_TREE to specify the work treeMatthias Lederhofer2007-06-06
* rev-parse: introduce --is-bare-repositoryMatthias Lederhofer2007-06-06
* prefixcmp(): fix-up leftover strncmp().Junio C Hamano2007-02-20
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-20
* Commands requiring a work tree must not run in GIT_DIRJohannes Schindelin2007-02-05
* Tell between packed, unpacked and symbolic refs.Junio C Hamano2006-09-20
* Add callback data to for_each_ref() family.Junio C Hamano2006-09-20
* remove unnecessary initializationsDavid Rientjes2006-08-15
* Call setup_git_directory() much earlierLinus Torvalds2006-07-29
* builtin-rev-parse.c: constness tighteningJunio C Hamano2006-07-06
* Teach rev-parse the ... syntax.Santi Béjar2006-07-04
* Make some strings constTimo Hirvonen2006-06-28
* rev-parse: tighten constness properly.v1.4.0-rc1Junio C Hamano2006-06-05
* Builtin git-rev-parse.Christian Couder2006-06-03