Age | Commit message (Expand) | Author | Files | Lines |
2017-10-16 | refs: convert dwim_ref and expand_ref to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-10-03 | Merge branch 'bc/rev-parse-parseopt-fix' | Junio C Hamano | 1 | -4/+14 |
2017-09-25 | Merge branch 'ow/rev-parse-is-shallow-repo' | Junio C Hamano | 1 | -0/+5 |
2017-09-19 | rev-parse: rev-parse: add --is-shallow-repository | Øystein Walle | 1 | -0/+5 |
2017-09-19 | rev-parse parseopt: interpret any whitespace as start of help text | Brandon Casey | 1 | -2/+10 |
2017-09-19 | rev-parse parseopt: do not search help text for flag chars | Brandon Casey | 1 | -2/+4 |
2017-09-19 | Merge branch 'mh/packed-ref-store-prep' | Junio C Hamano | 1 | -2/+2 |
2017-09-07 | rev-parse: don't trim bisect refnames | Jeff King | 1 | -2/+2 |
2017-07-17 | sha1_name: convert GET_SHA1* flags to GET_OID* | brian m. carlson | 1 | -1/+1 |
2017-07-17 | sha1_name: convert get_sha1* to get_oid* | brian m. carlson | 1 | -3/+3 |
2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-05-29 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -28/+28 |
2017-05-23 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -28/+28 |
2017-05-08 | Convert lookup_commit* to struct object_id | brian m. carlson | 1 | -3/+3 |
2017-05-02 | builtin/rev-parse: convert to struct object_id | brian m. carlson | 1 | -28/+28 |
2017-04-23 | PRItime: introduce a new "printf format" for timestamps | Johannes Schindelin | 1 | -1/+1 |
2017-04-19 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -2/+2 |
2017-03-31 | Convert sha1_array_for_each_unique and for_each_abbrev to object_id | brian m. carlson | 1 | -2/+2 |
2017-03-30 | replace unchecked snprintf calls with heap buffers | Jeff King | 1 | -2/+3 |
2017-03-27 | Merge branch 'jk/prefix-filename' | Junio C Hamano | 1 | -3/+3 |
2017-03-21 | Merge branch 'jk/rev-parse-cleanup' | Junio C Hamano | 1 | -52/+57 |
2017-03-21 | prefix_filename: return newly allocated string | Jeff King | 1 | -1/+3 |
2017-03-21 | prefix_filename: drop length parameter | Jeff King | 1 | -3/+1 |
2017-03-15 | rev-parse: simplify parsing of ref options | Jeff King | 1 | -29/+16 |
2017-03-15 | rev-parse: add helper for parsing "--foo/--foo=" | Jeff King | 1 | -10/+28 |
2017-03-15 | rev-parse: use skip_prefix when parsing options | Jeff King | 1 | -20/+20 |
2017-03-08 | rev-parse: add --show-superproject-working-tree | Stefan Beller | 1 | -0/+7 |
2017-02-27 | Merge branch 'js/git-path-in-subdir' | Junio C Hamano | 1 | -4/+11 |
2017-02-17 | rev-parse: fix several options when running in a subdirectory | Johannes Schindelin | 1 | -4/+11 |
2017-02-03 | rev-parse: add '--absolute-git-dir' option | SZEDER Gábor | 1 | -8/+18 |
2016-12-16 | Merge branch 'jk/rev-parse-symbolic-parents-fix' | Junio C Hamano | 1 | -1/+6 |
2016-11-16 | rev-parse: fix parent shorthands with --symbolic | Jeff King | 1 | -1/+6 |
2016-10-27 | Merge branch 'lt/abbrev-auto' | Junio C Hamano | 1 | -2/+3 |
2016-10-03 | abbrev: prepare for new world order | Junio C Hamano | 1 | -2/+3 |
2016-09-27 | revision: new rev^-n shorthand for rev^n..rev | Vegard Nossum | 1 | -13/+41 |
2016-08-01 | use strbuf_addstr() for adding constant strings to a strbuf | René Scharfe | 1 | -1/+1 |
2016-04-03 | Merge branch 'jk/rev-parse-local-env-vars' | Junio C Hamano | 1 | -18/+32 |
2016-02-29 | rev-parse: let some options run outside repository | Jeff King | 1 | -18/+32 |
2016-02-24 | Merge branch 'nd/git-common-dir-fix' | Junio C Hamano | 1 | -1/+2 |
2016-02-12 | rev-parse: take prefix into account in --git-common-dir | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2016-01-15 | rev-parse: read parseopt spec with strbuf_getline() | Junio C Hamano | 1 | -2/+2 |
2016-01-15 | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 1 | -2/+2 |
2015-11-20 | Remove get_object_hash. | brian m. carlson | 1 | -2/+2 |
2015-11-20 | Add several uses of get_object_hash. | brian m. carlson | 1 | -2/+2 |
2015-10-26 | use pop_commit() for consuming the first entry of a struct commit_list | René Scharfe | 1 | -5/+2 |
2015-07-15 | rev-parse --parseopt: allow [*=?!] in argument hints | Ilya Bobyr | 1 | -27/+30 |
2015-05-25 | builtin/rev-parse: rewrite to take an object_id argument | Michael Haggerty | 1 | -24/+17 |
2015-05-25 | each_ref_fn: change to take an object_id parameter | Michael Haggerty | 1 | -13/+20 |
2015-05-11 | Merge branch 'nd/multiple-work-trees' | Junio C Hamano | 1 | -0/+11 |