index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
clone.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-02
Merge branch 'ds/bundle-uri-4'
Junio C Hamano
1
-0
/
+21
2022-12-25
clone: unbundle the advertised bundles
Derrick Stolee
1
-5
/
+20
2022-12-25
clone: request the 'bundle-uri' command when available
Ævar Arnfjörð Bjarmason
1
-0
/
+6
2022-11-21
cocci: apply "pending" index-compatibility to some "builtin/*.c"
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2022-10-30
replace and remove run_command_v_opt()
René Scharfe
1
-2
/
+6
2022-10-30
use child_process members "args" and "env" directly
René Scharfe
1
-16
/
+17
2022-10-17
Sync with v2.38.1
Junio C Hamano
1
-3
/
+5
2022-10-10
Merge branch 'jk/clone-allow-bare-and-o-together'
Junio C Hamano
1
-3
/
+0
2022-10-06
Sync with 2.37.4
Taylor Blau
1
-3
/
+5
2022-10-06
Sync with 2.36.3
Taylor Blau
1
-3
/
+5
2022-10-06
Sync with 2.35.5
Taylor Blau
1
-3
/
+5
2022-10-06
Sync with 2.34.5
Taylor Blau
1
-3
/
+5
2022-10-06
Sync with 2.33.5
Taylor Blau
1
-3
/
+5
2022-10-06
Sync with 2.32.4
Taylor Blau
1
-3
/
+5
2022-10-06
Sync with 2.31.5
Taylor Blau
1
-3
/
+5
2022-10-06
Sync with 2.30.6
Taylor Blau
1
-3
/
+5
2022-10-01
builtin/clone.c: disallow `--local` clones with symlinks
Taylor Blau
1
-3
/
+5
2022-09-22
clone: allow "--bare" with "-o"
Jeff King
1
-3
/
+0
2022-09-19
Merge branch 'jk/list-objects-filter-cleanup'
Junio C Hamano
1
-1
/
+1
2022-09-12
list-objects-filter: add and use initializers
Jeff King
1
-1
/
+1
2022-08-24
clone: warn on failure to repo_init()
Derrick Stolee
1
-2
/
+3
2022-08-10
clone: --bundle-uri cannot be combined with --depth
Derrick Stolee
1
-0
/
+3
2022-08-10
clone: add --bundle-uri option
Derrick Stolee
1
-0
/
+15
2022-08-05
Merge branch 'jk/clone-unborn-confusion' into maint
Junio C Hamano
1
-36
/
+45
2022-07-19
Merge branch 'jk/clone-unborn-confusion'
Junio C Hamano
1
-36
/
+45
2022-07-11
clone: move unborn head creation to update_head()
Jeff King
1
-12
/
+15
2022-07-07
clone: use remote branch if it matches default HEAD
Jeff King
1
-3
/
+14
2022-07-07
clone: propagate empty remote HEAD even with other branches
Jeff King
1
-22
/
+17
2022-07-07
clone: drop extra newline from warning message
Jeff King
1
-1
/
+1
2022-07-01
clone: fix memory leak in wanted_peer_refs()
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-05-20
Merge branch 'ep/maint-equals-null-cocci'
Junio C Hamano
1
-2
/
+2
2022-05-02
Merge branch 'ep/maint-equals-null-cocci' for maint-2.35
Junio C Hamano
1
-2
/
+2
2022-05-02
tree-wide: apply equals-null.cocci
Junio C Hamano
1
-2
/
+2
2022-04-30
clone: plug a miniscule leak
Junio C Hamano
1
-1
/
+3
2022-03-21
Merge branch 'ds/partial-bundles'
Junio C Hamano
1
-0
/
+13
2022-03-13
Merge branch 'gc/parse-tree-indirect-errors'
Junio C Hamano
1
-0
/
+2
2022-03-09
clone: fail gracefully when cloning filtered bundle
Derrick Stolee
1
-0
/
+13
2022-03-01
checkout, clone: die if tree cannot be parsed
Glen Choo
1
-0
/
+2
2022-02-25
Merge branch 'js/apply-partial-clone-filters-recursively'
Junio C Hamano
1
-2
/
+34
2022-02-18
Merge branch 'ab/release-transport-ls-refs-options'
Junio C Hamano
1
-7
/
+6
2022-02-09
clone, submodule: pass partial clone filters to submodules
Josh Steadmon
1
-2
/
+34
2022-02-09
Merge branch 'jt/clone-not-quite-empty'
Junio C Hamano
1
-6
/
+6
2022-02-09
Merge branch 'ab/config-based-hooks-2'
Junio C Hamano
1
-1
/
+2
2022-02-06
ls-remote & transport API: release "struct transport_ls_refs_options"
Ævar Arnfjörð Bjarmason
1
-7
/
+6
2022-01-26
clone: support unusual remote ref configurations
Jonathan Tan
1
-6
/
+6
2022-01-12
Merge branch 'ps/lockfile-cleanup-fix'
Junio C Hamano
1
-1
/
+1
2022-01-10
Merge branch 'ja/i18n-similar-messages'
Junio C Hamano
1
-3
/
+3
2022-01-07
hooks: convert non-worktree 'post-checkout' hook to hook library
Emily Shaffer
1
-1
/
+2
2022-01-07
fetch: fix deadlock when cleaning up lockfiles in async signals
Patrick Steinhardt
1
-1
/
+1
2022-01-05
i18n: turn even more messages into "cannot be used together" ones
Jean-Noël Avila
1
-2
/
+2
[next]