Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | t2106: ensure that the checkout fails for the expected reason | Johannes Schindelin | 2020-11-18 | 1 | -1/+2 | |
| * | | | | | | | | | t2106: make test independent of the current main branch name | Johannes Schindelin | 2020-11-18 | 1 | -1/+1 | |
| * | | | | | | | | | t2106: adjust style to the current conventions | Johannes Schindelin | 2020-11-18 | 1 | -14/+16 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge branch 'sg/tests-prereq' | Junio C Hamano | 2020-11-26 | 2 | -4/+25 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | tests: fix description of 'test_set_prereq' | SZEDER Gábor | 2020-11-18 | 1 | -1/+1 | |
| * | | | | | | | | | tests: make sure nested lazy prereqs work reliably | SZEDER Gábor | 2020-11-18 | 2 | -3/+24 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge branch 'sg/t5310-jgit-wants-sha1' | Junio C Hamano | 2020-11-26 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | t5310-pack-bitmaps: skip JGit tests with SHA256 | SZEDER Gábor | 2020-11-16 | 1 | -2/+2 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge branch 'pk/subsub-fetch-fix' | Junio C Hamano | 2020-11-26 | 1 | -0/+63 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| * | | | | | | | | submodules: fix of regression on fetching of non-init subsub-repo | Peter Kaestle | 2020-11-12 | 1 | -0/+63 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'jx/t5411-flake-fix' | Junio C Hamano | 2020-11-26 | 8 | -42/+476 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | receive-pack: use default version 0 for proc-receive | Jiang Xin | 2020-11-11 | 3 | -6/+132 | |
| * | | | | | | | | receive-pack: gently write messages to proc-receive | Jiang Xin | 2020-11-11 | 3 | -24/+329 | |
| * | | | | | | | | t5411: new helper filter_out_user_friendly_and_stable_output | Jiang Xin | 2020-11-11 | 3 | -14/+17 | |
* | | | | | | | | | Merge branch 'fc/bash-completion-alias-of-alias' | Junio C Hamano | 2020-11-26 | 1 | -0/+19 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| * | | | | | | | | completion: bash: support recursive aliases | Felipe Contreras | 2020-11-10 | 1 | -0/+19 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'en/strmap' | Junio C Hamano | 2020-11-22 | 1 | -5/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Use new HASHMAP_INIT macro to simplify hashmap initialization | Elijah Newren | 2020-11-11 | 1 | -2/+1 | |
| * | | | | | | | | hashmap: provide deallocation function names | Elijah Newren | 2020-11-02 | 1 | -3/+3 | |
* | | | | | | | | | Merge branch 'jk/diff-release-filespec-fix' | Junio C Hamano | 2020-11-22 | 1 | -0/+13 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | t7800: simplify difftool test | Jinoh Kang | 2020-11-11 | 1 | -19/+9 | |
| * | | | | | | | | | diff: allow passing NULL to diff_free_filespec_data() | Jinoh Kang | 2020-11-06 | 1 | -0/+23 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'jk/rev-parse-end-of-options' | Junio C Hamano | 2020-11-22 | 2 | -0/+38 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | rev-parse: handle --end-of-options | Jeff King | 2020-11-10 | 2 | -0/+29 | |
| * | | | | | | | | | rev-parse: don't accept options after dashdash | Jeff King | 2020-11-10 | 1 | -0/+9 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge branch 'jc/format-patch-name-max' | Junio C Hamano | 2020-11-22 | 1 | -0/+54 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| * | | | | | | | | format-patch: make output filename configurable | Junio C Hamano | 2020-11-10 | 1 | -0/+54 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'jc/blame-ignore-fix' | Junio C Hamano | 2020-11-18 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | blame: silently ignore invalid ignore file objects | René Scharfe | 2020-11-10 | 1 | -2/+2 | |
* | | | | | | | | | Merge branch 'pb/blame-funcname-range-userdiff' | Junio C Hamano | 2020-11-18 | 1 | -0/+18 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | blame: enable funcname blaming with userdiff driver | Philippe Blain | 2020-11-02 | 1 | -0/+18 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'en/merge-ort-api-null-impl' | Junio C Hamano | 2020-11-18 | 3 | -0/+213 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | fast-rebase: demonstrate merge-ort's API via new test-tool command | Elijah Newren | 2020-10-29 | 3 | -0/+213 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'ds/maintenance-part-3' | Junio C Hamano | 2020-11-18 | 6 | -1/+232 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | maintenance: use 'incremental' strategy by default | Derrick Stolee | 2020-10-16 | 1 | -4/+16 | |
| * | | | | | | | | | maintenance: create maintenance.strategy config | Derrick Stolee | 2020-10-16 | 1 | -0/+49 | |
| * | | | | | | | | | maintenance: add start/stop subcommands | Derrick Stolee | 2020-09-25 | 5 | -0/+71 | |
| * | | | | | | | | | maintenance: add [un]register subcommands | Derrick Stolee | 2020-09-25 | 1 | -1/+16 | |
| * | | | | | | | | | for-each-repo: run subcommands on configured repos | Derrick Stolee | 2020-09-25 | 1 | -0/+30 | |
| * | | | | | | | | | maintenance: add --schedule option and config | Derrick Stolee | 2020-09-25 | 1 | -0/+40 | |
| * | | | | | | | | | maintenance: optionally skip --auto process | Derrick Stolee | 2020-09-25 | 1 | -0/+13 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'pw/rebase-i-orig-head' | Junio C Hamano | 2020-11-18 | 1 | -0/+11 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | rebase -i: stop overwriting ORIG_HEAD buffer | Phillip Wood | 2020-11-04 | 1 | -0/+11 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'jk/format-patch-output' | Junio C Hamano | 2020-11-18 | 1 | -0/+33 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | format-patch: support --output option | Jeff King | 2020-11-04 | 1 | -3/+23 | |
| * | | | | | | | | | format-patch: refactor output selection | Jeff King | 2020-11-04 | 1 | -0/+13 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'jc/line-log-takes-no-pathspec' | Junio C Hamano | 2020-11-18 | 1 | -0/+22 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | log: diagnose -L used with pathspec as an error | Junio C Hamano | 2020-11-04 | 1 | -0/+22 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge branch 'nk/perf-fsmonitor' | Junio C Hamano | 2020-11-18 | 1 | -31/+63 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | t/perf/fsmonitor: add benchmark for dirty status | Nipunn Koorapati | 2020-10-27 | 1 | -0/+5 |