aboutsummaryrefslogtreecommitdiff
path: root/builtin/rev-parse.c
Commit message (Expand)AuthorAge
* Merge branch 'jk/rev-parse-symbolic-parents-fix' into maintJunio C Hamano2017-01-17
|\
| * rev-parse: fix parent shorthands with --symbolicJeff King2016-11-16
* | Merge branch 'lt/abbrev-auto'Junio C Hamano2016-10-27
|\ \ | |/ |/|
| * abbrev: prepare for new world orderJunio C Hamano2016-10-03
* | revision: new rev^-n shorthand for rev^n..revVegard Nossum2016-09-27
|/
* use strbuf_addstr() for adding constant strings to a strbufRené Scharfe2016-08-01
* Merge branch 'jk/rev-parse-local-env-vars'Junio C Hamano2016-04-03
|\
| * rev-parse: let some options run outside repositoryJeff King2016-02-29
* | Merge branch 'nd/git-common-dir-fix'Junio C Hamano2016-02-24
|\ \
| * | rev-parse: take prefix into account in --git-common-dirNguyễn Thái Ngọc Duy2016-02-12
| |/
* | rev-parse: read parseopt spec with strbuf_getline()Junio C Hamano2016-01-15
* | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-15
|/
* Remove get_object_hash.brian m. carlson2015-11-20
* Add several uses of get_object_hash.brian m. carlson2015-11-20
* use pop_commit() for consuming the first entry of a struct commit_listRené Scharfe2015-10-26
* rev-parse --parseopt: allow [*=?!] in argument hintsIlya Bobyr2015-07-15
* builtin/rev-parse: rewrite to take an object_id argumentMichael Haggerty2015-05-25
* each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-25
* Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-11
|\
| * setup.c: support multi-checkout repo setupNguyễn Thái Ngọc Duy2014-12-01
| * git_path(): be aware of file relocation in $GIT_DIRNguyễn Thái Ngọc Duy2014-12-01
* | standardize usage info string formatAlex Henrie2015-01-14
* | Merge branch 'jc/merge-bases'Junio C Hamano2015-01-07
|\ \ | |/ |/|
| * get_merge_bases(): always clean-up object flagsJunio C Hamano2014-10-30
* | refs: make rev-parse --quiet actually quietDavid Aguilar2014-09-19
* | Merge branch 'rs/strbuf-getcwd'Junio C Hamano2014-09-02
|\ \
| * | use xgetcwd() to get the current directory or dieRené Scharfe2014-08-26
| |/
* | Merge branch 'jk/misc-fixes-maint'Junio C Hamano2014-07-28
|\ \
| * | free ref string returned by dwim_refJeff King2014-07-24
| |/
* | rev-parse: add --shared-index-path to get shared index pathNguyễn Thái Ngọc Duy2014-06-13
|/
* rev-parse --parseopt: option argument name hintsIlya Bobyr2014-03-23
* Merge branch 'ds/rev-parse-required-args'Junio C Hamano2014-02-27
|\
| * rev-parse: check i before using argv[i] against argcDavid Sharp2014-01-28
* | Merge branch 'jk/rev-parse-double-dashes'Junio C Hamano2013-12-27
|\ \
| * | rev-parse: be more careful with munging argumentsJeff King2013-12-09
| * | rev-parse: correctly diagnose revision errors before "--"Jeff King2013-12-09
| |/
* | Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-17
|\ \
| * | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
| |/
* | Merge branch 'jc/ref-excludes'Junio C Hamano2013-12-05
|\ \
| * | rev-parse: introduce --exclude=<glob> to tame wildcardsJunio C Hamano2013-11-01
* | | rev-parse --parseopt: add the --stuck-long modeNicolas Vigier2013-10-31
| |/ |/|
* | Merge branch 'sb/parseopt-boolean-removal'Junio C Hamano2013-09-04
|\ \
| * | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-05
| |/
* | Merge branch 'rj/doc-rev-parse'Junio C Hamano2013-08-30
|\ \ | |/ |/|
| * rev-parse: remove restrictions on some optionsJohn Keeping2013-07-22
* | rev-parse: add --prefix optionJohn Keeping2013-06-17
|/
* Merge branch 'jc/dotdot-is-parent-directory'Junio C Hamano2012-09-07
|\
| * specifying ranges: we did not mean to make ".." an empty setJunio C Hamano2012-08-23
| * Merge branch 'mm/verify-filename-fix' into maintJunio C Hamano2012-07-11
| |\
* | | i18n: rev-parse: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-20