summaryrefslogtreecommitdiffstats
path: root/upload-pack.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-06grep: extract grep_binexp() from grep_or_expr()Taylor Blau1-2/+9
2022-01-06grep: use grep_not_expr() in compile_pattern_not()René Scharfe1-13/+11
2022-01-06grep: use grep_or_expr() in compile_pattern_or()René Scharfe1-15/+11
2022-01-05The seventh batchJunio C Hamano1-0/+49
2022-01-04The sixth batchJunio C Hamano1-0/+11
2021-12-23sparse-checkout: remove stray trailing spaceElijah Newren1-1/+1
2021-12-23The fifth batchJunio C Hamano1-0/+13
2021-12-22The fourth batchJunio C Hamano1-1/+33
2021-12-20merge: allow to pretend a merge is made into a different branchJunio C Hamano7-5/+67
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-20repack: make '--quiet' disable progressDerrick Stolee3-4/+14
2021-12-20repack: respect kept objects with '--write-midx -b'Derrick Stolee3-1/+41
2021-12-18t4202: fix patternType setting in --invert-grep testRené Scharfe1-1/+1
2021-12-18docs: 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-17format-patch: mark rev_info with UNLEAKJunio C Hamano1-0/+1
2021-12-17t4204 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-16help: make auto-correction prompt more consistentKashav Madan1-1/+1
2021-12-16am: support --allow-empty to record specific empty patches徐沛文 (Aleen)5-10/+95
2021-12-16am: support --empty=<option> to handle empty patches徐沛文 (Aleen)3-5/+111
2021-12-16doc: 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-13git-apply: add --allow-empty flagJerry Zhang4-7/+30
2021-12-13git-apply: add --quiet flagJerry Zhang2-2/+7
2021-12-13chainlint.sed: stop splitting "(..." into separate lines "(" and "..."Eric Sunshine9-35/+37
2021-12-13chainlint.sed: swallow comments consistentlyEric Sunshine6-4/+52
2021-12-13chainlint.sed: stop throwing away here-doc tagsEric Sunshine11-29/+35
2021-12-13chainlint.sed: don't mistake `<< word` in string as here-doc operatorEric Sunshine3-2/+36
2021-12-13chainlint.sed: make here-doc "<<-" operator recognition more POSIX-likeEric Sunshine1-4/+4
2021-12-13chainlint.sed: drop subshell-closing ">" annotationEric Sunshine39-89/+80
2021-12-13chainlint.sed: drop unnecessary distinction between ?!AMP?! and ?!SEMI?!Eric Sunshine5-25/+24