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
*
Merge branch 'nd/fopen-errors'
Junio C Hamano
2017-06-13
1
-1
/
+1
|
\
|
*
clone: use xfopen() instead of fopen()
Nguyễn Thái Ngọc Duy
2017-05-26
1
-1
/
+1
*
|
Merge branch 'bc/object-id'
Junio C Hamano
2017-05-29
1
-2
/
+2
|
\
\
|
*
|
tree: convert parse_tree_indirect to struct object_id
brian m. carlson
2017-05-08
1
-1
/
+1
|
*
|
Convert lookup_commit* to struct object_id
brian m. carlson
2017-05-08
1
-1
/
+1
|
|
/
*
|
Merge branch 'jn/clone-add-empty-config-from-command-line'
Junio C Hamano
2017-05-16
1
-1
/
+3
|
\
\
|
*
|
clone: handle empty config values in -c
Jonathan Nieder
2017-05-02
1
-1
/
+3
*
|
|
clone: add a --no-tags option to clone without tags
Ævar Arnfjörð Bjarmason
2017-05-01
1
-2
/
+11
|
|
/
|
/
|
*
|
Merge branch 'bw/submodule-is-active'
Junio C Hamano
2017-03-30
1
-7
/
+43
|
\
\
|
*
|
clone: teach --recurse-submodules to optionally take a pathspec
Brandon Williams
2017-03-18
1
-7
/
+43
*
|
|
builtin/clone: convert to struct object_id
brian m. carlson
2017-02-22
1
-5
/
+5
|
/
/
*
|
Merge branch 'rs/absolute-pathdup'
Junio C Hamano
2017-02-02
1
-2
/
+2
|
\
\
|
*
|
use absolute_pathdup()
René Scharfe
2017-01-27
1
-2
/
+2
|
*
|
Merge branch 'jk/clone-copy-alternates-fix' into maint
Junio C Hamano
2016-10-28
1
-2
/
+5
|
|
\
\
*
|
\
\
Merge branch 'jc/lock-report-on-error'
Junio C Hamano
2016-12-19
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
hold_locked_index(): align error handling with hold_lockfile_for_update()
Junio C Hamano
2016-12-07
1
-1
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
/
|
|
clone,fetch: explain the shallow-clone option a little more clearly
Alex Henrie
2016-12-05
1
-1
/
+1
|
/
/
/
*
|
|
Merge branch 'jk/clone-copy-alternates-fix'
Junio C Hamano
2016-10-17
1
-2
/
+5
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
clone: detect errors in normalize_path_copy
Jeff King
2016-10-05
1
-2
/
+5
*
|
|
Merge branch 'nd/shallow-deepen'
Junio C Hamano
2016-10-10
1
-3
/
+21
|
\
\
\
|
*
|
|
clone: define shallow clone boundary with --shallow-exclude
Nguyễn Thái Ngọc Duy
2016-06-13
1
-1
/
+9
|
*
|
|
clone: define shallow clone boundary based on time with --shallow-since
Nguyễn Thái Ngọc Duy
2016-06-13
1
-3
/
+13
*
|
|
|
Merge branch 'nd/init-core-worktree-in-multi-worktree-world'
Junio C Hamano
2016-10-03
1
-8
/
+6
|
\
\
\
\
|
*
|
|
|
init: call set_git_dir_init() from within init_db()
Nguyễn Thái Ngọc Duy
2016-09-26
1
-8
/
+7
|
|
|
/
/
|
|
/
|
|
*
|
|
|
clone: pass --progress decision to recursive submodules
Jeff King
2016-09-22
1
-2
/
+14
*
|
|
|
clone: recursive and reference option triggers submodule alternates
Stefan Beller
2016-08-18
1
-0
/
+19
*
|
|
|
clone: implement optional references
Stefan Beller
2016-08-16
1
-10
/
+25
*
|
|
|
clone: clarify option_reference as required
Stefan Beller
2016-08-16
1
-4
/
+4
*
|
|
|
clone: factor out checking for an alternate path
Stefan Beller
2016-08-16
1
-34
/
+9
|
|
_
|
/
|
/
|
|
*
|
|
clone: use a real progress meter for connectivity check
Jeff King
2016-07-20
1
-4
/
+1
*
|
|
check_everything_connected: use a struct with named options
Jeff King
2016-07-20
1
-2
/
+5
*
|
|
Merge branch 'sb/clone-shallow-passthru'
Junio C Hamano
2016-07-06
1
-3
/
+2
|
\
\
\
|
*
|
|
clone: do not let --depth imply --shallow-submodules
Junio C Hamano
2016-06-20
1
-3
/
+2
*
|
|
|
use string_list initializer consistently
Jeff King
2016-06-13
1
-2
/
+2
*
|
|
|
Merge branch 'sb/clone-shallow-passthru'
Junio C Hamano
2016-05-06
1
-0
/
+7
|
\
|
|
|
|
*
|
|
clone: add `--shallow-submodules` flag
Stefan Beller
2016-04-26
1
-0
/
+7
*
|
|
|
Merge branch 'sb/submodule-parallel-update'
Junio C Hamano
2016-04-06
1
-6
/
+13
|
\
|
|
|
|
|
/
/
|
/
|
|
|
*
|
clone: allow an explicit argument for parallel submodule clones
Stefan Beller
2016-03-01
1
-6
/
+13
*
|
|
builtin/clone.c: mark strings for translation
Nguyễn Thái Ngọc Duy
2016-02-29
1
-5
/
+5
*
|
|
Merge branch 'ps/config-error'
Junio C Hamano
2016-02-26
1
-1
/
+1
|
\
\
\
|
*
|
|
config: rename git_config_set_or_die to git_config_set
Patrick Steinhardt
2016-02-22
1
-4
/
+4
|
*
|
|
config: rename git_config_set to git_config_set_gently
Patrick Steinhardt
2016-02-22
1
-1
/
+1
|
*
|
|
clone: die on config error in cmd_clone
Patrick Steinhardt
2016-02-22
1
-4
/
+4
|
|
/
/
*
|
|
Merge branch 'ew/force-ipv4'
Junio C Hamano
2016-02-24
1
-0
/
+6
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
connect & http: support -4 and -6 switches for remote operations
Eric Wong
2016-02-12
1
-0
/
+6
|
|
/
*
|
Merge branch 'jc/peace-with-crlf'
Junio C Hamano
2016-02-03
1
-1
/
+1
|
\
\
|
*
|
clone/sha1_file: read info/alternates with strbuf_getline()
Junio C Hamano
2016-01-15
1
-1
/
+1
*
|
|
Merge branch 'jc/strbuf-getline'
Junio C Hamano
2016-01-29
1
-1
/
+1
|
\
|
|
|
*
|
strbuf: introduce strbuf_getline_{lf,nul}()
Junio C Hamano
2016-01-15
1
-1
/
+1
|
|
/
*
/
checkout,clone: check return value of create_symref
Jeff King
2016-01-12
1
-4
/
+7
|
/
[next]