Age | Commit message (Expand) | Author | Files | Lines |
2020-09-09 | Merge branch 'jt/interpret-branch-name-fallback' | Junio C Hamano | 1 | -1/+1 |
2020-09-02 | wt-status: tolerate dangling marks | Jonathan Tan | 1 | -1/+1 |
2020-07-30 | strvec: rename struct fields | Jeff King | 1 | -4/+4 |
2020-07-28 | strvec: convert builtin/ callers away from argv_array name | Jeff King | 1 | -3/+3 |
2020-07-28 | strvec: rename files from argv-array to strvec | Jeff King | 1 | -1/+1 |
2020-04-28 | Use OPT_CALLBACK and OPT_CALLBACK_F | Denton Liu | 1 | -2/+2 |
2020-02-24 | use strpbrk(3) to search for characters from a given set | René Scharfe | 1 | -1/+1 |
2019-05-13 | show-branch: drop unused parameter from show_independent() | Jeff King | 1 | -2/+1 |
2019-04-08 | refs.c: remove the_repo from read_ref_at() | Nguyễn Thái Ngọc Duy | 1 | -2/+4 |
2018-11-06 | assert NOARG/NONEG behavior of parse-options callbacks | Jeff King | 1 | -0/+1 |
2018-11-06 | show-branch: mark --reflog option as NONEG | Jeff King | 1 | -1/+1 |
2018-08-29 | convert "hashcmp() != 0" to "!hasheq()" | Jeff King | 1 | -1/+1 |
2018-08-29 | convert "oidcmp() != 0" to "!oideq()" | Jeff King | 1 | -2/+2 |
2018-08-17 | Merge branch 'rs/parse-opt-lithelp' | Junio C Hamano | 1 | -1/+1 |
2018-08-03 | parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELP | René Scharfe | 1 | -1/+1 |
2018-06-29 | commit: add repository argument to lookup_commit_reference | Stefan Beller | 1 | -1/+1 |
2018-06-29 | commit: add repository argument to lookup_commit_reference_gently | Stefan Beller | 1 | -1/+2 |
2018-05-21 | show-branch: note about its object flags usage | Nguyễn Thái Ngọc Duy | 1 | -0/+5 |
2018-05-21 | show-branch: use commit-slab for commit-name instead of commit->util | Nguyễn Thái Ngọc Duy | 1 | -12/+27 |
2018-03-14 | Convert find_unique_abbrev* to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-12-27 | Merge branch 'ot/pretty' | Junio C Hamano | 1 | -1/+1 |
2017-12-12 | format: create pretty.h file | Olga Telezhnaya | 1 | -1/+1 |
2017-11-06 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -6/+6 |
2017-10-18 | Merge branch 'jk/ref-filter-colors-fix' | Junio C Hamano | 1 | -1/+1 |
2017-10-17 | Revert "color: check color.ui in git_default_config()" | Jeff King | 1 | -1/+1 |
2017-10-16 | refs: convert read_ref_at to struct object_id | brian m. carlson | 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-16 | refs: convert resolve_refdup and refs_resolve_refdup to struct object_id | brian m. carlson | 1 | -3/+3 |
2017-08-11 | Merge branch 'jk/ref-filter-colors' | Junio C Hamano | 1 | -1/+1 |
2017-07-17 | sha1_name: convert get_sha1* to get_oid* | brian m. carlson | 1 | -4/+4 |
2017-07-13 | color: check color.ui in git_default_config() | Jeff King | 1 | -1/+1 |
2017-07-10 | Merge branch 'ab/wildmatch' | Junio C Hamano | 1 | -1/+1 |
2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
2017-06-23 | wildmatch: remove unused wildopts parameter | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2017-06-22 | Merge branch 'pc/dir-count-slashes' | Junio C Hamano | 1 | -10/+3 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-06-12 | dir: create function count_slashes() | Prathamesh Chavan | 1 | -10/+3 |
2017-05-29 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -2/+2 |
2017-05-08 | Convert lookup_commit* to struct object_id | brian m. carlson | 1 | -2/+2 |
2017-04-27 | timestamp_t: a new data type for timestamps | Johannes Schindelin | 1 | -2/+2 |
2017-02-27 | Merge branch 'jk/show-branch-lift-name-len-limit' | Junio C Hamano | 1 | -29/+13 |
2017-02-15 | show-branch: use skip_prefix to drop magic numbers | Jeff King | 1 | -11/+8 |
2017-02-14 | show-branch: store resolved head in heap buffer | Jeff King | 1 | -14/+5 |
2017-02-14 | show-branch: drop head_len variable | Jeff King | 1 | -6/+2 |
2016-10-03 | show-branch: use QSORT | René Scharfe | 1 | -4/+2 |
2016-09-15 | i18n: show-branch: mark plural strings for translation | Vasco Almeida | 1 | -5/+9 |
2016-09-15 | i18n: show-branch: mark error messages for translation | Vasco Almeida | 1 | -8/+8 |
2015-11-20 | Remove get_object_hash. | brian m. carlson | 1 | -2/+2 |
2015-11-20 | Convert struct object to object_id | brian m. carlson | 1 | -2/+2 |
2015-11-20 | Add several uses of get_object_hash. | brian m. carlson | 1 | -2/+2 |