Sign in
googlers
/
jrn
/
git
/
c3e43938839752b48ff3a36862ae59f1cd1e630d
/
send-pack.c
d4f694b
Allow git push to delete remote ref.
by Junio C Hamano
· 18 years ago
fa438a2
make git-push a bit more verbose
by Nicolas Pitre
· 18 years ago
8da1977
Tell between packed, unpacked and symbolic refs.
by Junio C Hamano
· 19 years ago
cb5d709
Add callback data to for_each_ref() family.
by Junio C Hamano
· 19 years ago
f6e8dd3
Merge branch 'aw/send-pack'
by Junio C Hamano
· 19 years ago
8a5dbef
Test return value of finish_connect()
by Franck Bui-Huu
· 19 years ago
c727fe2
send-pack: switch to using git-rev-list --stdin
by Andy Whitcroft
· 19 years ago
2d7320d
Use xmalloc instead of malloc
by Jonas Fonseca
· 19 years ago
e702496
Convert memcpy(a,b,20) to hashcpy(a,b).
by Shawn Pearce
· 19 years ago
a89fccd
Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.
by David Rientjes
· 19 years ago
96f1e58
remove unnecessary initializations
by David Rientjes
· 19 years ago
aa14540
Make pack_objects void.
by David Rientjes
· 19 years ago
1974632
Remove TYPE_* constant macros and use object_type enums consistently.
by Linus Torvalds
· 19 years ago
2718ff0
Improve git-peek-remote
by Linus Torvalds
· 19 years ago
885a86a
Shrink "struct object" a bit
by Linus Torvalds
· 19 years ago
84a9b58
sha1_name: warning ambiguous refs.
by Junio C Hamano
· 19 years ago
9201c70
Const tightening.
by Junio C Hamano
· 19 years ago
f0b0af1
Merge branches 'jc/rev-list' and 'jc/pack-thin'
by Junio C Hamano
· 19 years ago
797656e
send-pack: do not give up when remote has insanely large number of refs.
by Junio C Hamano
· 19 years ago
2245be3
send-pack --thin: use "thin pack" delta transfer.
by Junio C Hamano
· 19 years ago
77cb17e
Exec git programs without using PATH.
by Michal Ostrowski
· 19 years ago
cfee10a
send-pack/receive-pack: allow errors to be reported back to pusher.
by Junio C Hamano
· 19 years ago
69310a3
send-pack: reword non-fast-forward error message.
by Junio C Hamano
· 19 years ago
9470657
Avoid misleading success message on error
by Johannes Schindelin
· 19 years ago
41f93a2
Make "git-send-pack" less verbose by default
by Linus Torvalds
· 19 years ago
ed24928
Make git-send-pack exit with error when some refs couldn't be pushed out
by Petr Baudis
· 19 years ago
4c353e8
Warn when send-pack does nothing
by Daniel Barkalow
· 19 years ago
5a32771
Make networking commands to work from a subdirectory.
by Junio C Hamano
· 19 years ago
9534f40
Be careful when dereferencing tags.
by Junio C Hamano
· 19 years ago
1a7141f
Ignore funny refname sent from remote
by Junio C Hamano
· 19 years ago
ff27adf
Support +<src>:<dst> format in push as well.
by Junio C Hamano
· 20 years ago
51b0fca
Fix ref_newer() in send-pack.
by Junio C Hamano
· 20 years ago
37fde87
Fix send-pack for non-commitish tags.
by Junio C Hamano
· 20 years ago
f88395a
Renaming push.
by Junio C Hamano
· 20 years ago
40b64d4
send-pack: handle partial pushes correctly.
by Junio C Hamano
· 20 years ago
0bc3cdf
Make send-pack --all and explicit ref mutually exclusive.
by Junio C Hamano
· 20 years ago
bdf2514
Fix potential send-pack SIGSEGV
by Linus Torvalds
· 20 years ago
2a9c3fe
git-send-pack: verify that sender is a proper superset of receiver
by Linus Torvalds
· 20 years ago
d1c133f
Merge three separate "fetch refs" functions
by Linus Torvalds
· 20 years ago
d089391
git-send-pack: add "--all" option to send all refs to the other side
by Linus Torvalds
· 20 years ago
2a24501
[PATCH] Documentation: send/receive.
by Junio C Hamano
· 20 years ago
e33b2ef
git-send-pack: Fix duplicate refname match
by Linus Torvalds
· 20 years ago
584c6cc
Teach 'git-send-pack' to send new branches and tags.
by Linus Torvalds
· 20 years ago
723c31f
Add "git_path()" and "head_ref()" helper functions.
by Linus Torvalds
· 20 years ago
013e7c7
Move ref path matching to connect.c library
by Linus Torvalds
· 20 years ago
f719259
Factor out the ssh connection stuff from send-pack.c
by Linus Torvalds
· 20 years ago
7ec4e60
Fix gcc warning in send-pack.c
by Linus Torvalds
· 20 years ago
d0efc8a
Do ref matching on the sender side rather than on receiver
by Linus Torvalds
· 20 years ago
94fdb7a
git-send-pack: actually send the object pack
by Linus Torvalds
· 20 years ago
56b6ed8
Add comment on what send-pack still needs to do
by Linus Torvalds
· 20 years ago
7f8e982
Slow but steady progress on git pack receive/send
by Linus Torvalds
· 20 years ago
e4b5c7f
git-send-pack: start parsing local/remote reference differences
by Linus Torvalds
· 20 years ago
f3a3214
Make send/receive-pack be closer to doing something interesting
by Linus Torvalds
· 20 years ago
6122147
Start of "git-send-pack", the local part of sending off a pack
by Linus Torvalds
· 20 years ago