summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-20branch: add flags and config to inherit trackingJosh Steadmon16-23/+205
2021-12-20branch: accept multiple upstream branches for trackingJosh Steadmon2-43/+106
2021-12-20merge: allow to pretend a merge is made into a different branchJunio C Hamano7-5/+67
2021-12-20git-p4: show progress as an integerJoel Holdsworth1-1/+2
2021-12-20git-p4: print size values in appropriate unitsJoel Holdsworth1-5/+19
2021-12-20grep/pcre2: factor out literal variableRené Scharfe1-2/+2
2021-12-20grep/pcre2: use PCRE2_UTF even with ASCII patternsRené Scharfe2-1/+7
2021-12-20daemon: plug memory leak on overlong pathRené Scharfe1-1/+1
2021-12-20git-apply: skip threeway in add / rename casesJerry Zhang2-1/+21
2021-12-20repack: make '--quiet' disable progressDerrick Stolee3-4/+14
2021-12-20repack: respect kept objects with '--write-midx -b'Derrick Stolee3-1/+41
2021-12-17t4202: fix patternType setting in --invert-grep testRené Scharfe1-1/+1
2021-12-17docs: add missing colon to Documentation/config/gpg.txtGreg Hurrell1-1/+1
2021-12-17log: let --invert-grep only invert --grepRené Scharfe5-7/+42
2021-12-16format-patch: mark rev_info with UNLEAKJunio C Hamano1-0/+1
2021-12-16t4204 is not sanitizer clean at allJunio C Hamano1-12/+17
2021-12-16git-p4: resolve RCS keywords in bytes not utf-8Joel Holdsworth2-7/+23
2021-12-16git-p4: open temporary patch file for write onlyJoel Holdsworth1-1/+1
2021-12-16git-p4: add raw option to read_pipelinesJoel Holdsworth1-3/+5
2021-12-16git-p4: pre-compile RCS keyword regexesJoel Holdsworth1-30/+18
2021-12-16git-p4: use with statements to close files after use in patchRCSKeywordsJoel Holdsworth1-8/+5
2021-12-16stash: don't show "git stash push" usage on bad "git stash" usageÆvar Arnfjörð Bjarmason2-0/+20
2021-12-16help: make auto-correction prompt more consistentKashav Madan1-1/+1
2021-12-15am: support --allow-empty to record specific empty patches徐沛文 (Aleen)5-10/+95
2021-12-15am: support --empty=<option> to handle empty patches徐沛文 (Aleen)3-5/+111
2021-12-15doc: git-format-patch: describe the option --always徐沛文 (Aleen)1-1/+5
2021-12-15doc/config: mark ssh allowedSigners example as literalJeff King1-1/+1
2021-12-15upload-pack.c: increase output buffer sizeJacob Vosmaer1-5/+12
2021-12-15clone: avoid using deprecated `sparse-checkout init`Elijah Newren1-1/+1
2021-12-15Documentation: clarify/correct a few sparsity related statementsElijah Newren2-5/+5
2021-12-15git-sparse-checkout.txt: update to document init/set/reapply changesElijah Newren1-43/+55
2021-12-15sparse-checkout: enable reapply to take --[no-]{cone,sparse-index}Elijah Newren1-1/+17
2021-12-15sparse-checkout: enable `set` to initialize sparse-checkout modeElijah Newren1-1/+26
2021-12-15sparse-checkout: split out code for tweaking settings configElijah Newren1-19/+37
2021-12-15sparse-checkout: disallow --no-stdin as an argument to setElijah Newren1-2/+3
2021-12-15sparse-checkout: add sanity-checks on initial sparsity stateElijah Newren2-1/+29
2021-12-15sparse-checkout: break apart functions for sparse_checkout_(set|add)Elijah Newren1-14/+40
2021-12-15sparse-checkout: pass use_stdin as a parameter instead of as a globalElijah Newren1-12/+16
2021-12-15The third batchJunio C Hamano1-0/+65
2021-12-15Merge branch 'ab/die-with-bug'Junio C Hamano5-7/+5
2021-12-15Merge branch 'hn/allow-bogus-oid-in-ref-tests'Junio C Hamano8-90/+169
2021-12-15Merge branch 'ab/parse-options-cleanup'Junio C Hamano1-3/+4
2021-12-15Merge branch 're/color-default-reset'Junio C Hamano4-13/+80
2021-12-15Merge branch 'jc/reflog-iterator-callback-doc'Junio C Hamano1-1/+23
2021-12-15Merge branch 'ew/test-wo-fsync'Junio C Hamano6-2/+48
2021-12-15Merge branch 'ew/cbtree-remove-unused-and-broken-cb-unlink'Junio C Hamano2-33/+0
2021-12-15Merge branch 'ds/sparse-deep-pattern-checkout-fix'Junio C Hamano2-7/+23
2021-12-15Merge branch 'tb/pack-revindex-on-disk-cleanup'Junio C Hamano2-2/+2
2021-12-15Merge branch 'es/doc-stdout-vs-stderr'Junio C Hamano1-0/+27
2021-12-15Merge branch 'js/test-initial-branch-override-cleanup'Junio C Hamano17-50/+0