Age | Commit message (Expand) | Author | Files | Lines |
2020-12-21 | diff-merges: handle imply -p on -c/--cc logic for log.c | Sergey Organov | 1 | -4/+0 |
2020-12-21 | diff-merges: new function diff_merges_set_dense_combined_if_unset() | Sergey Organov | 2 | -6/+8 |
2020-12-21 | diff-merges: new function diff_merges_suppress() | Sergey Organov | 1 | -1/+2 |
2020-12-21 | diff-merges: rename diff_merges_default_to_enable() to match semantics | Sergey Organov | 1 | -2/+2 |
2020-12-21 | diff-merges: move checks for first_parent_only out of the module | Sergey Organov | 1 | -2/+6 |
2020-12-21 | diff-merges: rename all functions to have common prefix | Sergey Organov | 1 | -2/+2 |
2020-12-21 | revision: move diff merges functions to its own diff-merges.c | Sergey Organov | 1 | -0/+1 |
2020-12-21 | revision: provide implementation for diff merges tweaks | Sergey Organov | 1 | -11/+2 |
2020-12-21 | worktree: teach `repair` to fix multi-directional breakage | Eric Sunshine | 1 | -1/+1 |
2020-12-18 | Merge branch 'ab/unreachable-break' | Junio C Hamano | 1 | -1/+0 |
2020-12-18 | Merge branch 'js/init-defaultbranch-advice' | Junio C Hamano | 3 | -5/+9 |
2020-12-17 | Merge branch 'tb/partial-clone-filters-fix' | Junio C Hamano | 1 | -4/+11 |
2020-12-16 | pack-redundant: fix crash when one packfile in repo | Jiang Xin | 1 | -0/+6 |
2020-12-15 | pull: display default warning only when non-ff | Felipe Contreras | 1 | -2/+5 |
2020-12-15 | pull: correct condition to trigger non-ff advice | Junio C Hamano | 1 | -13/+19 |
2020-12-15 | pull: get rid of unnecessary global variable | Junio C Hamano | 1 | -6/+5 |
2020-12-15 | style: do not "break" in switch() after "return" | Ævar Arnfjörð Bjarmason | 1 | -1/+0 |
2020-12-15 | pack-redundant: gauge the usage before proposing its removal | Junio C Hamano | 1 | -0/+13 |
2020-12-14 | pull: give the advice for choosing rebase/merge much later | Felipe Contreras | 1 | -14/+18 |
2020-12-14 | pull: refactor fast-forward check | Felipe Contreras | 1 | -11/+15 |
2020-12-13 | get_default_branch_name(): prepare for showing some advice | Johannes Schindelin | 2 | -4/+6 |
2020-12-13 | branch -m: allow renaming a yet-unborn branch | Johannes Schindelin | 1 | -1/+3 |
2020-12-12 | rev-parse: add option for absolute or relative path formatting | brian m. carlson | 1 | -12/+94 |
2020-12-08 | Merge branch 'tb/bugreport-no-localtime' | Junio C Hamano | 1 | -1/+2 |
2020-12-08 | Merge branch 'rs/maintenance-run-outside-repo' | Junio C Hamano | 1 | -7/+0 |
2020-12-08 | Merge branch 'ma/grep-init-default' | Junio C Hamano | 2 | -2/+0 |
2020-12-08 | Merge branch 'js/trace2-session-id' | Junio C Hamano | 1 | -0/+15 |
2020-12-08 | Merge branch 'ds/maintenance-part-3' | Junio C Hamano | 1 | -2/+3 |
2020-12-08 | Merge branch 'ds/config-literal-value' | Junio C Hamano | 3 | -21/+72 |
2020-12-08 | Merge branch 'ps/update-ref-multi-transaction' | Junio C Hamano | 1 | -1/+14 |
2020-12-08 | pack-bitmap-write: ignore BITMAP_FLAG_REUSE | Jeff King | 1 | -1/+0 |
2020-12-03 | builtin/clone.c: don't ignore transport_fetch_refs() errors | Taylor Blau | 1 | -4/+11 |
2020-12-03 | Merge branch 'tb/repack-simplify' | Junio C Hamano | 1 | -99/+54 |
2020-12-03 | Merge branch 'pb/pull-rebase-recurse-submodules' | Junio C Hamano | 1 | -12/+36 |
2020-12-01 | stash: fix stash application in sparse-checkouts | Elijah Newren | 1 | -2/+48 |
2020-12-01 | stash: remove unnecessary process forking | Elijah Newren | 1 | -49/+70 |
2020-12-01 | builtin/bugreport.c: use thread-safe localtime_r() | Taylor Blau | 1 | -1/+2 |
2020-11-30 | Merge branch 'sa/credential-store-timeout' | Junio C Hamano | 1 | -2/+6 |
2020-11-30 | Merge branch 'km/stash-error-message-fix' | Junio C Hamano | 1 | -1/+1 |
2020-11-30 | Merge branch 'mt/worktree-error-message-fix' | Junio C Hamano | 1 | -2/+2 |
2020-11-30 | Merge branch 'ab/gc-keep-base-option' | Junio C Hamano | 1 | -4/+4 |
2020-11-30 | Merge branch 'js/pull-rebase-use-advise' | Junio C Hamano | 1 | -12/+12 |
2020-11-30 | maintenance: fix SEGFAULT when no repository | Rafael Silva | 1 | -7/+0 |
2020-11-25 | Merge branch 'rs/gc-sort-func-cast-fix' | Junio C Hamano | 1 | -4/+2 |
2020-11-25 | Merge branch 'jk/4gb-idx' | Junio C Hamano | 2 | -4/+4 |
2020-11-25 | Merge branch 'jx/t5411-flake-fix' | Junio C Hamano | 1 | -25/+69 |
2020-11-25 | maintenance: use 'git config --fixed-value' | Derrick Stolee | 1 | -2/+3 |
2020-11-25 | config: implement --fixed-value with --get* | Derrick Stolee | 1 | -5/+10 |
2020-11-25 | config: plumb --fixed-value into config API | Derrick Stolee | 1 | -5/+11 |
2020-11-25 | config: add --fixed-value option, un-implemented | Derrick Stolee | 1 | -0/+36 |