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
2024-04-19
Sync with 2.43.4
Johannes Schindelin
13
-2
/
+502
2024-04-19
Sync with 2.42.2
Johannes Schindelin
13
-2
/
+502
2024-04-19
Sync with 2.41.1
Johannes Schindelin
13
-2
/
+502
2024-04-19
Sync with 2.40.2
Johannes Schindelin
14
-2
/
+503
2024-04-19
Sync with 2.39.4
Johannes Schindelin
14
-2
/
+502
2024-04-19
Merge branch 'ownership-checks-in-local-clones'
Johannes Schindelin
1
-0
/
+24
2024-04-19
fsck: warn about symlink pointing inside a gitdir
Johannes Schindelin
1
-0
/
+37
2024-04-19
core.hooksPath: add some protection while cloning
Johannes Schindelin
1
-0
/
+15
2024-04-19
init.templateDir: consider this config setting protected
Johannes Schindelin
1
-0
/
+31
2024-04-19
clone: prevent hooks from running during a clone
Johannes Schindelin
1
-0
/
+51
2024-04-19
Add a helper function to compare file contents
Johannes Schindelin
2
-0
/
+51
2024-04-17
clone: when symbolic links collide with directories, keep the latter
Johannes Schindelin
2
-2
/
+17
2024-04-17
t5510: verify that D/F confusion cannot lead to an RCE
Johannes Schindelin
1
-0
/
+24
2024-04-17
submodule: require the submodule path to contain directories only
Johannes Schindelin
1
-4
/
+5
2024-04-17
submodules: submodule paths must not contain symlinks
Johannes Schindelin
1
-0
/
+48
2024-04-17
clone: prevent clashing git dirs when cloning submodule in parallel
Filip Hejsek
1
-2
/
+32
2024-04-17
t7423: add tests for symlinked submodule directories
Filip Hejsek
1
-0
/
+66
2024-04-17
has_dir_name(): do not get confused by characters < '/'
Filip Hejsek
1
-0
/
+28
2024-04-17
upload-pack: disable lazy-fetching by default
Jeff King
1
-0
/
+18
2024-04-17
fetch/clone: detect dubious ownership of local repositories
Johannes Schindelin
1
-3
/
+3
2024-04-17
t0411: add tests for cloning from partial repo
Filip Hejsek
1
-0
/
+60
2024-04-17
builtin/clone: refuse local clones of unsafe repositories
Patrick Steinhardt
1
-0
/
+24
2024-04-17
Merge branch 'jk/test-lsan-denoise-output'
Johannes Schindelin
1
-0
/
+1
2024-04-16
Merge branch 'jk/httpd-test-updates'
Johannes Schindelin
3
-32
/
+12
2024-04-16
Merge branch 'jk/http-test-fixes'
Johannes Schindelin
5
-114
/
+122
2024-04-16
test-lib: ignore uninteresting LSan output
Jeff King
1
-0
/
+1
2024-02-22
Merge branch 'la/trailer-cleanups' into maint-2.43
Junio C Hamano
2
-0
/
+37
2024-02-19
Merge branch 'la/trailer-cleanups'
Junio C Hamano
2
-0
/
+37
2024-02-19
trailer: fix comment/cut-line regression with opts->no_divider
Jeff King
2
-0
/
+37
2024-02-14
Merge branch 'pb/complete-config'
Junio C Hamano
1
-0
/
+29
2024-02-14
Merge branch 'vn/rebase-with-cherry-pick-authorship'
Junio C Hamano
1
-0
/
+12
2024-02-14
Merge branch 'pw/gc-during-rebase'
Junio C Hamano
2
-1
/
+26
2024-02-13
Merge branch 'ps/report-failure-from-git-stash' into maint-2.43
Junio C Hamano
1
-0
/
+52
2024-02-13
Merge branch 'jk/diff-external-with-no-index' into maint-2.43
Junio C Hamano
1
-0
/
+12
2024-02-13
Merge branch 'rs/parse-options-with-keep-unknown-abbrev-fix' into maint-2.43
Junio C Hamano
1
-0
/
+6
2024-02-13
Merge branch 'en/diffcore-delta-final-line-fix' into maint-2.43
Junio C Hamano
1
-0
/
+24
2024-02-13
Merge branch 'tc/show-ref-exists-fix' into maint-2.43
Junio C Hamano
1
-2
/
+2
2024-02-13
Merge branch 'jc/unit-tests-make-relative-fix'
Junio C Hamano
1
-14
/
+47
2024-02-12
Merge branch 'tb/multi-pack-reuse-experiment'
Junio C Hamano
1
-41
/
+44
2024-02-12
Merge branch 'vd/for-each-ref-sort-with-formatted-timestamp'
Junio C Hamano
1
-0
/
+46
2024-02-12
Merge branch 'pw/show-ref-pseudorefs'
Junio C Hamano
2
-9
/
+17
2024-02-12
Merge branch 'ps/report-failure-from-git-stash'
Junio C Hamano
1
-0
/
+52
2024-02-12
Merge branch 'bk/complete-bisect'
Junio C Hamano
1
-0
/
+141
2024-02-12
completion: add and use __git_compute_second_level_config_vars_for_section
Philippe Blain
1
-1
/
+1
2024-02-12
completion: add and use __git_compute_first_level_config_vars_for_section
Philippe Blain
1
-1
/
+1
2024-02-12
completion: complete 'submodule.*' config variables
Philippe Blain
1
-0
/
+29
2024-02-12
unit-tests: do show relative file paths on non-Windows, too
Junio C Hamano
1
-14
/
+47
2024-02-09
prune: mark rebase autostash and orig-head as reachable
Phillip Wood
2
-1
/
+26
2024-02-08
Merge branch 'jx/sideband-chomp-newline-fix' into maint-2.43
Junio C Hamano
2
-5
/
+112
2024-02-08
Merge branch 'jk/t1006-cat-file-objectsize-disk' into maint-2.43
Junio C Hamano
1
-0
/
+36
[next]