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
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
2007-10-21
Use the asyncronous function infrastructure in builtin-fetch-pack.c.
Johannes Sixt
1
-21
/
+18
2007-10-21
Use start_comand() in builtin-fetch-pack.c instead of explicit fork/exec.
Johannes Sixt
1
-40
/
+16
2007-10-21
Change git_connect() to return a struct child_process instead of a pid_t.
Johannes Sixt
1
-5
/
+3
2007-09-19
Ensure builtin-fetch honors {fetch,transfer}.unpackLimit
Shawn O. Pearce
1
-6
/
+13
2007-09-19
Always obtain fetch-pack arguments from struct fetch_pack_args
Shawn O. Pearce
1
-65
/
+46
2007-09-19
Fix builtin-fetch memory corruption by not overstepping array
Shawn O. Pearce
1
-1
/
+0
2007-09-19
Remove pack.keep after ref updates in git-fetch
Shawn O. Pearce
1
-6
/
+25
2007-09-19
Remove unnecessary debugging from builtin-fetch
Shawn O. Pearce
1
-2
/
+0
2007-09-19
Make fetch-pack a builtin with an internal API
Daniel Barkalow
1
-0
/
+829