index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
clone.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
2019-01-24
1
-0
/
+1
*
Merge branch 'sg/clone-initial-fetch-configuration'
Junio C Hamano
2019-01-04
1
-14
/
+19
|
\
|
*
clone: respect additional configured fetch refspecs during initial fetch
SZEDER Gábor
2018-11-16
1
-10
/
+15
|
*
clone: use a more appropriate variable name for the default refspec
SZEDER Gábor
2018-11-16
1
-6
/
+6
*
|
Merge branch 'nd/clone-case-smashing-warning'
Junio C Hamano
2018-09-17
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
clone: report duplicate entries on case-insensitive filesystems
Duy Nguyen
2018-08-17
1
-0
/
+1
*
|
Merge branch 'jt/connectivity-check-after-unshallow'
Junio C Hamano
2018-08-16
1
-2
/
+2
|
\
\
|
*
|
fetch-pack: unify ref in and out param
Jonathan Tan
2018-08-02
1
-2
/
+2
*
|
|
Merge branch 'bw/clone-ref-prefixes'
Junio C Hamano
2018-08-16
1
-5
/
+15
|
\
\
\
|
*
|
|
clone: send ref-prefixes when using protocol v2
Brandon Williams
2018-07-21
1
-5
/
+15
*
|
|
|
Merge branch 'sb/object-store-lookup'
Junio C Hamano
2018-08-03
1
-1
/
+2
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
commit: add repository argument to lookup_commit_reference
Stefan Beller
2018-06-29
1
-1
/
+2
|
*
|
|
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
Junio C Hamano
2018-06-29
1
-0
/
+1
|
|
\
\
\
*
|
\
\
\
Merge branch 'jt/partial-clone-fsck-connectivity'
Junio C Hamano
2018-07-24
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
clone: check connectivity even if clone is partial
Jonathan Tan
2018-07-09
1
-1
/
+1
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'jt/connectivity-check-after-unshallow'
Junio C Hamano
2018-07-24
1
-2
/
+2
|
\
|
|
|
|
|
*
|
|
|
fetch-pack: put shallow info in output parameter
Brandon Williams
2018-06-28
1
-2
/
+2
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'sb/object-store-grafts'
Junio C Hamano
2018-07-18
1
-0
/
+1
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
object-store: move object access functions to object-store.h
Stefan Beller
2018-05-16
1
-0
/
+1
*
|
|
Merge branch 'ab/refspec-init-fix'
Junio C Hamano
2018-06-28
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
refspec: s/refspec_item_init/&_or_die/g
Ævar Arnfjörð Bjarmason
2018-06-11
1
-1
/
+1
*
|
|
Merge branch 'bw/ref-prefix-for-configured-refspec'
Junio C Hamano
2018-05-30
1
-7
/
+6
|
\
|
|
|
*
|
clone: convert cmd_clone to use refspec_item_init
Brandon Williams
2018-05-17
1
-6
/
+4
|
*
|
refspec: rename struct refspec to struct refspec_item
Brandon Williams
2018-05-17
1
-2
/
+2
|
*
|
refspec: move refspec parsing logic into its own file
Brandon Williams
2018-05-17
1
-0
/
+1
*
|
|
Merge branch 'js/use-bug-macro'
Junio C Hamano
2018-05-30
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
2018-05-06
1
-1
/
+1
|
|
/
*
|
Merge branch 'bw/protocol-v2'
Junio C Hamano
2018-05-08
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
transport: convert transport_get_remote_refs to take a list of ref prefixes
Brandon Williams
2018-03-15
1
-1
/
+1
*
|
object-store: close all packs upon clearing the object store
Stefan Beller
2018-03-26
1
-1
/
+1
*
|
object-store: migrate alternates struct and functions from cache.h
Stefan Beller
2018-03-23
1
-0
/
+1
*
|
Merge branch 'jh/partial-clone'
Junio C Hamano
2018-02-13
1
-2
/
+20
|
\
\
|
*
|
clone: partial clone
Jonathan Tan
2017-12-08
1
-2
/
+20
*
|
|
Merge branch 'jk/abort-clone-with-existing-dest'
Junio C Hamano
2018-01-23
1
-7
/
+24
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
clone: do not clean up directories we didn't create
Jeff King
2018-01-03
1
-4
/
+16
|
*
|
clone: factor out dir_exists() helper
Jeff King
2018-01-03
1
-3
/
+8
|
|
/
*
|
Merge branch 'jt/transport-hide-vtable'
Junio C Hamano
2017-12-28
1
-3
/
+0
|
\
\
|
*
|
clone, fetch: remove redundant transport check
Jonathan Tan
2017-12-14
1
-3
/
+0
|
|
/
*
|
Merge branch 'es/clone-shared-worktree'
Junio C Hamano
2017-12-27
1
-1
/
+2
|
\
\
|
*
|
clone: support 'clone --shared' from a worktree
Eric Sunshine
2017-12-12
1
-1
/
+2
*
|
|
Merge branch 'mh/tidy-ref-update-flags'
Junio C Hamano
2017-11-15
1
-2
/
+2
|
\
\
\
|
*
|
|
refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`
Michael Haggerty
2017-11-06
1
-2
/
+2
*
|
|
|
Merge branch 'bc/object-id'
Junio C Hamano
2017-11-06
1
-11
/
+11
|
\
|
|
|
|
*
|
|
refs: convert resolve_refdup and refs_resolve_refdup to struct object_id
brian m. carlson
2017-10-16
1
-1
/
+1
|
*
|
|
Convert check_connected to use struct object_id
brian m. carlson
2017-10-16
1
-2
/
+2
|
*
|
|
refs: update ref transactions to use struct object_id
brian m. carlson
2017-10-16
1
-1
/
+1
|
*
|
|
refs: convert update_ref and refs_update_ref to use struct object_id
brian m. carlson
2017-10-16
1
-7
/
+7
|
|
|
/
|
|
/
|
*
/
|
treewide: prefer lockfiles on the stack
Martin Ågren
2017-10-06
1
-4
/
+3
|
/
/
*
|
clone: release strbuf after use in remove_junk()
Rene Scharfe
2017-09-07
1
-1
/
+1
*
|
pack: move pack-closing functions
Jonathan Tan
2017-08-24
1
-0
/
+1
[next]