index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
send-pack.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move refspec pattern matching to match_refs().
Daniel Barkalow
2007-05-26
1
-0
/
+1
*
Update local tracking refs when pushing
Daniel Barkalow
2007-05-21
1
-9
/
+46
*
Move refspec parser from connect.c and cache.h to remote.{c,h}
Daniel Barkalow
2007-05-21
1
-0
/
+1
*
connect: display connection progress
Michael S. Tsirkin
2007-05-16
1
-1
/
+1
*
Use run_command within send-pack
Shawn O. Pearce
2007-03-13
1
-56
/
+30
*
Mechanical conversion to use prefixcmp()
Junio C Hamano
2007-02-21
1
-2
/
+2
*
Add a missing fork() error check.
Johannes Sixt
2007-01-30
1
-0
/
+2
*
rename --exec to --receive-pack for push and send-pack
Uwe Kleine-König
2007-01-20
1
-4
/
+8
*
Update documentation of fetch-pack, push and send-pack
Uwe Kleine-König
2007-01-20
1
-2
/
+2
*
short i/o: clean up the naming for the write_{in,or}_xxx family
Andy Whitcroft
2007-01-09
1
-2
/
+2
*
send pack check for failure to send revisions list
Andy Whitcroft
2007-01-03
1
-2
/
+6
*
send-pack: tell pack-objects to use its internal rev-list.
Junio C Hamano
2006-12-31
1
-97
/
+42
*
send-pack.c: use is_null_sha1()
Junio C Hamano
2006-12-31
1
-12
/
+1
*
send-pack: fix pipeline.
Junio C Hamano
2006-12-29
1
-5
/
+2
*
send-pack: tighten checks for remote names
Junio C Hamano
2006-12-13
1
-0
/
+21
*
Allow git push to delete remote ref.
Junio C Hamano
2006-11-24
1
-11
/
+30
*
make git-push a bit more verbose
Nicolas Pitre
2006-11-02
1
-0
/
+1
*
Tell between packed, unpacked and symbolic refs.
Junio C Hamano
2006-09-21
1
-1
/
+1
*
Add callback data to for_each_ref() family.
Junio C Hamano
2006-09-21
1
-2
/
+2
*
Merge branch 'aw/send-pack'
Junio C Hamano
2006-09-13
1
-35
/
+70
|
\
|
*
send-pack: switch to using git-rev-list --stdin
Andy Whitcroft
2006-09-07
1
-35
/
+70
*
|
Test return value of finish_connect()
Franck Bui-Huu
2006-09-13
1
-2
/
+2
|
/
*
Use xmalloc instead of malloc
Jonas Fonseca
2006-09-01
1
-2
/
+2
*
Convert memcpy(a,b,20) to hashcpy(a,b).
Shawn Pearce
2006-08-23
1
-2
/
+2
*
Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.
David Rientjes
2006-08-17
1
-1
/
+1
*
remove unnecessary initializations
David Rientjes
2006-08-16
1
-4
/
+4
*
Make pack_objects void.
David Rientjes
2006-08-15
1
-2
/
+1
*
Remove TYPE_* constant macros and use object_type enums consistently.
Linus Torvalds
2006-07-13
1
-2
/
+2
*
Improve git-peek-remote
Linus Torvalds
2006-07-04
1
-1
/
+1
*
Shrink "struct object" a bit
Linus Torvalds
2006-06-18
1
-2
/
+2
*
sha1_name: warning ambiguous refs.
Junio C Hamano
2006-03-24
1
-0
/
+2
*
Const tightening.
Junio C Hamano
2006-03-05
1
-2
/
+2
*
-
.
Merge branches 'jc/rev-list' and 'jc/pack-thin'
Junio C Hamano
2006-02-25
1
-1
/
+9
|
\
\
|
|
*
send-pack --thin: use "thin pack" delta transfer.
Junio C Hamano
2006-02-20
1
-1
/
+9
|
|
/
*
/
send-pack: do not give up when remote has insanely large number of refs.
Junio C Hamano
2006-02-22
1
-10
/
+28
|
/
*
Exec git programs without using PATH.
Michal Ostrowski
2006-01-14
1
-4
/
+5
*
send-pack/receive-pack: allow errors to be reported back to pusher.
Junio C Hamano
2005-12-28
1
-3
/
+56
*
send-pack: reword non-fast-forward error message.
Junio C Hamano
2005-12-22
1
-16
/
+14
*
Avoid misleading success message on error
Johannes Schindelin
2005-12-21
1
-1
/
+1
*
Make "git-send-pack" less verbose by default
Linus Torvalds
2005-12-21
1
-1
/
+9
*
Make git-send-pack exit with error when some refs couldn't be pushed out
Petr Baudis
2005-12-14
1
-1
/
+5
*
Warn when send-pack does nothing
Daniel Barkalow
2005-12-04
1
-0
/
+6
*
Make networking commands to work from a subdirectory.
Junio C Hamano
2005-11-29
1
-0
/
+1
*
Be careful when dereferencing tags.
Junio C Hamano
2005-11-03
1
-2
/
+2
*
Ignore funny refname sent from remote
Junio C Hamano
2005-10-15
1
-1
/
+1
*
Support +<src>:<dst> format in push as well.
Junio C Hamano
2005-08-25
1
-4
/
+8
*
Fix ref_newer() in send-pack.
Junio C Hamano
2005-08-06
1
-5
/
+22
*
Fix send-pack for non-commitish tags.
Junio C Hamano
2005-08-05
1
-13
/
+42
*
Renaming push.
Junio C Hamano
2005-08-04
1
-91
/
+54
*
send-pack: handle partial pushes correctly.
Junio C Hamano
2005-08-03
1
-1
/
+8
[next]