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
/
transport.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-09-19
Always obtain fetch-pack arguments from struct fetch_pack_args
Shawn O. Pearce
1
-6
/
+3
2007-09-19
Refactor struct transport_ops inlined into struct transport
Shawn O. Pearce
1
-38
/
+24
2007-09-19
Avoid printing unnecessary warnings during fetch and push
Shawn O. Pearce
1
-9
/
+2
2007-09-19
Remove unnecessary 'fetch' argument from transport_get API
Shawn O. Pearce
1
-6
/
+17
2007-09-19
Cleanup duplicate initialization code in transport_get
Shawn O. Pearce
1
-17
/
+10
2007-09-19
Don't bother passing ref log details to walker in builtin-fetch
Shawn O. Pearce
1
-1
/
+1
2007-09-19
Backup the array passed to fetch_pack so we can free items
Shawn O. Pearce
1
-2
/
+5
2007-09-19
Remove pack.keep after ref updates in git-fetch
Shawn O. Pearce
1
-4
/
+14
2007-09-19
Simplify fetch transport API to just one function
Shawn O. Pearce
1
-34
/
+25
2007-09-19
Replace custom memory growth allocator with ALLOC_GROW
Shawn O. Pearce
1
-8
/
+3
2007-09-19
Add bundle transport
Johannes Schindelin
1
-1
/
+51
2007-09-19
Add fetch methods to transport library.
Daniel Barkalow
1
-3
/
+281
2007-09-19
Push code for transport library
Daniel Barkalow
1
-0
/
+196
[prev]