summaryrefslogtreecommitdiff
path: root/builtin/rev-parse.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/rev-parse-symbolic-parents-fix' into maintJunio C Hamano2017-01-171-1/+6
|\
| * rev-parse: fix parent shorthands with --symbolicjk/rev-parse-symbolic-parents-fixJeff King2016-11-161-1/+6
* | Merge branch 'lt/abbrev-auto'Junio C Hamano2016-10-271-2/+3
|\ \ | |/ |/|
| * abbrev: prepare for new world orderJunio C Hamano2016-10-031-2/+3
* | revision: new rev^-n shorthand for rev^n..revVegard Nossum2016-09-271-13/+41
|/
* use strbuf_addstr() for adding constant strings to a strbufRené Scharfe2016-08-011-1/+1
* Merge branch 'jk/rev-parse-local-env-vars'Junio C Hamano2016-04-031-18/+32
|\
| * rev-parse: let some options run outside repositoryjk/rev-parse-local-env-varsJeff King2016-02-291-18/+32
* | Merge branch 'nd/git-common-dir-fix'Junio C Hamano2016-02-241-1/+2
|\ \
| * | rev-parse: take prefix into account in --git-common-dirnd/git-common-dir-fixNguyễn Thái Ngọc Duy2016-02-121-1/+2
| |/
* | rev-parse: read parseopt spec with strbuf_getline()Junio C Hamano2016-01-151-2/+2
* | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-151-2/+2
|/
* Remove get_object_hash.brian m. carlson2015-11-201-2/+2
* Add several uses of get_object_hash.brian m. carlson2015-11-201-2/+2
* use pop_commit() for consuming the first entry of a struct commit_listrs/pop-commitRené Scharfe2015-10-261-5/+2
* rev-parse --parseopt: allow [*=?!] in argument hintsib/scripted-parse-opt-better-hint-stringIlya Bobyr2015-07-151-27/+30
* builtin/rev-parse: rewrite to take an object_id argumentMichael Haggerty2015-05-251-24/+17
* each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-251-13/+20
* Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-111-0/+11
|\
| * setup.c: support multi-checkout repo setupNguyễn Thái Ngọc Duy2014-12-011-0/+4
| * git_path(): be aware of file relocation in $GIT_DIRNguyễn Thái Ngọc Duy2014-12-011-0/+7
* | standardize usage info string formatAlex Henrie2015-01-141-3/+3
* | Merge branch 'jc/merge-bases'Junio C Hamano2015-01-071-1/+1
|\ \ | |/ |/|
| * get_merge_bases(): always clean-up object flagsjc/merge-basesJunio C Hamano2014-10-301-1/+1
* | refs: make rev-parse --quiet actually quietDavid Aguilar2014-09-191-1/+4
* | Merge branch 'rs/strbuf-getcwd'Junio C Hamano2014-09-021-3/+3
|\ \
| * | use xgetcwd() to get the current directory or dieRené Scharfe2014-08-261-3/+3
| |/
* | Merge branch 'jk/misc-fixes-maint'Junio C Hamano2014-07-281-0/+1
|\ \
| * | free ref string returned by dwim_refJeff King2014-07-241-0/+1
| |/
* | rev-parse: add --shared-index-path to get shared index pathNguyễn Thái Ngọc Duy2014-06-131-0/+10
|/
* rev-parse --parseopt: option argument name hintsIlya Bobyr2014-03-231-1/+12
* Merge branch 'ds/rev-parse-required-args'Junio C Hamano2014-02-271-6/+11
|\
| * rev-parse: check i before using argv[i] against argcds/rev-parse-required-argsDavid Sharp2014-01-281-6/+11
* | Merge branch 'jk/rev-parse-double-dashes'Junio C Hamano2013-12-271-1/+15
|\ \
| * | rev-parse: be more careful with munging argumentsjk/rev-parse-double-dashesJeff King2013-12-091-1/+5
| * | rev-parse: correctly diagnose revision errors before "--"Jeff King2013-12-091-0/+10
| |/
* | Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-171-13/+13
|\ \
| * | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-12/+12
| |/
* | Merge branch 'jc/ref-excludes'Junio C Hamano2013-12-051-0/+16
|\ \
| * | rev-parse: introduce --exclude=<glob> to tame wildcardsjc/ref-excludesJunio C Hamano2013-11-011-0/+17
* | | rev-parse --parseopt: add the --stuck-long modenv/parseopt-opt-argNicolas Vigier2013-10-311-2/+9
| |/ |/|
* | Merge branch 'sb/parseopt-boolean-removal'Junio C Hamano2013-09-041-2/+2
|\ \
| * | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-051-2/+2
| |/
* | Merge branch 'rj/doc-rev-parse'Junio C Hamano2013-08-301-15/+13
|\ \ | |/ |/|
| * rev-parse: remove restrictions on some optionsJohn Keeping2013-07-221-15/+13
* | rev-parse: add --prefix optionJohn Keeping2013-06-171-5/+19
|/
* Merge branch 'jc/dotdot-is-parent-directory'Junio C Hamano2012-09-071-2/+14
|\
| * specifying ranges: we did not mean to make ".." an empty setJunio C Hamano2012-08-231-2/+14
| * Merge branch 'mm/verify-filename-fix' into maintJunio C Hamano2012-07-111-2/+2
| |\
* | | i18n: rev-parse: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-9/+9