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
/
builtin
/
clone.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2022-01-05
i18n: turn "options are incompatible" into "cannot be used together"
Jean-Noël Avila
1
-1
/
+1
2021-12-15
clone: avoid using deprecated `sparse-checkout init`
Elijah Newren
1
-1
/
+1
2021-10-23
clone: fix a memory leak of the "git_dir" variable
Ævar Arnfjörð Bjarmason
1
-1
/
+3
2021-10-13
Merge branch 'en/removing-untracked-fixes'
Junio C Hamano
1
-0
/
+1
2021-10-03
Merge branch 'jk/clone-unborn-head-in-bare'
Junio C Hamano
1
-15
/
+16
2021-09-27
Remove ignored files by default when they are in the way
Elijah Newren
1
-2
/
+1
2021-09-27
unpack-trees: introduce preserve_ignored to unpack_trees_options
Elijah Newren
1
-0
/
+2
2021-09-20
Merge branch 'ar/submodule-add-more'
Junio C Hamano
1
-116
/
+2
2021-09-20
Merge branch 'ps/fetch-optim'
Junio C Hamano
1
-5
/
+3
2021-09-20
clone: handle unborn branch in bare repos
Jeff King
1
-15
/
+16
2021-09-10
Merge branch 'ab/retire-advice-config'
Junio C Hamano
1
-1
/
+1
2021-09-01
connected: refactor iterator to return next object ID directly
Patrick Steinhardt
1
-5
/
+3
2021-08-30
clone: set submodule.recurse=true if submodule.stickyRecursiveClone enabled
Mahi Kolla
1
-0
/
+5
2021-08-25
advice: remove read uses of most global `advice_` variables
Ben Boeckel
1
-1
/
+1
2021-08-10
dir: libify and export helper functions from clone.c
Atharva Raykar
1
-116
/
+2
2021-06-14
Merge branch 'jk/clone-clean-upon-transport-error'
Junio C Hamano
1
-7
/
+4
2021-05-19
clone: clean up directory after transport_fetch_refs() failure
Jeff King
1
-7
/
+4
2021-04-27
hash: provide per-algorithm null OIDs
brian m. carlson
1
-1
/
+1
2021-04-08
Merge branch 'll/clone-reject-shallow'
Junio C Hamano
1
-0
/
+21
2021-04-01
builtin/clone.c: add --reject-shallow option
Li Linchao
1
-0
/
+21
2021-03-14
clone: free or UNLEAK further pointers when finished
Andrzej Hunt
1
-4
/
+10
2021-02-17
Merge branch 'jt/clone-unborn-head'
Junio C Hamano
1
-9
/
+25
2021-02-05
clone: respect remote unborn HEAD
Jonathan Tan
1
-2
/
+14
2021-02-05
connect, transport: encapsulate arg in struct
Jonathan Tan
1
-7
/
+11
[prev]
[next]