summaryrefslogtreecommitdiff
path: root/builtin/rev-parse.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bc/object-id'Junio C Hamano2017-05-291-28/+28
|\
| * Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-3/+3
| * builtin/rev-parse: convert to struct object_idbrian m. carlson2017-05-021-28/+28
* | PRItime: introduce a new "printf format" for timestampsJohannes Schindelin2017-04-231-1/+1
|/
* Merge branch 'bc/object-id'Junio C Hamano2017-04-191-2/+2
|\
| * Convert sha1_array_for_each_unique and for_each_abbrev to object_idbrian m. carlson2017-03-311-2/+2
* | replace unchecked snprintf calls with heap buffersJeff King2017-03-301-2/+3
* | Merge branch 'jk/prefix-filename'Junio C Hamano2017-03-271-3/+3
|\ \ | |/ |/|
| * prefix_filename: return newly allocated stringJeff King2017-03-211-1/+3
| * prefix_filename: drop length parameterJeff King2017-03-211-3/+1
* | Merge branch 'jk/rev-parse-cleanup'Junio C Hamano2017-03-211-52/+57
|\ \ | |/ |/|
| * rev-parse: simplify parsing of ref optionsjk/rev-parse-cleanupJeff King2017-03-151-29/+16
| * rev-parse: add helper for parsing "--foo/--foo="Jeff King2017-03-151-10/+28
| * rev-parse: use skip_prefix when parsing optionsJeff King2017-03-151-20/+20
* | rev-parse: add --show-superproject-working-treeStefan Beller2017-03-081-0/+7
* | Merge branch 'js/git-path-in-subdir'Junio C Hamano2017-02-271-4/+11
|\ \
| * | rev-parse: fix several options when running in a subdirectoryjs/git-path-in-subdirJohannes Schindelin2017-02-171-4/+11
| |/
* | rev-parse: add '--absolute-git-dir' optionSZEDER Gábor2017-02-031-8/+18
|/
* Merge branch 'jk/rev-parse-symbolic-parents-fix'Junio C Hamano2016-12-161-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
|\