index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
fetch.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-07
fetch: work around "transport-take-over" hack
Junio C Hamano
1
-0
/
+13
2013-08-07
fetch: refactor code that fetches leftover tags
Junio C Hamano
1
-5
/
+9
2013-08-07
fetch: refactor code that prepares a transport
Junio C Hamano
1
-20
/
+26
2013-08-07
fetch: rename file-scope global "transport" to "gtransport"
Junio C Hamano
1
-11
/
+11
2013-08-05
Replace deprecated OPT_BOOLEAN by OPT_BOOL
Stefan Beller
1
-12
/
+12
2013-07-18
fetch: make --prune configurable
Michael Schubert
1
-5
/
+34
2013-06-14
Merge branch 'mh/reflife'
Junio C Hamano
1
-12
/
+17
2013-06-02
add_existing(): do not retain a reference to sha1
Michael Haggerty
1
-3
/
+4
2013-06-02
do_fetch(): clean up existing_refs before exiting
Michael Haggerty
1
-5
/
+9
2013-06-02
do_fetch(): reduce scope of peer_item
Michael Haggerty
1
-3
/
+3
2013-05-28
fetch: make own copies of refnames
Michael Haggerty
1
-2
/
+2
2013-05-28
fetch: don't try to update unfetched tracking refs
John Keeping
1
-1
/
+1
2013-05-12
fetch: opportunistically update tracking refs
Jeff King
1
-0
/
+16
2013-05-12
refactor "ref->merge" flag
Jeff King
1
-22
/
+35
2013-02-01
Merge branch 'jk/gc-auto-after-fetch'
Junio C Hamano
1
-0
/
+5
2013-01-26
Merge branch 'jk/maint-gc-auto-after-fetch' into jk/gc-auto-after-fetch
Junio C Hamano
1
-0
/
+5
2013-01-26
fetch: run gc --auto after fetching
Jeff King
1
-0
/
+5
2013-01-11
fetch: add --unshallow for turning shallow repo into complete one
Nguyễn Thái Ngọc Duy
1
-1
/
+16
2012-09-24
Merge branch 'dj/fetch-all-tags' into maint
Junio C Hamano
1
-22
/
+29
2012-09-18
Merge branch 'nd/fetch-status-alignment'
Junio C Hamano
1
-8
/
+7
2012-09-14
fetch: align per-ref summary report in UTF-8 locales
Nguyễn Thái Ngọc Duy
1
-8
/
+7
2012-09-14
Merge branch 'dj/fetch-all-tags'
Junio C Hamano
1
-0
/
+4
2012-09-11
Merge branch 'jk/argv-array'
Junio C Hamano
1
-22
/
+25
2012-09-11
Merge branch 'jc/merge-bases'
Junio C Hamano
1
-1
/
+1
2012-09-07
fetch --all: pass --tags/--no-tags through to each remote
Dan Johnson
1
-0
/
+4
2012-09-02
submodule: use argv_array instead of hand-building arrays
Jens Lehmann
1
-1
/
+1
2012-09-02
fetch: use argv_array instead of hand-building arrays
Jeff King
1
-22
/
+25
2012-08-27
in_merge_bases(): support only one "other" commit
Junio C Hamano
1
-1
/
+1
2012-08-20
i18n: fetch: mark parseopt strings for translation
Nguyễn Thái Ngọc Duy
1
-24
/
+24
2012-05-02
Merge branch 'nd/i18n'
Junio C Hamano
1
-2
/
+2
2012-04-26
Merge branch 'mb/fetch-call-a-non-branch-a-ref'
Junio C Hamano
1
-4
/
+13
2012-04-24
i18n: make warn_dangling_symref() automatically append \n
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2012-04-23
Merge branch 'jl/maint-submodule-recurse-fetch'
Junio C Hamano
1
-3
/
+3
2012-04-17
fetch: describe new refs based on where it came from
Marc Branchaud
1
-3
/
+11
2012-04-17
fetch: Give remote_ref to update_local_ref() as well
Marc Branchaud
1
-1
/
+2
2012-04-14
submodules: recursive fetch also checks new tags for submodule commits
Jens Lehmann
1
-3
/
+3
2012-02-20
Merge branch 'cb/transfer-no-progress'
Junio C Hamano
1
-2
/
+2
2012-02-13
push/fetch/clone --no-progress suppresses progress output
Clemens Buchacher
1
-2
/
+2
2012-01-29
Merge branch 'nd/maint-refname-in-hierarchy-check'
Junio C Hamano
1
-1
/
+1
2012-01-11
Fix incorrect ref namespace check
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2012-01-03
write first for-merge ref to FETCH_HEAD first
Joey Hess
1
-74
/
+86
2011-12-13
Merge branch 'maint'
Junio C Hamano
1
-38
/
+49
2011-12-13
Merge branch 'maint-1.7.7' into maint
Junio C Hamano
1
-38
/
+49
2011-12-13
Merge branch 'maint-1.7.6' into maint-1.7.7
Junio C Hamano
1
-38
/
+49
2011-12-13
Merge branch 'jk/maint-fetch-status-table' into maint-1.7.6
Junio C Hamano
1
-38
/
+49
2011-12-09
fetch: create status table using strbuf
Jeff King
1
-38
/
+49
2011-12-09
Merge branch 'jc/pull-signed-tag'
Junio C Hamano
1
-2
/
+1
2011-11-04
fetch: do not store peeled tag object names in FETCH_HEAD
Linus Torvalds
1
-2
/
+1
2011-10-26
Merge branch 'cn/fetch-prune'
Junio C Hamano
1
-5
/
+28
2011-10-17
Merge branch 'tc/fetch-leak'
Junio C Hamano
1
-4
/
+9
[prev]
[next]