Age | Commit message (Expand) | Author | Files | Lines |
2020-11-10 | rev-parse: handle --end-of-options | Jeff King | 1 | -23/+33 |
2020-11-10 | rev-parse: put all options under the "-" check | Jeff King | 1 | -24/+23 |
2020-11-10 | rev-parse: don't accept options after dashdash | Jeff King | 1 | -5/+6 |
2020-09-02 | wt-status: tolerate dangling marks | Jonathan Tan | 1 | -1/+1 |
2020-05-13 | Merge branch 'tb/shallow-cleanup' | Junio C Hamano | 1 | -0/+1 |
2020-04-30 | shallow: extract a header file for shallow-related functions | Taylor Blau | 1 | -0/+1 |
2020-03-10 | get_superproject_working_tree(): return strbuf | Alexandr Miloslavskiy | 1 | -3/+4 |
2020-03-10 | real_path: remove unsafe API | Alexandr Miloslavskiy | 1 | -1/+4 |
2019-11-20 | rev-parse: make --show-toplevel without a worktree an error | Jeff King | 1 | -0/+2 |
2019-11-10 | Merge branch 'bc/hash-independent-tests-part-6' | Junio C Hamano | 1 | -0/+11 |
2019-10-28 | rev-parse: add a --show-object-format option | brian m. carlson | 1 | -0/+11 |
2019-08-19 | builtin/rev-parse: switch to use the_hash_algo | brian m. carlson | 1 | -2/+3 |
2019-01-24 | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2019-01-14 | sha1-name.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2018-11-13 | Merge branch 'ag/rev-parse-all-exclude-fix' | Junio C Hamano | 1 | -0/+1 |
2018-11-01 | rev-parse: clear --exclude list after 'git rev-parse --all' | Andreas Gruenbacher | 1 | -0/+1 |
2018-07-20 | commit.h: remove method declarations | Derrick Stolee | 1 | -0/+1 |
2018-06-29 | commit: add repository argument to lookup_commit_reference | Stefan Beller | 1 | -3/+3 |
2018-06-29 | Merge branch 'sb/object-store-grafts' into sb/object-store-lookup | Junio C Hamano | 1 | -1/+2 |
2018-06-01 | Merge branch 'en/rev-parse-invalid-range' | Junio C Hamano | 1 | -2/+6 |
2018-05-25 | rev-parse: check lookup'ed commit references for NULL | Elijah Newren | 1 | -2/+6 |
2018-05-18 | shallow: add repository argument to is_repository_shallow | Stefan Beller | 1 | -1/+2 |
2018-05-02 | split-index: convert struct split_index to object_id | brian m. carlson | 1 | -2/+2 |
2018-03-14 | Convert find_unique_abbrev* to struct object_id | brian m. carlson | 1 | -1/+1 |
2018-03-06 | Merge branch 'bw/c-plus-plus' | Junio C Hamano | 1 | -17/+17 |
2018-02-14 | rev-parse: rename 'this' variable | Brandon Williams | 1 | -17/+17 |
2018-01-16 | sq_quote_argv: drop maxlen parameter | Jeff King | 1 | -2/+2 |
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 |