Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'rs/use-xopen-in-index-pack' | Junio C Hamano | 2021-09-23 | 1 | -3/+1 |
|\ | |||||
| * | index-pack: use xopen in init_thread | René Scharfe | 2021-09-10 | 1 | -3/+1 |
* | | Merge branch 'jt/submodule-name-to-gitdir' | Junio C Hamano | 2021-09-23 | 1 | -2/+8 |
|\ \ | |||||
| * | | submodule: extract path to submodule gitdir func | Jonathan Tan | 2021-09-15 | 1 | -2/+8 |
* | | | Merge branch 'ma/help-w-check-for-requested-page' | Junio C Hamano | 2021-09-23 | 1 | -3/+6 |
|\ \ \ | |||||
| * | | | help: make sure local html page exists before calling external processes | Matthias Aßhauer | 2021-09-14 | 1 | -3/+6 |
* | | | | Merge branch 'cb/unix-sockets-with-windows' | Junio C Hamano | 2021-09-23 | 1 | -2/+28 |
|\ \ \ \ | |||||
| * | | | | credential-cache: check for windows specific errors | Carlo Marcelo Arenas Belón | 2021-09-14 | 1 | -2/+28 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'ab/retire-option-argument' | Junio C Hamano | 2021-09-23 | 1 | -25/+26 |
|\ \ \ \ | |||||
| * | | | | parse-options API: remove OPTION_ARGUMENT feature | Ævar Arnfjörð Bjarmason | 2021-09-13 | 1 | -1/+3 |
| * | | | | difftool: use run_command() API in run_file_diff() | Ævar Arnfjörð Bjarmason | 2021-09-13 | 1 | -7/+6 |
| * | | | | difftool: prepare "diff" cmdline in cmd_difftool() | Jeff King | 2021-09-13 | 1 | -8/+7 |
| * | | | | difftool: prepare "struct child_process" in cmd_difftool() | Ævar Arnfjörð Bjarmason | 2021-09-13 | 1 | -14/+15 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'mr/bisect-in-c-4' | Junio C Hamano | 2021-09-23 | 1 | -8/+152 |
|\ \ \ \ | |||||
| * | | | | bisect--helper: retire `--bisect-next-check` subcommand | Miriam Rubio | 2021-09-13 | 1 | -7/+0 |
| * | | | | bisect--helper: reimplement `bisect_run` shell function in C | Tanushree Tumane | 2021-09-13 | 1 | -0/+105 |
| * | | | | bisect--helper: reimplement `bisect_visualize()` shell function in C | Pranit Bauva | 2021-09-13 | 1 | -1/+47 |
* | | | | | Merge branch 'ab/gc-remove-unused-call' | Junio C Hamano | 2021-09-23 | 1 | -7/+1 |
|\ \ \ \ \ | |||||
| * | | | | | gc: remove unused launchctl_get_uid() call | Ævar Arnfjörð Bjarmason | 2021-09-13 | 1 | -7/+1 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'en/am-abort-fix' | Junio C Hamano | 2021-09-23 | 1 | -1/+2 |
|\ \ \ \ \ | |||||
| * | | | | | am: fix incorrect exit status on am fail to abort | Elijah Newren | 2021-09-11 | 1 | -1/+2 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'ps/update-ref-batch-flush' | Junio C Hamano | 2021-09-23 | 1 | -4/+10 |
|\ \ \ \ \ | |||||
| * | | | | | update-ref: fix streaming of status updates | Patrick Steinhardt | 2021-09-03 | 1 | -4/+10 |
| |/ / / / | |||||
* | | | | | Merge branch 'js/run-command-close-packs' | Junio C Hamano | 2021-09-21 | 7 | -20/+9 |
|\ \ \ \ \ | |||||
| * | | | | | Close object store closer to spawning child processes | Johannes Schindelin | 2021-09-09 | 3 | -16/+8 |
| * | | | | | run_auto_maintenance(): implicitly close the object store | Johannes Schindelin | 2021-09-09 | 4 | -5/+0 |
| * | | | | | pull: release packs before fetching | Johannes Schindelin | 2021-09-08 | 1 | -0/+2 |
| |/ / / / | |||||
* | | | | | Merge branch 'ds/mergies-with-sparse-index' | Junio C Hamano | 2021-09-21 | 3 | -0/+12 |
|\ \ \ \ \ | |||||
| * | | | | | sparse-index: integrate with cherry-pick and rebase | Derrick Stolee | 2021-09-10 | 2 | -0/+9 |
| * | | | | | merge: make sparse-aware with ORT | Derrick Stolee | 2021-09-10 | 1 | -0/+3 |
* | | | | | | Merge branch 'ds/sparse-index-ignored-files' | Junio C Hamano | 2021-09-21 | 2 | -6/+95 |
|\| | | | | | |||||
| * | | | | | sparse-checkout: clear tracked sparse dirs | Derrick Stolee | 2021-09-08 | 1 | -0/+94 |
| * | | | | | sparse-checkout: create helper methods | Derrick Stolee | 2021-09-08 | 1 | -6/+1 |
| * | | | | | Merge branch 'ds/add-with-sparse-index' into ds/sparse-index-ignored-files | Junio C Hamano | 2021-08-10 | 1 | -3/+12 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'ar/submodule-run-update-procedure' | Junio C Hamano | 2021-09-21 | 1 | -0/+257 |
|\ \ \ \ \ \ | |||||
| * | | | | | | submodule--helper: run update procedures from C | Atharva Raykar | 2021-08-24 | 1 | -0/+257 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'ab/serve-cleanup' | Junio C Hamano | 2021-09-21 | 2 | -15/+16 |
|\ \ \ \ \ \ | |||||
| * | | | | | | upload-pack: document and rename --advertise-refs | Ævar Arnfjörð Bjarmason | 2021-08-05 | 2 | -3/+5 |
| * | | | | | | serve.[ch]: remove "serve_options", split up --advertise-refs code | Ævar Arnfjörð Bjarmason | 2021-08-05 | 1 | -13/+12 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'ar/submodule-add-more' | Junio C Hamano | 2021-09-21 | 2 | -261/+164 |
|\ \ \ \ \ \ | |||||
| * | | | | | | submodule--helper: rename compute_submodule_clone_url() | Atharva Raykar | 2021-08-10 | 1 | -6/+6 |
| * | | | | | | submodule--helper: remove resolve-relative-url subcommand | Atharva Raykar | 2021-08-10 | 1 | -20/+0 |
| * | | | | | | submodule--helper: remove add-config subcommand | Atharva Raykar | 2021-08-10 | 1 | -49/+0 |
| * | | | | | | submodule--helper: remove add-clone subcommand | Atharva Raykar | 2021-08-10 | 1 | -60/+0 |
| * | | | | | | submodule--helper: convert the bulk of cmd_add() to C | Atharva Raykar | 2021-08-10 | 1 | -1/+164 |
| * | | | | | | dir: libify and export helper functions from clone.c | Atharva Raykar | 2021-08-10 | 1 | -116/+2 |
| * | | | | | | submodule--helper: remove repeated code in sync_submodule() | Atharva Raykar | 2021-08-10 | 1 | -13/+3 |
| * | | | | | | submodule--helper: refactor resolve_relative_url() helper | Atharva Raykar | 2021-08-10 | 1 | -36/+25 |
| * | | | | | | submodule--helper: add options for compute_submodule_clone_url() | Atharva Raykar | 2021-08-10 | 1 | -7/+11 |
| * | | | | | | Merge branch 'ar/submodule-add-config' into ar/submodule-add | Junio C Hamano | 2021-08-10 | 1 | -0/+129 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | |