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-pack.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-22
fetch-pack: avoid quadratic behavior in remove_duplicates
Jeff King
1
-15
/
+6
2012-05-22
fetch-pack: sort incoming heads
Jeff King
1
-1
/
+9
2012-05-22
cmd_fetch_pack(): respect constness of argv parameter
Michael Haggerty
1
-13
/
+10
2012-05-22
cmd_fetch_pack(): combine the loop termination conditions
Michael Haggerty
1
-58
/
+55
2012-05-22
cmd_fetch_pack(): handle non-option arguments outside of the loop
Michael Haggerty
1
-5
/
+7
2012-05-22
cmd_fetch_pack(): declare dest to be const
Michael Haggerty
1
-3
/
+4
2012-04-24
Merge branch 'it/fetch-pack-many-refs'
Junio C Hamano
1
-1
/
+41
2012-04-02
fetch-pack: new --stdin option to read refs from stdin
Ivan Todoroski
1
-1
/
+41
2012-02-20
Merge branch 'cb/transfer-no-progress'
Junio C Hamano
1
-1
/
+1
2012-02-13
push/fetch/clone --no-progress suppresses progress output
Clemens Buchacher
1
-1
/
+1
2012-02-12
everything_local(): mark alternate refs as complete
Michael Haggerty
1
-0
/
+6
2012-02-12
fetch-pack.c: inline insert_alternate_refs()
Michael Haggerty
1
-6
/
+1
2012-02-12
fetch-pack.c: rename some parameters from "path" to "refname"
Michael Haggerty
1
-5
/
+5
2011-12-13
fetch-pack: match refs exactly
Jeff King
1
-4
/
+9
2011-12-13
drop "match" parameter from get_remote_heads
Jeff King
1
-1
/
+1
2011-10-10
Merge branch 'mh/check-ref-format-3'
Junio C Hamano
1
-1
/
+1
2011-10-05
Change check_ref_format() to take a flags argument
Michael Haggerty
1
-1
/
+1
2011-10-05
Merge branch 'jc/fetch-pack-fsck-objects'
Junio C Hamano
1
-1
/
+19
2011-09-04
transfer.fsckobjects: unify fetch/receive.fsckobjects
Junio C Hamano
1
-2
/
+12
2011-09-04
fetch.fsckobjects: verify downloaded objects
Junio C Hamano
1
-0
/
+8
2011-08-28
Merge branch 'nd/decorate-grafts'
Junio C Hamano
1
-0
/
+30
2011-08-18
fetch-pack: check for valid commit from server
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2011-08-18
Move write_shallow_commits to fetch-pack.c
Nguyễn Thái Ngọc Duy
1
-0
/
+30
2011-05-29
Merge branch 'jk/haves-from-alternate-odb'
Junio C Hamano
1
-1
/
+1
2011-05-19
refactor refs_from_alternate_cb to allow passing extra data
Jeff King
1
-1
/
+1
2011-05-19
fetch: avoid repeated commits in mark_complete
Jeff King
1
-2
/
+4
2011-03-29
Merge branch 'jc/fetch-progressive-stride'
Junio C Hamano
1
-4
/
+5
2011-03-29
Merge branches 'sp/maint-fetch-pack-stop-early' and 'sp/maint-upload-pack-sto...
Junio C Hamano
1
-1
/
+2
2011-03-29
Revert two "no-done" reverts
Junio C Hamano
1
-3
/
+15
2011-03-29
Fix potential local deadlock during fetch-pack
Junio C Hamano
1
-4
/
+5
2011-03-29
enable "no-done" extension only when fetching over smart-http
Junio C Hamano
1
-1
/
+2
2011-03-28
Revert "fetch-pack: Implement no-done capability"
Junio C Hamano
1
-15
/
+3
2011-03-26
Merge branch 'jc/fetch-progressive-stride'
Junio C Hamano
1
-3
/
+18
2011-03-22
Merge branch 'sp/maint-fetch-pack-stop-early'
Junio C Hamano
1
-2
/
+16
2011-03-22
Merge branch 'jc/maint-fetch-alt'
Junio C Hamano
1
-0
/
+12
2011-03-22
Fix sparse warnings
Stephen Boyd
1
-1
/
+1
2011-03-20
fetch-pack: use smaller handshake window for initial request
Junio C Hamano
1
-2
/
+4
2011-03-20
fetch-pack: progressively use larger handshake windows
Junio C Hamano
1
-1
/
+6
2011-03-20
fetch-pack: factor out hardcoded handshake window size
Junio C Hamano
1
-3
/
+11
2011-03-17
fetch-pack: objects in our alternates are available to us
Junio C Hamano
1
-0
/
+12
2011-03-15
fetch-pack: Implement no-done capability
Shawn O. Pearce
1
-3
/
+15
2011-03-14
fetch-pack: Finish negotation if remote replies "ACK %s ready"
Shawn O. Pearce
1
-0
/
+2
2011-03-08
add packet tracing debug code
Jeff King
1
-0
/
+2
2010-11-29
commit: Add commit_list prefix in two function names.
Thiago Farina
1
-2
/
+2
2010-02-22
Move 'builtin-*' into a 'builtin/' subdirectory
Linus Torvalds
1
-0
/
+976
[prev]