index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
upload-pack.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-01-06
grep: extract grep_binexp() from grep_or_expr()
Taylor Blau
1
-2
/
+9
2022-01-06
grep: use grep_not_expr() in compile_pattern_not()
René Scharfe
1
-13
/
+11
2022-01-06
grep: use grep_or_expr() in compile_pattern_or()
René Scharfe
1
-15
/
+11
2022-01-05
The seventh batch
Junio C Hamano
1
-0
/
+49
2022-01-04
The sixth batch
Junio C Hamano
1
-0
/
+11
2021-12-23
sparse-checkout: remove stray trailing space
Elijah Newren
1
-1
/
+1
2021-12-23
The fifth batch
Junio C Hamano
1
-0
/
+13
2021-12-22
The fourth batch
Junio C Hamano
1
-1
/
+33
2021-12-20
merge: allow to pretend a merge is made into a different branch
Junio C Hamano
7
-5
/
+67
2021-12-20
grep/pcre2: factor out literal variable
René Scharfe
1
-2
/
+2
2021-12-20
grep/pcre2: use PCRE2_UTF even with ASCII patterns
René Scharfe
2
-1
/
+7
2021-12-20
daemon: plug memory leak on overlong path
René Scharfe
1
-1
/
+1
2021-12-20
repack: make '--quiet' disable progress
Derrick Stolee
3
-4
/
+14
2021-12-20
repack: respect kept objects with '--write-midx -b'
Derrick Stolee
3
-1
/
+41
2021-12-18
t4202: fix patternType setting in --invert-grep test
René Scharfe
1
-1
/
+1
2021-12-18
docs: add missing colon to Documentation/config/gpg.txt
Greg Hurrell
1
-1
/
+1
2021-12-17
log: let --invert-grep only invert --grep
René Scharfe
5
-7
/
+42
2021-12-17
format-patch: mark rev_info with UNLEAK
Junio C Hamano
1
-0
/
+1
2021-12-17
t4204 is not sanitizer clean at all
Junio C Hamano
1
-12
/
+17
2021-12-16
git-p4: resolve RCS keywords in bytes not utf-8
Joel Holdsworth
2
-7
/
+23
2021-12-16
git-p4: open temporary patch file for write only
Joel Holdsworth
1
-1
/
+1
2021-12-16
git-p4: add raw option to read_pipelines
Joel Holdsworth
1
-3
/
+5
2021-12-16
git-p4: pre-compile RCS keyword regexes
Joel Holdsworth
1
-30
/
+18
2021-12-16
git-p4: use with statements to close files after use in patchRCSKeywords
Joel Holdsworth
1
-8
/
+5
2021-12-16
help: make auto-correction prompt more consistent
Kashav Madan
1
-1
/
+1
2021-12-16
am: support --allow-empty to record specific empty patches
徐沛文 (Aleen)
5
-10
/
+95
2021-12-16
am: support --empty=<option> to handle empty patches
徐沛文 (Aleen)
3
-5
/
+111
2021-12-16
doc: git-format-patch: describe the option --always
徐沛文 (Aleen)
1
-1
/
+5
2021-12-15
doc/config: mark ssh allowedSigners example as literal
Jeff King
1
-1
/
+1
2021-12-15
upload-pack.c: increase output buffer size
Jacob Vosmaer
1
-5
/
+12
2021-12-15
clone: avoid using deprecated `sparse-checkout init`
Elijah Newren
1
-1
/
+1
2021-12-15
Documentation: clarify/correct a few sparsity related statements
Elijah Newren
2
-5
/
+5
2021-12-15
git-sparse-checkout.txt: update to document init/set/reapply changes
Elijah Newren
1
-43
/
+55
2021-12-15
sparse-checkout: enable reapply to take --[no-]{cone,sparse-index}
Elijah Newren
1
-1
/
+17
2021-12-15
sparse-checkout: enable `set` to initialize sparse-checkout mode
Elijah Newren
1
-1
/
+26
2021-12-15
sparse-checkout: split out code for tweaking settings config
Elijah Newren
1
-19
/
+37
2021-12-15
sparse-checkout: disallow --no-stdin as an argument to set
Elijah Newren
1
-2
/
+3
2021-12-15
sparse-checkout: add sanity-checks on initial sparsity state
Elijah Newren
2
-1
/
+29
2021-12-15
sparse-checkout: break apart functions for sparse_checkout_(set|add)
Elijah Newren
1
-14
/
+40
2021-12-15
sparse-checkout: pass use_stdin as a parameter instead of as a global
Elijah Newren
1
-12
/
+16
2021-12-15
The third batch
Junio C Hamano
1
-0
/
+65
2021-12-13
git-apply: add --allow-empty flag
Jerry Zhang
4
-7
/
+30
2021-12-13
git-apply: add --quiet flag
Jerry Zhang
2
-2
/
+7
2021-12-13
chainlint.sed: stop splitting "(..." into separate lines "(" and "..."
Eric Sunshine
9
-35
/
+37
2021-12-13
chainlint.sed: swallow comments consistently
Eric Sunshine
6
-4
/
+52
2021-12-13
chainlint.sed: stop throwing away here-doc tags
Eric Sunshine
11
-29
/
+35
2021-12-13
chainlint.sed: don't mistake `<< word` in string as here-doc operator
Eric Sunshine
3
-2
/
+36
2021-12-13
chainlint.sed: make here-doc "<<-" operator recognition more POSIX-like
Eric Sunshine
1
-4
/
+4
2021-12-13
chainlint.sed: drop subshell-closing ">" annotation
Eric Sunshine
39
-89
/
+80
2021-12-13
chainlint.sed: drop unnecessary distinction between ?!AMP?! and ?!SEMI?!
Eric Sunshine
5
-25
/
+24
[next]