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
/
fetch-pack.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-24
Merge branch 'nd/fetch-pack-error-reporting-fix'
Jonathan Nieder
1
-5
/
+5
2013-09-20
Merge branch 'nd/fetch-into-shallow'
Junio C Hamano
1
-52
/
+1
2013-09-18
fetch-pack.c: show correct command name that fails
Nguyễn Thái Ngọc Duy
1
-5
/
+5
2013-09-09
Merge branch 'jc/push-cas'
Junio C Hamano
1
-0
/
+1
2013-08-30
Merge branch 'nd/fetch-pack-shallow-fix'
Junio C Hamano
1
-1
/
+3
2013-08-25
fetch-pack: do not remove .git/shallow file when --depth is not specified
Nguyễn Thái Ngọc Duy
1
-1
/
+3
2013-08-18
move setup_alternate_shallow and write_shallow_commits to shallow.c
Nguyễn Thái Ngọc Duy
1
-52
/
+1
2013-07-08
cache.h: move remote/connect API out of it
Junio C Hamano
1
-0
/
+1
2013-07-02
fetch-pack: avoid quadratic behavior in rev_list_push
Jeff King
1
-7
/
+6
2013-07-02
fetch-pack: avoid quadratic list insertion in mark_complete
Jeff King
1
-1
/
+2
2013-05-28
clone: open a shortcut for connectivity check
Nguyễn Thái Ngọc Duy
1
-1
/
+10
2013-05-28
fetch-pack: prepare updated shallow file before fetching the pack
Nguyễn Thái Ngọc Duy
1
-36
/
+37
2013-04-01
Merge branch 'jk/pkt-line-cleanup'
Junio C Hamano
1
-9
/
+9
2013-03-21
Merge branch 'jc/fetch-raw-sha1'
Junio C Hamano
1
-32
/
+69
2013-02-20
pkt-line: provide a LARGE_PACKET_MAX static buffer
Jeff King
1
-6
/
+6
2013-02-20
pkt-line: teach packet_read_line to chomp newlines
Jeff King
1
-2
/
+0
2013-02-20
pkt-line: drop safe_write function
Jeff King
1
-1
/
+1
2013-02-20
fetch-pack: fix out-of-bounds buffer offset in get_ack
Jeff King
1
-0
/
+2
2013-02-07
fetch: fetch objects by their exact SHA-1 object names
Junio C Hamano
1
-1
/
+21
2013-02-07
fetch: use struct ref to represent refs to be fetched
Junio C Hamano
1
-31
/
+48
2013-02-01
Merge branch 'jk/gc-auto-after-fetch'
Junio C Hamano
1
-0
/
+3
2013-01-26
Merge branch 'jk/maint-gc-auto-after-fetch' into jk/gc-auto-after-fetch
Junio C Hamano
1
-0
/
+3
2013-01-03
Merge branch 'mk/qnx'
Junio C Hamano
1
-2
/
+1
2012-10-29
fetch-pack: move core code to libgit.a
Nguyễn Thái Ngọc Duy
1
-0
/
+951
2007-09-19
Make fetch-pack a builtin with an internal API
Daniel Barkalow
1
-789
/
+0
2007-06-07
War on whitespace
Junio C Hamano
1
-1
/
+1
2007-05-16
connect: display connection progress
Michael S. Tsirkin
1
-1
/
+1
2007-03-04
Merge branch 'js/fetch-progress' (early part)
Junio C Hamano
1
-3
/
+9
2007-02-24
Fixup no-progress for fetch & clone
Johannes Schindelin
1
-7
/
+3
2007-02-20
prefixcmp(): fix-up mechanical conversion.
Junio C Hamano
1
-5
/
+5
2007-02-20
Mechanical conversion to use prefixcmp()
Junio C Hamano
1
-6
/
+6
2007-02-19
fetch & clone: do not output progress when not on a tty
Johannes Schindelin
1
-3
/
+13
2007-01-28
Don't force everybody to call setup_ident().
Junio C Hamano
1
-1
/
+0
2007-01-24
Consolidate {receive,fetch}.unpackLimit
Junio C Hamano
1
-1
/
+13
2007-01-24
fetch-pack: remove --keep-auto and make it the default.
Junio C Hamano
1
-14
/
+17
2007-01-24
Allow fetch-pack to decide keeping the fetched pack without exploding
Junio C Hamano
1
-32
/
+59
2007-01-24
rename --exec to --upload-pack for fetch-pack and peek-remote
Uwe Kleine-König
1
-4
/
+8
2007-01-19
Update documentation of fetch-pack, push and send-pack
Uwe Kleine-König
1
-1
/
+1
2007-01-02
fetch-pack: do not use lockfile structure on stack.
Junio C Hamano
1
-1
/
+2
2006-12-27
Merge branch 'master' into js/shallow
Junio C Hamano
1
-1
/
+25
2006-12-20
simplify inclusion of system header files.
Junio C Hamano
1
-1
/
+0
2006-11-25
fetch-pack: do not barf when duplicate re patterns are given
Junio C Hamano
1
-0
/
+25
2006-11-24
fetch-pack: Do not fetch tags for shallow clones.
Alexandre Julliard
1
-1
/
+2
2006-11-24
fetch-pack: Properly remove the shallow file when it becomes empty.
Alexandre Julliard
1
-1
/
+1
2006-11-24
Why does it mean we do not have to register shallow if we have one?
Junio C Hamano
1
-3
/
+0
2006-11-24
We should make sure that the protocol is still extensible.
Junio C Hamano
1
-4
/
+7
2006-11-24
allow deepening of a shallow repository
Johannes Schindelin
1
-6
/
+16
2006-11-24
allow cloning a repository "shallowly"
Johannes Schindelin
1
-1
/
+60
2006-11-24
support fetching into a shallow repository
Johannes Schindelin
1
-0
/
+4
2006-11-03
improve fetch-pack's handling of kept packs
Nicolas Pitre
1
-7
/
+103
[next]