Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "fetch: increase test coverage of fetches" | Junio C Hamano | 2022-04-14 | 2 | -93/+0 |
* | Revert "Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'" | Junio C Hamano | 2022-04-14 | 1 | -50/+0 |
* | Sync with Git 2.35.3 | Junio C Hamano | 2022-04-14 | 1 | -0/+49 |
|\ | |||||
| * | Git 2.35.3v2.35.3 | Junio C Hamano | 2022-04-14 | 1 | -0/+49 |
| |\ | |||||
| | * | Git 2.34.3v2.34.3 | Junio C Hamano | 2022-04-14 | 1 | -0/+49 |
| | |\ | |||||
| | | * | Git 2.33.3v2.33.3 | Junio C Hamano | 2022-04-14 | 1 | -0/+49 |
| | | |\ | |||||
| | | | * | Git 2.32.2v2.32.2 | Junio C Hamano | 2022-04-14 | 1 | -0/+49 |
| | | | |\ | |||||
| | | | | * | Git 2.31.3v2.31.3 | Junio C Hamano | 2022-04-14 | 1 | -0/+49 |
| | | | | |\ | |||||
| | | | | | * | setup: opt-out of check with safe.directory=* | Derrick Stolee | 2022-04-13 | 1 | -0/+10 |
| | | | | | * | setup: fix safe.directory key not being checked | Matheus Valadares | 2022-04-13 | 1 | -0/+5 |
| | | | | | * | t0033: add tests for safe.directory | Derrick Stolee | 2022-04-13 | 1 | -0/+34 |
* | | | | | | | Merge tag 'v2.35.2' | Junio C Hamano | 2022-04-12 | 1 | -6/+14 |
|\| | | | | | | |||||
| * | | | | | | Sync with 2.34.2 | Johannes Schindelin | 2022-03-24 | 1 | -6/+14 |
| |\| | | | | | |||||
| | * | | | | | Sync with 2.33.2 | Johannes Schindelin | 2022-03-24 | 1 | -6/+14 |
| | |\| | | | | |||||
| | | * | | | | Sync with 2.32.1 | Johannes Schindelin | 2022-03-24 | 1 | -6/+14 |
| | | |\| | | | |||||
| | | | * | | | Sync with 2.31.2 | Johannes Schindelin | 2022-03-24 | 1 | -6/+14 |
| | | | |\| | | |||||
| | | | | * | | Sync with 2.30.3 | Johannes Schindelin | 2022-03-24 | 1 | -6/+14 |
| | | | | |\| | |||||
| | | | | | * | Fix `GIT_CEILING_DIRECTORIES` with `C:\` and the likes | Johannes Schindelin | 2022-03-24 | 1 | -6/+14 |
* | | | | | | | Merge branch 'ld/sparse-index-bash-completion' | Junio C Hamano | 2022-04-08 | 1 | -9/+26 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | t9902: split test to run on appropriate systems | Adam Dinwoodie | 2022-04-08 | 1 | -9/+26 |
* | | | | | | | | Merge branch 'pw/worktree-list-with-z' | Junio C Hamano | 2022-04-04 | 1 | -0/+19 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | worktree: add -z option for list subcommand | Phillip Wood | 2022-03-31 | 1 | -0/+19 |
* | | | | | | | | | Merge branch 'vd/mv-refresh-stat' | Junio C Hamano | 2022-04-04 | 1 | -0/+19 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | mv: refresh stat info for moved entry | Victoria Dye | 2022-03-29 | 1 | -0/+19 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'jh/builtin-fsmonitor-part2' | Junio C Hamano | 2022-04-04 | 9 | -18/+805 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | t7527: test status with untracked-cache and fsmonitor--daemon | Jeff Hostetler | 2022-03-26 | 1 | -0/+115 |
| * | | | | | | | | | t/perf/p7519: add fsmonitor--daemon test cases | Jeff Hostetler | 2022-03-26 | 1 | -4/+34 |
| * | | | | | | | | | t/perf/p7519: speed up test on Windows | Jeff Hostetler | 2022-03-26 | 1 | -8/+16 |
| * | | | | | | | | | t/perf/p7519: fix coding style | Jeff Hostetler | 2022-03-26 | 1 | -4/+4 |
| * | | | | | | | | | t/helper/test-chmtime: skip directories on Windows | Jeff Hostetler | 2022-03-26 | 1 | -0/+15 |
| * | | | | | | | | | t/perf: avoid copying builtin fsmonitor files into test repo | Jeff Hostetler | 2022-03-26 | 1 | -1/+1 |
| * | | | | | | | | | t7527: create test for fsmonitor--daemon | Jeff Hostetler | 2022-03-26 | 1 | -0/+494 |
| * | | | | | | | | | t/helper/fsmonitor-client: create IPC client to talk to FSMonitor Daemon | Jeff Hostetler | 2022-03-26 | 3 | -0/+118 |
| * | | | | | | | | | help: include fsmonitor--daemon feature flag in version info | Jeff Hostetler | 2022-03-26 | 1 | -0/+7 |
| * | | | | | | | | | fsmonitor: config settings are repository-specific | Jeff Hostetler | 2022-03-26 | 1 | -2/+2 |
* | | | | | | | | | | Merge branch 'tk/ambiguous-fetch-refspec' | Junio C Hamano | 2022-04-04 | 1 | -2/+16 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | tracking branches: add advice to ambiguous refspec error | Tao Klerks | 2022-04-01 | 1 | -2/+16 |
* | | | | | | | | | | | Merge branch 'rc/fetch-refetch' | Junio C Hamano | 2022-04-04 | 1 | -1/+80 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | fetch: after refetch, encourage auto gc repacking | Robert Coup | 2022-03-28 | 1 | -0/+29 |
| * | | | | | | | | | | | t5615-partial-clone: add test for fetch --refetch | Robert Coup | 2022-03-28 | 1 | -1/+51 |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge branch 'ns/trace2-fsync-stat' | Junio C Hamano | 2022-04-04 | 1 | -0/+4 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | trace2: add stats for fsync operations | Neeraj Singh | 2022-03-30 | 1 | -0/+4 |
* | | | | | | | | | | | | Merge branch 'gc/branch-recurse-submodules-fix' | Junio C Hamano | 2022-04-04 | 1 | -1/+37 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | branch: support more tracking modes when recursing | Glen Choo | 2022-03-30 | 1 | -1/+37 |
* | | | | | | | | | | | | | Merge branch 'ds/t7700-kept-pack-test' | Junio C Hamano | 2022-04-04 | 2 | -37/+54 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | test-lib-functions: remove test_subcommand_inexact | Derrick Stolee | 2022-03-25 | 1 | -34/+0 |
| * | | | | | | | | | | | | | t7700: check post-condition in kept-pack test | Derrick Stolee | 2022-03-25 | 1 | -3/+54 |
* | | | | | | | | | | | | | | Merge branch 'ds/partial-bundle-more' | Junio C Hamano | 2022-04-04 | 1 | -8/+18 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | bundle: output hash information in 'verify' | Derrick Stolee | 2022-03-23 | 1 | -7/+17 |
| * | | | | | | | | | | | | | | bundle: move capabilities to end of 'verify' | Derrick Stolee | 2022-03-23 | 1 | -1/+1 |