index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-24
reftable: ensure git-compat-util.h is the first (indirect) include
Elijah Newren
1
-0
/
+1
2023-04-24
treewide: remove cache.h inclusion due to previous changes
Elijah Newren
7
-7
/
+0
2023-04-24
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
18
-0
/
+20
2023-04-24
match-trees.h: move declarations for match-trees.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-24
packfile.h: move pack_window and pack_entry from cache.h
Elijah Newren
1
-0
/
+1
2023-04-24
treewide: be explicit about dependence on strbuf.h
Elijah Newren
5
-0
/
+5
2023-04-21
Merge branch 'ow/ref-filter-omit-empty'
Junio C Hamano
3
-0
/
+48
2023-04-21
Merge branch 'ah/format-patch-thread-doc'
Junio C Hamano
1
-0
/
+5
2023-04-21
Merge branch 'rn/sparse-describe'
Junio C Hamano
2
-0
/
+28
2023-04-21
Merge branch 'rs/archive-from-subdirectory-fixes'
Junio C Hamano
2
-0
/
+29
2023-04-21
credential: new attribute oauth_refresh_token
M Hickford
3
-0
/
+49
2023-04-20
Merge branch 'gc/better-error-when-local-clone-fails-with-symlink'
Junio C Hamano
1
-1
/
+1
2023-04-20
Merge branch 'ar/t2024-checkout-output-fix'
Junio C Hamano
1
-2
/
+5
2023-04-20
Merge branch 'rs/remove-approxidate-relative'
Junio C Hamano
1
-2
/
+2
2023-04-20
Merge branch 'rs/userdiff-multibyte-regex'
Junio C Hamano
1
-0
/
+4
2023-04-19
send-email: expose header information to git-send-email's sendemail-validate ...
Michael Strawbridge
1
-2
/
+25
2023-04-19
gpg-interface: set trust level of missing key to "undefined"
Jeff King
1
-7
/
+14
2023-04-18
builtin/gc.c: make `gc.cruftPacks` enabled by default
Taylor Blau
1
-8
/
+4
2023-04-18
t/t9300-fast-import.sh: prepare for `gc --cruft` by default
Taylor Blau
1
-9
/
+4
2023-04-18
t/t6500-gc.sh: add additional test cases
Taylor Blau
1
-0
/
+4
2023-04-18
t/t6500-gc.sh: refactor cruft pack tests
Taylor Blau
1
-76
/
+38
2023-04-18
t/t6501-freshen-objects.sh: prepare for `gc --cruft` by default
Taylor Blau
1
-5
/
+5
2023-04-18
t/t5304-prune.sh: prepare for `gc --cruft` by default
Taylor Blau
1
-14
/
+14
2023-04-18
builtin/gc.c: ignore cruft packs with `--keep-largest-pack`
Taylor Blau
1
-0
/
+43
2023-04-17
Merge branch 'pw/rebase-cleanup-merge-strategy-option-handling'
Junio C Hamano
3
-81
/
+20
2023-04-17
Merge branch 'tk/mergetool-gui-default-config'
Junio C Hamano
2
-0
/
+90
2023-04-17
Merge branch 'sl/sparse-write-tree'
Junio C Hamano
2
-0
/
+29
2023-04-17
fsck: validate .rev file header
Derrick Stolee
1
-0
/
+15
2023-04-17
fsck: check rev-index position values
Derrick Stolee
1
-0
/
+5
2023-04-17
fsck: check rev-index checksums
Derrick Stolee
1
-0
/
+40
2023-04-17
fsck: create scaffolding for rev-index checks
Derrick Stolee
1
-0
/
+14
2023-04-17
Sync with 2.39.3
Johannes Schindelin
2
-0
/
+45
2023-04-17
Sync with 2.38.5
Johannes Schindelin
2
-0
/
+45
2023-04-17
Sync with 2.37.7
Johannes Schindelin
2
-0
/
+45
2023-04-17
Sync with 2.36.6
Johannes Schindelin
2
-0
/
+45
2023-04-17
Sync with 2.35.8
Johannes Schindelin
3
-1
/
+46
2023-04-17
Sync with 2.34.8
Johannes Schindelin
3
-1
/
+46
2023-04-17
Sync with 2.33.8
Johannes Schindelin
3
-1
/
+46
2023-04-17
Sync with 2.32.7
Johannes Schindelin
3
-1
/
+46
2023-04-17
Sync with 2.31.8
Johannes Schindelin
3
-1
/
+46
2023-04-17
tests: avoid using `test_i18ncmp`
Johannes Schindelin
3
-9
/
+9
2023-04-17
Sync with 2.30.9
Johannes Schindelin
4
-7
/
+52
2023-04-17
Merge branch 'tb/config-copy-or-rename-in-file-injection'
Taylor Blau
1
-0
/
+30
2023-04-17
config.c: disallow overly-long lines in `copy_or_rename_section_in_file()`
Taylor Blau
1
-0
/
+10
2023-04-17
config: avoid fixed-sized buffer when renaming/deleting a section
Taylor Blau
1
-2
/
+2
2023-04-17
t1300: demonstrate failure when renaming sections with long lines
Taylor Blau
1
-0
/
+20
2023-04-17
apply --reject: overwrite existing `.rej` symlink if it exists
Johannes Schindelin
1
-0
/
+15
2023-04-14
t5512: test "ls-remote --heads --symref" filtering with v0 and v2
Jeff King
1
-19
/
+7
2023-04-14
t5512: allow any protocol version for filtered symref test
Jeff King
1
-3
/
+1
2023-04-14
t5512: add v2 support for "ls-remote --symref" test
Jeff King
1
-8
/
+11
[prev]
[next]