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
/
builtin
Age
Commit message (
Expand
)
Author
Lines
2024-04-19
Sync with 2.39.4
Johannes Schindelin
-26
/
+135
2024-04-19
Merge branch 'ownership-checks-in-local-clones'
Johannes Schindelin
-5
/
+34
2024-04-19
clone: prevent hooks from running during a clone
Johannes Schindelin
-1
/
+11
2024-04-17
init: refactor the template directory discovery into its own function
Johannes Schindelin
-18
/
+4
2024-04-17
submodule: require the submodule path to contain directories only
Johannes Schindelin
-1
/
+31
2024-04-17
clone_submodule: avoid using `access()` on directories
Johannes Schindelin
-1
/
+1
2024-04-17
submodules: submodule paths must not contain symlinks
Johannes Schindelin
-0
/
+35
2024-04-17
clone: prevent clashing git dirs when cloning submodule in parallel
Filip Hejsek
-0
/
+17
2024-04-17
upload-pack: disable lazy-fetching by default
Jeff King
-0
/
+2
2024-04-17
builtin/clone: refuse local clones of unsafe repositories
Patrick Steinhardt
-0
/
+14
2024-04-17
builtin/clone: abort when hardlinked source and target file differ
Patrick Steinhardt
-1
/
+20
2024-04-17
builtin/clone: stop resolving symlinks when copying files
Patrick Steinhardt
-5
/
+1
2023-02-27
Merge branch 'jc/countermand-format-attach'
Junio C Hamano
-0
/
+2
2023-02-27
Merge branch 'mh/credential-password-expiry'
Junio C Hamano
-0
/
+3
2023-02-24
Merge branch 'ma/fetch-parallel-use-online-cpus'
Junio C Hamano
-0
/
+3
2023-02-22
credential: new attribute password_expiry_utc
M Hickford
-0
/
+3
2023-02-22
Merge branch 'ab/hook-api-with-stdin'
Junio C Hamano
-17
/
+7
2023-02-22
Merge branch 'ab/various-leak-fixes'
Junio C Hamano
-53
/
+79
2023-02-22
Merge branch 'jk/doc-ls-remote-matching'
Junio C Hamano
-1
/
+1
2023-02-22
Merge branch 'ab/the-index-compatibility'
Junio C Hamano
-28
/
+34
2023-02-22
Merge branch 'en/name-rev-make-taggerdate-much-less-important'
Junio C Hamano
-11
/
+3
2023-02-21
fetch: choose a sensible default with --jobs=0 again
Matthias Aßhauer
-0
/
+3
2023-02-17
format.attach: allow empty value to disable multi-part messages
Junio C Hamano
-0
/
+2
2023-02-15
Merge branch 'ab/retire-scripted-add-p'
Junio C Hamano
-60
/
+22
2023-02-15
Merge branch 'rs/size-t-fixes'
Junio C Hamano
-8
/
+5
2023-02-15
Merge branch 'ab/sequencer-unleak'
Junio C Hamano
-15
/
+15
2023-02-15
Merge branch 'ds/bundle-uri-5'
Junio C Hamano
-1
/
+11
2023-02-14
Merge branch 'rs/am-parse-options-cleanup' into maint-2.39
Junio C Hamano
-1
/
+11
2023-02-14
Merge branch 'jk/unused-post-2.39' into maint-2.39
Junio C Hamano
-7
/
+8
2023-02-14
Merge branch 'rj/branch-copy-and-rename' into maint-2.39
Junio C Hamano
-3
/
+3
2023-02-14
Merge branch 'rs/ls-tree-path-expansion-fix' into maint-2.39
Junio C Hamano
-8
/
+5
2023-02-14
Merge branch 'ab/bundle-wo-args' into maint-2.39
Junio C Hamano
-5
/
+4
2023-02-13
Sync with Git 2.39.2
Junio C Hamano
-4
/
+4
2023-02-10
doc/ls-remote: clarify pattern format
Jeff King
-1
/
+1
2023-02-10
cocci & cache.h: remove "USE_THE_INDEX_COMPATIBILITY_MACROS"
Ævar Arnfjörð Bjarmason
-6
/
+6
2023-02-10
cache-tree API: remove redundant update_main_cache_tree()
Ævar Arnfjörð Bjarmason
-5
/
+5
2023-02-10
cocci & cache-tree.h: migrate "write_cache_as_tree" to "*_index_*"
Ævar Arnfjörð Bjarmason
-10
/
+14
2023-02-10
cocci & cache.h: apply pending "index_cache_pos" rule
Ævar Arnfjörð Bjarmason
-5
/
+7
2023-02-10
cocci & cache.h: fully apply "active_nr" part of index-compatibility
Ævar Arnfjörð Bjarmason
-1
/
+1
2023-02-10
builtin/rm.c: use narrower "USE_THE_INDEX_VARIABLE"
Ævar Arnfjörð Bjarmason
-1
/
+1
2023-02-09
Merge branch 'ew/free-island-marks'
Junio C Hamano
-1
/
+3
2023-02-09
name-rev: fix names by dropping taggerdate workaround
Elijah Newren
-11
/
+3
2023-02-08
hook: support a --to-stdin=<path> option
Emily Shaffer
-1
/
+3
2023-02-08
hook API: support passing stdin to hooks, convert am's 'post-rewrite'
Emily Shaffer
-16
/
+4
2023-02-06
builtin/rebase.c: free() "options.strategy_opts"
Ævar Arnfjörð Bjarmason
-0
/
+1
2023-02-06
builtin/rebase.c: fix "options.onto_name" leak
Ævar Arnfjörð Bjarmason
-1
/
+3
2023-02-06
builtin/revert.c: move free-ing of "revs" to replay_opts_release()
Ævar Arnfjörð Bjarmason
-6
/
+0
2023-02-06
sequencer API users: fix get_replay_opts() leaks
Ævar Arnfjörð Bjarmason
-0
/
+6
2023-02-06
rebase: use "cleanup" pattern in do_interactive_rebase()
Ævar Arnfjörð Bjarmason
-8
/
+5
2023-02-06
push: free_refs() the "local_refs" in set_refspecs()
Ævar Arnfjörð Bjarmason
-0
/
+1
[next]