index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
Age
Commit message (
Expand
)
Author
Lines
2024-04-19
Sync with 2.41.1
Johannes Schindelin
-2
/
+502
2024-04-19
Sync with 2.40.2
Johannes Schindelin
-2
/
+503
2024-04-19
Sync with 2.39.4
Johannes Schindelin
-2
/
+502
2024-04-19
Merge branch 'ownership-checks-in-local-clones'
Johannes Schindelin
-0
/
+24
2024-04-19
fsck: warn about symlink pointing inside a gitdir
Johannes Schindelin
-0
/
+37
2024-04-19
core.hooksPath: add some protection while cloning
Johannes Schindelin
-0
/
+15
2024-04-19
init.templateDir: consider this config setting protected
Johannes Schindelin
-0
/
+31
2024-04-19
clone: prevent hooks from running during a clone
Johannes Schindelin
-0
/
+51
2024-04-19
Add a helper function to compare file contents
Johannes Schindelin
-0
/
+51
2024-04-17
clone: when symbolic links collide with directories, keep the latter
Johannes Schindelin
-2
/
+17
2024-04-17
t5510: verify that D/F confusion cannot lead to an RCE
Johannes Schindelin
-0
/
+24
2024-04-17
submodule: require the submodule path to contain directories only
Johannes Schindelin
-4
/
+5
2024-04-17
submodules: submodule paths must not contain symlinks
Johannes Schindelin
-0
/
+48
2024-04-17
clone: prevent clashing git dirs when cloning submodule in parallel
Filip Hejsek
-2
/
+32
2024-04-17
t7423: add tests for symlinked submodule directories
Filip Hejsek
-0
/
+66
2024-04-17
has_dir_name(): do not get confused by characters < '/'
Filip Hejsek
-0
/
+28
2024-04-17
upload-pack: disable lazy-fetching by default
Jeff King
-0
/
+18
2024-04-17
fetch/clone: detect dubious ownership of local repositories
Johannes Schindelin
-3
/
+3
2024-04-17
t0411: add tests for cloning from partial repo
Filip Hejsek
-0
/
+60
2024-04-17
builtin/clone: refuse local clones of unsafe repositories
Patrick Steinhardt
-0
/
+24
2024-04-17
Merge branch 'jk/test-lsan-denoise-output'
Johannes Schindelin
-0
/
+1
2024-04-16
Merge branch 'jk/httpd-test-updates'
Johannes Schindelin
-32
/
+12
2024-04-16
Merge branch 'jk/http-test-fixes'
Johannes Schindelin
-114
/
+122
2024-04-16
test-lib: ignore uninteresting LSan output
Jeff King
-0
/
+1
2023-11-02
Merge branch 'jk/decoration-and-other-leak-fixes' into maint-2.42
Junio C Hamano
-0
/
+7
2023-11-02
Merge branch 'ob/t3404-typofix' into maint-2.42
Junio C Hamano
-1
/
+1
2023-11-02
Merge branch 'bc/more-git-var' into maint-2.42
Junio C Hamano
-0
/
+9
2023-11-02
Merge branch 'ch/t6300-verify-commit-test-cleanup' into maint-2.42
Junio C Hamano
-4
/
+2
2023-11-02
Merge branch 'ob/t9001-indent-fix' into maint-2.42
Junio C Hamano
-2
/
+2
2023-11-02
Merge branch 'jk/test-pass-ubsan-options-to-http-test' into maint-2.42
Junio C Hamano
-0
/
+4
2023-11-02
Merge branch 'js/diff-cached-fsmonitor-fix' into maint-2.42
Junio C Hamano
-0
/
+5
2023-11-02
Merge branch 'pw/diff-no-index-from-named-pipes' into maint-2.42
Junio C Hamano
-0
/
+19
2023-11-02
Merge branch 'js/complete-checkout-t' into maint-2.42
Junio C Hamano
-2
/
+10
2023-11-02
Merge branch 'pw/rebase-i-after-failure' into maint-2.42
Junio C Hamano
-20
/
+129
2023-11-02
Merge branch 'ks/ref-filter-sort-numerically' into maint-2.42
Junio C Hamano
-2
/
+13
2023-11-02
Merge branch 'jk/diff-result-code-cleanup' into maint-2.42
Junio C Hamano
-0
/
+5
2023-11-02
Merge branch 'ts/unpacklimit-config-fix' into maint-2.42
Junio C Hamano
-3
/
+78
2023-11-02
Merge branch 'jc/diff-exit-code-with-w-fixes' into maint-2.42
Junio C Hamano
-3
/
+39
2023-11-02
Merge branch 'tb/commit-graph-verify-fix' into maint-2.42
Junio C Hamano
-6
/
+12
2023-11-02
Merge branch 'ds/scalar-updates' into maint-2.42
Junio C Hamano
-0
/
+12
2023-11-02
Merge branch 'mp/rebase-label-length-limit' into maint-2.42
Junio C Hamano
-0
/
+11
2023-11-02
Merge branch 'jk/test-lsan-denoise-output' into maint-2.42
Junio C Hamano
-0
/
+1
2023-10-05
daemon: free listen_addr before returning
Jeff King
-0
/
+2
2023-10-05
revision: clear decoration structs during release_revisions()
Jeff King
-0
/
+1
2023-10-05
decorate: add clear_decoration() function
Jeff King
-0
/
+4
2023-09-21
test-lib: set UBSAN_OPTIONS to match ASan
Jeff King
-0
/
+4
2023-09-12
t3404-rebase-interactive.sh: fix typos in title of a rewording test
Oswald Buddenhagen
-1
/
+1
2023-09-11
diff-lib: fix check_removed when fsmonitor is on
Josip Sokcevic
-0
/
+5
2023-09-11
diff --no-index: fix -R with stdin
René Scharfe
-0
/
+19
2023-09-08
completion(switch/checkout): treat --track and -t the same
Johannes Schindelin
-2
/
+10
[next]