46 Commits (cfe370c6476392095bc3f18013d195b1cccd6184)

Author SHA1 Message Date
Thomas Rast d824cbba02 Convert existing die(..., strerror(errno)) to die_errno() 16 years ago
Clemens Buchacher 6d2bf96e55 match_refs: search ref list tail internally 16 years ago
Felipe Contreras 4577e48364 Change prettify_ref to prettify_refname 16 years ago
Nicolas Pitre b74fce16fa allow OFS_DELTA objects during a push 16 years ago
Brandon Casey 6828f72ffe builtin-send-pack.c: avoid empty structure initialization 16 years ago
Daniel Barkalow 64fcef2daa Move push matching and reporting logic into transport.c 16 years ago
Daniel Barkalow a9c37a72c4 Use a common function to get the pretty name of refs 16 years ago
Jay Soffian ec8452d5a7 move duplicated ref_newer() to remote.c 16 years ago
Jay Soffian 454e2025a9 move duplicated get_local_heads() to remote.c 16 years ago
Junio C Hamano 02322e1619 send-pack: do not send unknown object name from ".have" to pack-objects 16 years ago
Clemens Buchacher 16ed2f48be push: fix local refs update if already up-to-date 16 years ago
Jeff King 30affa1e9a send-pack: do not send out single-level refs such as refs/stash 16 years ago
Miklos Vajna eca35a25a9 Fix git branch -m for symrefs. 16 years ago
Heikki Orsila f18d244a63 Start conforming code to "git subcmd" style part 3 17 years ago
Junio C Hamano 40c155ff14 push: prepare sender to receive extended ref information from the receiver 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Jeff King 0b294c0abf make deleting a missing ref more quiet 17 years ago
Paolo Bonzini a83619d692 add special "matching refs" refspec 17 years ago
Daniel Barkalow c091b3d415 Tighten refspec processing 17 years ago
Junio C Hamano 46220ca100 remote.c: Fix overtight refspec validation 17 years ago
Junio C Hamano 2efb3b0617 Clean up find_unique_abbrev() callers 17 years ago
Johannes Sixt c20181e3a3 start_command(), if .in/.out > 0, closes file descriptors, not the callers 17 years ago
Johannes Sixt e72ae28895 start_command(), .in/.out/.err = -1: Callers must close the file descriptor 17 years ago
Junio C Hamano 257f3020f6 Update callers of check_ref_format() 17 years ago
Jeff King 07f507155d send-pack: cluster ref status reporting 17 years ago
Jeff King 73fa0b44ac send-pack: fix "everything up-to-date" message 17 years ago
Jeff King 2a0fe89a97 send-pack: tighten remote error reporting 17 years ago
Jeff King ca74c458a3 send-pack: assign remote errors to each ref 17 years ago
Jeff King 1f0e2a1a65 send-pack: check ref->status before updating tracking refs 17 years ago
Jeff King 8736a84890 send-pack: track errors for each ref 17 years ago
Andy Whitcroft 28b9d6e548 Teach send-pack a mirror mode 17 years ago
Junio C Hamano 6738c81942 send-pack: segfault fix on forced push 17 years ago
Jeff King b50fa2bd06 send-pack: require --verbose to show update of tracking refs 17 years ago
Jeff King f76734902b more terse push output 17 years ago
Daniel Barkalow 96249c04c0 Build-in send-pack, with an API for other programs to call. 17 years ago
Daniel Barkalow 4577370e9b Miscellaneous const changes and utilities 17 years ago
Johannes Sixt 98158e9cfd Change git_connect() to return a struct child_process instead of a pid_t. 17 years ago
Jeff King 334f4831e5 send-pack: don't update tracking refs on error 17 years ago
Andrew Clausen 7e23b06d59 helpful error message when send-pack finds no refs in common. 17 years ago
Brian Ewins a63103ae4f Add a --dry-run option to git-send-pack. 17 years ago
Shawn O. Pearce 28b91f8ad9 Rename remote.uri to remote.url within remote handling internals 18 years ago
Carlos Rica 3d9f037c60 Function for updating refs. 18 years ago
Johannes Schindelin b42f69273b Add for_each_remote() function, and extend remote_find_tracking() 18 years ago
Daniel Barkalow 8558fd9ece Move refspec pattern matching to match_refs(). 18 years ago
Daniel Barkalow b516968ff6 Update local tracking refs when pushing 18 years ago
Daniel Barkalow 6b62816cb1 Move refspec parser from connect.c and cache.h to remote.{c,h} 18 years ago
Michael S. Tsirkin 7841ce7985 connect: display connection progress 18 years ago
Shawn O. Pearce 38b1c6626b Use run_command within send-pack 18 years ago
Junio C Hamano cc44c7655f Mechanical conversion to use prefixcmp() 18 years ago
Johannes Sixt f8306418a6 Add a missing fork() error check. 18 years ago