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
/
send-pack.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-09-20
Tell between packed, unpacked and symbolic refs.
Junio C Hamano
1
-1
/
+1
2006-09-20
Add callback data to for_each_ref() family.
Junio C Hamano
1
-2
/
+2
2006-09-13
Merge branch 'aw/send-pack'
Junio C Hamano
1
-35
/
+70
2006-09-13
Test return value of finish_connect()
Franck Bui-Huu
1
-2
/
+2
2006-09-07
send-pack: switch to using git-rev-list --stdin
Andy Whitcroft
1
-35
/
+70
2006-08-31
Use xmalloc instead of malloc
Jonas Fonseca
1
-2
/
+2
2006-08-23
Convert memcpy(a,b,20) to hashcpy(a,b).
Shawn Pearce
1
-2
/
+2
2006-08-17
Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.
David Rientjes
1
-1
/
+1
2006-08-15
remove unnecessary initializations
David Rientjes
1
-4
/
+4
2006-08-14
Make pack_objects void.
David Rientjes
1
-2
/
+1
2006-07-12
Remove TYPE_* constant macros and use object_type enums consistently.
Linus Torvalds
1
-2
/
+2
2006-07-04
Improve git-peek-remote
Linus Torvalds
1
-1
/
+1
2006-06-17
Shrink "struct object" a bit
Linus Torvalds
1
-2
/
+2
2006-03-23
sha1_name: warning ambiguous refs.
Junio C Hamano
1
-0
/
+2
2006-03-05
Const tightening.
Junio C Hamano
1
-2
/
+2
2006-02-24
Merge branches 'jc/rev-list' and 'jc/pack-thin'
Junio C Hamano
1
-1
/
+9
2006-02-22
send-pack: do not give up when remote has insanely large number of refs.
Junio C Hamano
1
-10
/
+28
2006-02-19
send-pack --thin: use "thin pack" delta transfer.
Junio C Hamano
1
-1
/
+9
2006-01-13
Exec git programs without using PATH.
Michal Ostrowski
1
-4
/
+5
2005-12-27
send-pack/receive-pack: allow errors to be reported back to pusher.
Junio C Hamano
1
-3
/
+56
2005-12-22
send-pack: reword non-fast-forward error message.
Junio C Hamano
1
-16
/
+14
2005-12-21
Avoid misleading success message on error
Johannes Schindelin
1
-1
/
+1
2005-12-20
Make "git-send-pack" less verbose by default
Linus Torvalds
1
-1
/
+9
2005-12-13
Make git-send-pack exit with error when some refs couldn't be pushed out
Petr Baudis
1
-1
/
+5
2005-12-04
Warn when send-pack does nothing
Daniel Barkalow
1
-0
/
+6
2005-11-28
Make networking commands to work from a subdirectory.
Junio C Hamano
1
-0
/
+1
2005-11-02
Be careful when dereferencing tags.
Junio C Hamano
1
-2
/
+2
2005-10-15
Ignore funny refname sent from remote
Junio C Hamano
1
-1
/
+1
2005-08-24
Support +<src>:<dst> format in push as well.
Junio C Hamano
1
-4
/
+8
2005-08-05
Fix ref_newer() in send-pack.
Junio C Hamano
1
-5
/
+22
2005-08-05
Fix send-pack for non-commitish tags.
Junio C Hamano
1
-13
/
+42
2005-08-03
Renaming push.
Junio C Hamano
1
-91
/
+54
2005-08-03
send-pack: handle partial pushes correctly.
Junio C Hamano
1
-1
/
+8
2005-08-02
Make send-pack --all and explicit ref mutually exclusive.
Junio C Hamano
1
-2
/
+5
2005-07-26
Fix potential send-pack SIGSEGV
Linus Torvalds
1
-1
/
+2
2005-07-19
git-send-pack: verify that sender is a proper superset of receiver
Linus Torvalds
1
-10
/
+26
2005-07-16
Merge three separate "fetch refs" functions
Linus Torvalds
1
-34
/
+3
2005-07-16
git-send-pack: add "--all" option to send all refs to the other side
Linus Torvalds
1
-10
/
+28
2005-07-14
[PATCH] Documentation: send/receive.
Junio C Hamano
1
-1
/
+2
2005-07-11
git-send-pack: Fix duplicate refname match
Linus Torvalds
1
-3
/
+0
2005-07-08
Teach 'git-send-pack' to send new branches and tags.
Linus Torvalds
1
-17
/
+111
2005-07-05
Add "git_path()" and "head_ref()" helper functions.
Linus Torvalds
1
-4
/
+1
2005-07-04
Move ref path matching to connect.c library
Linus Torvalds
1
-21
/
+0
2005-07-04
Factor out the ssh connection stuff from send-pack.c
Linus Torvalds
1
-73
/
+2
2005-07-03
Fix gcc warning in send-pack.c
Linus Torvalds
1
-0
/
+1
2005-06-30
Do ref matching on the sender side rather than on receiver
Linus Torvalds
1
-3
/
+25
2005-06-30
git-send-pack: actually send the object pack
Linus Torvalds
1
-12
/
+79
2005-06-29
Add comment on what send-pack still needs to do
Linus Torvalds
1
-0
/
+11
2005-06-29
Slow but steady progress on git pack receive/send
Linus Torvalds
1
-25
/
+38
2005-06-29
git-send-pack: start parsing local/remote reference differences
Linus Torvalds
1
-3
/
+58
[prev]
[next]