3 Commits (be53deef0d94b80b0a2df465d16f21ed29c3165b)

Author SHA1 Message Date
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Michael Lukashov f1863d0d16 refactor duplicated code in builtin-send-pack.c and transport.c 15 years ago
Shawn O. Pearce 0c499ea60f send-pack: demultiplex a sideband stream with status data 15 years ago
Tay Ray Chuan 20e8b465a5 refactor ref status logic for pushing 15 years ago
Nicolas Pitre 4f36627518 pack-objects: split implications of --all-progress from progress activation 15 years ago
Shawn O. Pearce de1a2fdd38 Smart push over HTTP: client side 15 years ago
Felipe Contreras a75d7b5409 Use 'fast-forward' all over the place 15 years ago
Jeff King 120703292b transport: pass "quiet" flag to pack-objects 16 years ago
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