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
2016-06-27
fetch: change flag code for displaying tag update and deleted ref
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2016-06-27
fetch: refactor ref update status formatting code
Nguyễn Thái Ngọc Duy
1
-39
/
+38
2016-06-20
delete_refs(): add a flags argument
Michael Haggerty
1
-1
/
+1
2016-06-14
builtin/fetch.c: don't free remote->name after fetch
Keith McGuigan
1
-4
/
+2
2016-06-13
fetch, upload-pack: --deepen=N extends shallow boundary by N commits
Nguyễn Thái Ngọc Duy
1
-1
/
+13
2016-06-13
fetch: define shallow boundary with --shallow-exclude
Nguyễn Thái Ngọc Duy
1
-3
/
+10
2016-06-13
fetch: define shallow boundary with --shallow-since
Nguyễn Thái Ngọc Duy
1
-6
/
+23
2016-05-17
Merge branch 'nd/error-errno'
Junio C Hamano
1
-2
/
+2
2016-05-09
builtin/fetch.c: use error_errno()
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2016-04-06
Merge branch 'sb/submodule-parallel-update'
Junio C Hamano
1
-1
/
+1
2016-03-01
fetching submodules: respect `submodule.fetchJobs` config option
Stefan Beller
1
-1
/
+1
2016-02-26
Merge branch 'jk/tighten-alloc'
Junio C Hamano
1
-1
/
+1
2016-02-26
Merge branch 'tg/git-remote'
Junio C Hamano
1
-3
/
+2
2016-02-24
Merge branch 'ew/force-ipv4'
Junio C Hamano
1
-0
/
+6
2016-02-22
use st_add and st_mult for allocation size computation
Jeff King
1
-1
/
+1
2016-02-16
remote: simplify remote_is_configured()
Thomas Gummerer
1
-3
/
+2
2016-02-12
connect & http: support -4 and -6 switches for remote operations
Eric Wong
1
-0
/
+6
2016-02-05
Merge branch 'js/close-packs-before-gc' into maint
Junio C Hamano
1
-0
/
+2
2016-02-05
Merge branch 'js/fopen-harder' into maint
Junio C Hamano
1
-1
/
+1
2016-01-26
Merge branch 'js/close-packs-before-gc'
Junio C Hamano
1
-0
/
+2
2016-01-20
Merge branch 'js/fopen-harder'
Junio C Hamano
1
-1
/
+1
2016-01-13
fetch: release pack files before garbage-collecting
Johannes Schindelin
1
-0
/
+2
2016-01-11
Handle more file writes correctly in shared repos
Johannes Schindelin
1
-1
/
+1
2015-12-16
submodules: allow parallel fetching, add tests and documentation
Stefan Beller
1
-1
/
+5
2015-11-20
Remove get_object_hash.
brian m. carlson
1
-2
/
+2
2015-11-20
Add several uses of get_object_hash.
brian m. carlson
1
-2
/
+2
2015-11-20
Convert struct ref to use object_id.
brian m. carlson
1
-25
/
+25
2015-10-05
use alloc_ref rather than hand-allocating "struct ref"
Jeff King
1
-2
/
+1
2015-10-05
transport: use strbufs for status table "quickref" strings
Jeff King
1
-10
/
+12
2015-09-25
fetch: replace static buffer with xstrfmt
Jeff King
1
-5
/
+2
2015-08-31
Merge branch 'hv/submodule-config'
Junio C Hamano
1
-0
/
+1
2015-08-19
Merge branch 'jk/git-path'
Junio C Hamano
1
-2
/
+2
2015-08-19
submodule: allow erroneous values for the fetchRecurseSubmodules option
Heiko Voigt
1
-0
/
+1
2015-08-17
Merge branch 'mh/get-remote-group-fix'
Junio C Hamano
1
-8
/
+6
2015-08-10
memoize common git-path "constant" files
Jeff King
1
-2
/
+2
2015-07-28
get_remote_group(): use skip_prefix()
Michael Haggerty
1
-2
/
+1
2015-07-28
get_remote_group(): eliminate superfluous call to strcspn()
Michael Haggerty
1
-2
/
+2
2015-07-28
get_remote_group(): rename local variable "space" to "wordlen"
Michael Haggerty
1
-5
/
+5
2015-07-28
get_remote_group(): handle remotes with single-character names
Michael Haggerty
1
-2
/
+1
2015-06-22
prune_refs(): use delete_refs()
Michael Haggerty
1
-8
/
+17
2015-05-25
builtin/fetch: rewrite to take an object_id argument
Michael Haggerty
1
-12
/
+11
2015-05-25
each_ref_fn: change to take an object_id parameter
Michael Haggerty
1
-2
/
+6
2015-05-11
Merge branch 'nd/multiple-work-trees'
Junio C Hamano
1
-2
/
+3
2015-03-05
Merge branch 'mh/refs-have-new'
Junio C Hamano
1
-2
/
+4
2015-02-17
ref_transaction_update(): remove "have_old" parameter
Michael Haggerty
1
-2
/
+4
2015-02-13
do not include the same header twice
Дилян Палаузов
1
-1
/
+0
2014-12-01
path.c: make get_pathname() call sites return const char *
Nguyễn Thái Ngọc Duy
1
-2
/
+3
2014-11-06
Merge branch 'jk/fetch-reflog-df-conflict'
Junio C Hamano
1
-1
/
+1
2014-11-04
fetch: load all default config at startup
Jeff King
1
-1
/
+1
2014-10-15
fetch.c: change s_update_ref to use a ref transaction
Ronnie Sahlberg
1
-10
/
+24
[prev]
[next]