Age | Commit message (Expand) | Author | Files | Lines |
2021-06-14 | *: fix typos which duplicate a word | Andrei Rybak | 1 | -1/+1 |
2021-03-13 | use CALLOC_ARRAY | René Scharfe | 1 | -4/+4 |
2020-12-23 | Merge branch 'nk/refspecs-negative-fix' | Junio C Hamano | 1 | -3/+13 |
2020-12-21 | negative-refspec: improve comment on query_matches_negative_refspec | Nipunn Koorapati | 1 | -0/+6 |
2020-12-21 | negative-refspec: fix segfault on : refspec | Nipunn Koorapati | 1 | -3/+7 |
2020-12-18 | Merge branch 'js/init-defaultbranch-advice' | Junio C Hamano | 1 | -2/+3 |
2020-12-14 | Merge branch 'jk/multi-line-indent-style-fix' | Junio C Hamano | 1 | -1/+1 |
2020-12-13 | get_default_branch_name(): prepare for showing some advice | Johannes Schindelin | 1 | -2/+3 |
2020-12-03 | style: indent multiline "if" conditions to align | Jeff King | 1 | -1/+1 |
2020-10-27 | Merge branch 'sk/force-if-includes' | Junio C Hamano | 1 | -7/+177 |
2020-10-05 | Merge branch 'jk/refspecs-negative' | Junio C Hamano | 1 | -4/+104 |
2020-10-03 | push: add reflog check for "--force-if-includes" | Srinidhi Kaushik | 1 | -7/+177 |
2020-09-30 | refspec: add support for negative refspecs | Jacob Keller | 1 | -4/+104 |
2020-09-18 | Merge branch 'rs/refspec-leakfix' | Junio C Hamano | 1 | -7/+3 |
2020-09-09 | Merge branch 'jt/interpret-branch-name-fallback' | Junio C Hamano | 1 | -1/+1 |
2020-09-06 | refspec: add and use refspec_appendf() | René Scharfe | 1 | -7/+3 |
2020-09-02 | wt-status: tolerate dangling marks | Jonathan Tan | 1 | -1/+1 |
2020-07-30 | strvec: rename struct fields | Jeff King | 1 | -1/+1 |
2020-07-28 | strvec: fix indentation in renamed calls | Jeff King | 1 | -2/+2 |
2020-07-28 | strvec: convert remaining callers away from argv_array name | Jeff King | 1 | -6/+6 |
2020-07-28 | strvec: rename files from argv-array to strvec | Jeff King | 1 | -1/+1 |
2020-06-24 | remote: use the configured default branch name when appropriate | Johannes Schindelin | 1 | -3/+11 |
2020-04-10 | parse_config_key(): return subsection len as size_t | Jeff King | 1 | -1/+1 |
2020-04-10 | remote: drop auto-strlen behavior of make_branch() and make_rewrite() | Jeff King | 1 | -23/+12 |
2020-03-03 | remote: drop "explicit" parameter from remote_ref_for_branch() | Jeff King | 1 | -9/+2 |
2020-02-10 | config: split repo scope to local and worktree | Matthew Rogers | 1 | -1/+2 |
2019-10-07 | hashmap: remove type arg from hashmap_{get,put,remove}_entry | Eric Wong | 1 | -2/+1 |
2019-10-07 | hashmap: hashmap_{put,remove} return hashmap_entry * | Eric Wong | 1 | -1/+2 |
2019-10-07 | hashmap_cmp_fn takes hashmap_entry params | Eric Wong | 1 | -4/+6 |
2019-10-07 | hashmap_get{,_from_hash} return "struct hashmap_entry *" | Eric Wong | 1 | -3/+4 |
2019-10-07 | hashmap_put takes "struct hashmap_entry *" | Eric Wong | 1 | -1/+1 |
2019-10-07 | hashmap_entry_init takes "struct hashmap_entry *" | Eric Wong | 1 | -1/+1 |
2019-05-09 | Merge branch 'dr/ref-filter-push-track-fix' | Junio C Hamano | 1 | -21/+47 |
2019-04-18 | ref-filter: use correct branch for %(push:track) | Damien Robert | 1 | -21/+47 |
2019-04-15 | remote.c: make singular free_ref() public | Jeff King | 1 | -3/+3 |
2019-01-29 | Merge branch 'jk/remote-insteadof-cleanup' | Junio C Hamano | 1 | -2/+2 |
2019-01-11 | remote: check config validity before creating rewrite struct | Jeff King | 1 | -2/+2 |
2019-01-04 | Merge branch 'ab/push-dwim-dst' | Junio C Hamano | 1 | -13/+68 |
2019-01-04 | Merge branch 'nd/i18n' | Junio C Hamano | 1 | -24/+25 |
2018-11-14 | push: add an advice on unqualified <dst> push | Ævar Arnfjörð Bjarmason | 1 | -0/+37 |
2018-11-14 | push: move unqualified refname error into a function | Ævar Arnfjörð Bjarmason | 1 | -16/+22 |
2018-11-14 | push: improve the error shown on unqualified <dst> push | Ævar Arnfjörð Bjarmason | 1 | -6/+16 |
2018-11-14 | i18n: remote.c: mark error(...) messages for translation | Ævar Arnfjörð Bjarmason | 1 | -17/+18 |
2018-11-14 | remote.c: add braces in anticipation of a follow-up change | Ævar Arnfjörð Bjarmason | 1 | -7/+9 |
2018-11-12 | remote.c: mark messages for translation | Nguyễn Thái Ngọc Duy | 1 | -21/+22 |
2018-11-12 | remote.c: turn some error() or die() to BUG() | Nguyễn Thái Ngọc Duy | 1 | -3/+3 |
2018-11-03 | remote: make add_missing_tags() linear | Derrick Stolee | 1 | -1/+33 |
2018-10-19 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -1/+1 |
2018-09-21 | revision.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-09-17 | Merge branch 'jk/cocci' | Junio C Hamano | 1 | -4/+4 |