23 Commits (0e214af9c34623979b19bb183bd8e518d749fd63)

Author SHA1 Message Date
Heikki Orsila f18d244a63 Start conforming code to "git subcmd" style part 3 16 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 17 years ago
Carlos Rica 3d9f037c60 Function for updating refs. 17 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
Uwe Kleine-König d23842fd53 rename --exec to --receive-pack for push and send-pack 18 years ago
Uwe Kleine-König 18bd8821ca Update documentation of fetch-pack, push and send-pack 18 years ago
Andy Whitcroft e08140568a short i/o: clean up the naming for the write_{in,or}_xxx family 18 years ago
Andy Whitcroft 825cee7b28 send pack check for failure to send revisions list 18 years ago
Junio C Hamano 0ae5f98c7b send-pack: tell pack-objects to use its internal rev-list. 18 years ago
Junio C Hamano 4b4ee90e58 send-pack.c: use is_null_sha1() 18 years ago
Junio C Hamano e40a9e2c9e send-pack: fix pipeline. 18 years ago
Junio C Hamano 37adac765a send-pack: tighten checks for remote names 18 years ago
Junio C Hamano d4f694ba89 Allow git push to delete remote ref. 18 years ago
Nicolas Pitre fa438a2eb1 make git-push a bit more verbose 18 years ago
Junio C Hamano 4508dde169 Revert "send-pack --keep: do not explode into loose objects on the receiving end." 18 years ago
Junio C Hamano c7740a943e send-pack --keep: do not explode into loose objects on the receiving end. 18 years ago
Junio C Hamano 8da1977554 Tell between packed, unpacked and symbolic refs. 18 years ago
Junio C Hamano cb5d709ff8 Add callback data to for_each_ref() family. 18 years ago