summaryrefslogtreecommitdiffstats
path: root/Documentation (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ns/core-fsyncmethod'Junio C Hamano2022-03-261-4/+54
|\
| * core.fsync: documentation and user-friendly aggregate optionsNeeraj Singh2022-03-151-0/+40
| * core.fsync: add configuration parsingNeeraj Singh2022-03-111-4/+5
| * core.fsyncmethod: add writeout-only modeNeeraj Singh2022-03-111-0/+9
* | The 14th batchJunio C Hamano2022-03-231-0/+13
* | Merge branch 'ps/repack-with-server-info'Junio C Hamano2022-03-231-0/+5
|\ \
| * | repack: add config to skip updating server infoPatrick Steinhardt2022-03-141-0/+5
* | | Merge branch 'ds/doc-maintenance-synopsis-fix'Junio C Hamano2022-03-231-18/+20
|\ \ \
| * | | maintenance: fix synopsis in documentationDerrick Stolee2022-03-151-18/+20
* | | | Merge branch 'jd/userdiff-kotlin'Junio C Hamano2022-03-231-0/+2
|\ \ \ \
| * | | | userdiff: add builtin diff driver for kotlin language.Jaydeep P Das2022-03-131-0/+2
* | | | | The thirteenth batchJunio C Hamano2022-03-211-0/+15
* | | | | Merge branch 'ds/partial-bundles'Junio C Hamano2022-03-214-33/+37
|\ \ \ \ \
| * | | | | bundle: parse filter capabilityDerrick Stolee2022-03-092-5/+13
| * | | | | MyFirstObjectWalk: update recommended usageDerrick Stolee2022-03-091-28/+16
| * | | | | index-pack: document and test the --promisor optionDerrick Stolee2022-03-091-0/+8
* | | | | | The twelfth batchJunio C Hamano2022-03-171-0/+21
* | | | | | Merge branch 'ds/commit-graph-gen-v2-fixes'Junio C Hamano2022-03-171-2/+10
|\ \ \ \ \ \
| * | | | | | commit-graph: declare bankruptcy on GDAT chunksDerrick Stolee2022-03-071-2/+10
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'tb/rename-remote-progress'Junio C Hamano2022-03-171-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | builtin/remote.c: show progress when renaming remote referencesTaylor Blau2022-03-031-1/+1
| | |_|/ / | |/| | |
* | | | | The eleventh batchJunio C Hamano2022-03-131-0/+21
* | | | | Merge branch 'nj/read-tree-doc-reffix'Junio C Hamano2022-03-131-2/+2
|\ \ \ \ \
| * | | | | Documentation: git-read-tree: separate links using commasNihal Jere2022-03-031-2/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'ab/make-optim-noop'Junio C Hamano2022-03-131-57/+6
|\ \ \ \ \
| * | | | | Makefiles: add and use wildcard "mkdir -p" templateÆvar Arnfjörð Bjarmason2022-03-031-22/+3
| * | | | | Makefile: add "$(QUIET)" boilerplate to shared.makÆvar Arnfjörð Bjarmason2022-03-031-32/+0
| * | | | | Makefiles: add "shared.mak", move ".DELETE_ON_ERROR" to itÆvar Arnfjörð Bjarmason2022-03-031-3/+3
| | |_|/ / | |/| | |
* | | | | The tenth batchJunio C Hamano2022-03-091-1/+27
* | | | | Merge branch 'ab/help-fixes'Junio C Hamano2022-03-091-4/+11
|\ \ \ \ \
| * | | | | help: add --no-[external-commands|aliases] for use with --allÆvar Arnfjörð Bjarmason2022-02-231-1/+9
| * | | | | help: correct usage & behavior of "git help --all"Ævar Arnfjörð Bjarmason2022-02-231-3/+2
| * | | | | help doc: add missing "]" to "[-a|--all]"Ævar Arnfjörð Bjarmason2022-02-231-1/+1
* | | | | | Merge branch 'ab/c99-variadic-macros'Junio C Hamano2022-03-091-0/+3
|\ \ \ \ \ \
| * | | | | | C99: remove hardcoded-out !HAVE_VARIADIC_MACROS codeÆvar Arnfjörð Bjarmason2022-02-221-0/+3
| |/ / / / /
* | | | | | Merge branch 'hn/reftable-no-empty-keys'Junio C Hamano2022-03-091-1/+1
|\ \ \ \ \ \
| * | | | | | Documentation: object_id_len goes up to 31Han-Wen Nienhuys2022-02-231-1/+1
* | | | | | | Merge branch 'jc/cat-file-batch-commands'Junio C Hamano2022-03-091-4/+38
|\ \ \ \ \ \ \
| * | | | | | | cat-file: add --batch-command modeJohn Cai2022-02-181-4/+38
* | | | | | | | Merge branch 'en/present-despite-skipped'Junio C Hamano2022-03-095-47/+127
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | repo_read_index: add config to expect files outside sparse patternsElijah Newren2022-03-022-0/+29
| * | | | | | | Update documentation related to sparsity and the skip-worktree bitElijah Newren2022-01-143-47/+98
| * | | | | | | Merge branch 'vd/sparse-clean-etc' into en/present-despite-skippedJunio C Hamano2022-01-131-2/+8
| |\ \ \ \ \ \ \
* | | | | | | | | The ninth batchJunio C Hamano2022-03-071-0/+21
* | | | | | | | | Merge branch 'jt/ls-files-stage-recurse'Junio C Hamano2022-03-071-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ls-files: support --recurse-submodules --stageJonathan Tan2022-02-241-1/+1
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'ah/advice-switch-requires-detach-to-detach'Junio C Hamano2022-03-071-0/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | switch: mention the --detach option when dying due to lack of a branchAlex Henrie2022-02-261-0/+3
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'ds/worktree-docs'Junio C Hamano2022-03-071-134/+134
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | worktree: use 'worktree' over 'working tree'Derrick Stolee2022-02-231-7/+7