summaryrefslogtreecommitdiffstats
path: root/builtin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs/use-xopen-in-index-pack'Junio C Hamano2021-09-231-3/+1
|\
| * index-pack: use xopen in init_threadRené Scharfe2021-09-101-3/+1
* | Merge branch 'jt/submodule-name-to-gitdir'Junio C Hamano2021-09-231-2/+8
|\ \
| * | submodule: extract path to submodule gitdir funcJonathan Tan2021-09-151-2/+8
* | | Merge branch 'ma/help-w-check-for-requested-page'Junio C Hamano2021-09-231-3/+6
|\ \ \
| * | | help: make sure local html page exists before calling external processesMatthias Aßhauer2021-09-141-3/+6
* | | | Merge branch 'cb/unix-sockets-with-windows'Junio C Hamano2021-09-231-2/+28
|\ \ \ \
| * | | | credential-cache: check for windows specific errorsCarlo Marcelo Arenas Belón2021-09-141-2/+28
| | |/ / | |/| |
* | | | Merge branch 'ab/retire-option-argument'Junio C Hamano2021-09-231-25/+26
|\ \ \ \
| * | | | parse-options API: remove OPTION_ARGUMENT featureÆvar Arnfjörð Bjarmason2021-09-131-1/+3
| * | | | difftool: use run_command() API in run_file_diff()Ævar Arnfjörð Bjarmason2021-09-131-7/+6
| * | | | difftool: prepare "diff" cmdline in cmd_difftool()Jeff King2021-09-131-8/+7
| * | | | difftool: prepare "struct child_process" in cmd_difftool()Ævar Arnfjörð Bjarmason2021-09-131-14/+15
| | |/ / | |/| |
* | | | Merge branch 'mr/bisect-in-c-4'Junio C Hamano2021-09-231-8/+152
|\ \ \ \
| * | | | bisect--helper: retire `--bisect-next-check` subcommandMiriam Rubio2021-09-131-7/+0
| * | | | bisect--helper: reimplement `bisect_run` shell function in CTanushree Tumane2021-09-131-0/+105
| * | | | bisect--helper: reimplement `bisect_visualize()` shell function in CPranit Bauva2021-09-131-1/+47
* | | | | Merge branch 'ab/gc-remove-unused-call'Junio C Hamano2021-09-231-7/+1
|\ \ \ \ \
| * | | | | gc: remove unused launchctl_get_uid() callÆvar Arnfjörð Bjarmason2021-09-131-7/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'en/am-abort-fix'Junio C Hamano2021-09-231-1/+2
|\ \ \ \ \
| * | | | | am: fix incorrect exit status on am fail to abortElijah Newren2021-09-111-1/+2
| | |_|/ / | |/| | |
* | | | | Merge branch 'ps/update-ref-batch-flush'Junio C Hamano2021-09-231-4/+10
|\ \ \ \ \
| * | | | | update-ref: fix streaming of status updatesPatrick Steinhardt2021-09-031-4/+10
| |/ / / /
* | | | | Merge branch 'js/run-command-close-packs'Junio C Hamano2021-09-217-20/+9
|\ \ \ \ \
| * | | | | Close object store closer to spawning child processesJohannes Schindelin2021-09-093-16/+8
| * | | | | run_auto_maintenance(): implicitly close the object storeJohannes Schindelin2021-09-094-5/+0
| * | | | | pull: release packs before fetchingJohannes Schindelin2021-09-081-0/+2
| |/ / / /
* | | | | Merge branch 'ds/mergies-with-sparse-index'Junio C Hamano2021-09-213-0/+12
|\ \ \ \ \
| * | | | | sparse-index: integrate with cherry-pick and rebaseDerrick Stolee2021-09-102-0/+9
| * | | | | merge: make sparse-aware with ORTDerrick Stolee2021-09-101-0/+3
* | | | | | Merge branch 'ds/sparse-index-ignored-files'Junio C Hamano2021-09-212-6/+95
|\| | | | |
| * | | | | sparse-checkout: clear tracked sparse dirsDerrick Stolee2021-09-081-0/+94
| * | | | | sparse-checkout: create helper methodsDerrick Stolee2021-09-081-6/+1
| * | | | | Merge branch 'ds/add-with-sparse-index' into ds/sparse-index-ignored-filesJunio C Hamano2021-08-101-3/+12
| |\ \ \ \ \ | | |/ / / / | |/| | | |
* | | | | | Merge branch 'ar/submodule-run-update-procedure'Junio C Hamano2021-09-211-0/+257
|\ \ \ \ \ \
| * | | | | | submodule--helper: run update procedures from CAtharva Raykar2021-08-241-0/+257
| |/ / / / /
* | | | | | Merge branch 'ab/serve-cleanup'Junio C Hamano2021-09-212-15/+16
|\ \ \ \ \ \
| * | | | | | upload-pack: document and rename --advertise-refsÆvar Arnfjörð Bjarmason2021-08-052-3/+5
| * | | | | | serve.[ch]: remove "serve_options", split up --advertise-refs codeÆvar Arnfjörð Bjarmason2021-08-051-13/+12
| |/ / / / /
* | | | | | Merge branch 'ar/submodule-add-more'Junio C Hamano2021-09-212-261/+164
|\ \ \ \ \ \
| * | | | | | submodule--helper: rename compute_submodule_clone_url()Atharva Raykar2021-08-101-6/+6
| * | | | | | submodule--helper: remove resolve-relative-url subcommandAtharva Raykar2021-08-101-20/+0
| * | | | | | submodule--helper: remove add-config subcommandAtharva Raykar2021-08-101-49/+0
| * | | | | | submodule--helper: remove add-clone subcommandAtharva Raykar2021-08-101-60/+0
| * | | | | | submodule--helper: convert the bulk of cmd_add() to CAtharva Raykar2021-08-101-1/+164
| * | | | | | dir: libify and export helper functions from clone.cAtharva Raykar2021-08-101-116/+2
| * | | | | | submodule--helper: remove repeated code in sync_submodule()Atharva Raykar2021-08-101-13/+3
| * | | | | | submodule--helper: refactor resolve_relative_url() helperAtharva Raykar2021-08-101-36/+25
| * | | | | | submodule--helper: add options for compute_submodule_clone_url()Atharva Raykar2021-08-101-7/+11
| * | | | | | Merge branch 'ar/submodule-add-config' into ar/submodule-addJunio C Hamano2021-08-101-0/+129
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |