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
2009-11-04
Smart fetch over HTTP: client side
Shawn O. Pearce
1
-17
/
+93
2009-10-30
Add multi_ack_detailed capability to fetch-pack/upload-pack
Shawn O. Pearce
1
-9
/
+32
2009-10-30
Move "get_ack()" back to fetch-pack
Shawn O. Pearce
1
-0
/
+21
2009-10-30
fetch-pack: Use a strbuf to compose the want list
Shawn O. Pearce
1
-18
/
+34
2009-06-08
fetch-pack: close output channel after sideband demultiplexer terminates
Johannes Sixt
1
-1
/
+3
2009-05-25
Merge branch 'ar/unlink-err' into maint
Junio C Hamano
1
-1
/
+1
2009-05-03
Sync with GIT 1.6.2.5
Junio C Hamano
1
-1
/
+12
2009-05-01
honor repack.usedeltabaseoffset when fetching packs
Nicolas Pitre
1
-1
/
+12
2009-05-01
Fix a bunch of pointer declarations (codestyle)
Felipe Contreras
1
-1
/
+1
2009-04-29
replace direct calls to unlink(2) with unlink_or_warn
Alex Riesen
1
-1
/
+1
2009-03-23
builtin-fetch-pack: use warning() instead of fprintf(stderr, "warning: ")
Miklos Vajna
1
-1
/
+1
2009-03-17
Merge branch 'js/sideband-stderr'
Junio C Hamano
1
-1
/
+1
2009-03-17
Merge branch 'kb/checkout-optim'
Junio C Hamano
1
-4
/
+2
2009-03-15
checkout bugfix: use stat.mtime instead of stat.ctime in two places
Kjetil Barvik
1
-1
/
+1
2009-03-10
recv_sideband: Bands #2 and #3 always go to stderr
Johannes Sixt
1
-1
/
+1
2009-03-08
Not all systems use st_[cm]tim field for ns resolution file timestamp
Junio C Hamano
1
-1
/
+1
2009-03-07
Remove unused function scope local variables
Benjamin Kramer
1
-2
/
+1
2009-03-07
Record ns-timestamps if possible, but do not use it without USE_NSEC
Kjetil Barvik
1
-3
/
+1
2009-02-19
fix compile error when USE_NSEC is defined
Kjetil Barvik
1
-2
/
+2
2008-12-07
Merge branch 'maint'
Junio C Hamano
1
-1
/
+2
2008-12-07
fetch-pack: Avoid memcpy() with src==dst
Thomas Rast
1
-1
/
+2
2008-10-21
Merge branch 'jc/maint-co-track'
Junio C Hamano
1
-1
/
+2
2008-10-19
Enhance hold_lock_file_for_{update,append}() API
Junio C Hamano
1
-1
/
+2
2008-09-25
Merge branch 'jc/alternate-push'
Shawn O. Pearce
1
-1
/
+1
2008-09-09
Merge branch 'ho/dashless'
Junio C Hamano
1
-1
/
+1
2008-09-09
push: prepare sender to receive extended ref information from the receiver
Junio C Hamano
1
-1
/
+1
2008-09-09
Start conforming code to "git subcmd" style part 2
Heikki Orsila
1
-1
/
+1
2008-09-03
Merge branch 'maint'
Junio C Hamano
1
-1
/
+1
2008-08-31
cast pid_t's to uintmax_t to improve portability
David Soria Parra
1
-1
/
+1
2008-08-31
'git foo' program identifies itself without dash in die() messages
Junio C Hamano
1
-1
/
+1
2008-07-13
Make usage strings dash-less
Stephan Beyer
1
-1
/
+1
2008-07-05
Fix some warnings (on cygwin) to allow -Werror
Ramsay Jones
1
-1
/
+2
2008-07-02
git fetch-pack: do not complain about "no common commits" in an empty repo
Johannes Schindelin
1
-1
/
+2
2008-06-19
Incorporate fetched packs in future object traversal
Johan Herland
1
-0
/
+1
2008-05-14
Provide git_config with a callback-data parameter
Johannes Schindelin
1
-3
/
+3
2008-04-30
fetch-pack: brown paper bag fix
Junio C Hamano
1
-1
/
+1
2008-04-28
fetch-pack: do not stop traversing an already parsed commit
Linus Torvalds
1
-4
/
+4
2008-03-19
Fix tag following
Daniel Barkalow
1
-0
/
+16
2008-03-08
Merge branch 'sp/fetch-optim'
Junio C Hamano
1
-2
/
+7
2008-03-04
Teach fetch-pack/upload-pack about --include-tag
Shawn O. Pearce
1
-2
/
+7
2008-03-03
fetch-pack: check parse_commit/object results
Martin Koegler
1
-7
/
+10
2008-03-02
Merge branch 'mk/maint-parse-careful'
Junio C Hamano
1
-1
/
+0
2008-02-25
Remove unused object-ref code
Martin Koegler
1
-1
/
+0
2008-02-23
start_command(), .in/.out/.err = -1: Callers must close the file descriptor
Johannes Sixt
1
-1
/
+3
2008-02-05
Reduce the number of connects when fetching
Daniel Barkalow
1
-35
/
+40
2008-01-16
Improve use of lockfile API
Brandon Casey
1
-1
/
+0
2007-11-17
fetch-pack: Prepare for a side-band demultiplexer in a thread.
Johannes Sixt
1
-26
/
+16
2007-11-07
restore fetching with thin-pack capability
Nicolas Pitre
1
-2
/
+2
2007-11-01
Merge branch 'js/forkexec'
Junio C Hamano
1
-65
/
+36
2007-10-29
Correct handling of upload-pack in builtin-fetch-pack
Daniel Barkalow
1
-3
/
+4
[next]