28 Commits (cab3829d2b29b9cd750afd0e342d6f3cae359639)

Author SHA1 Message Date
Jeff King 85edf4f58b teach get_remote_heads to read from a memory buffer 12 years ago
Jeff King cdf4fb8e33 pkt-line: drop safe_write function 12 years ago
Junio C Hamano 75e5c0dc55 push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCE 12 years ago
Chris Rorvick dbfeddb12e push: require force for refs under refs/tags/ 12 years ago
Chris Rorvick 10643d4ec3 push: return reject reasons as a bitset 12 years ago
Nguyễn Thái Ngọc Duy f5d942e1ed send-pack: move core code to libgit.a 12 years ago
Jeff King d50c387163 do not send client agent unless server does first 13 years ago
Jeff King ca8e127c9b send-pack: fix capability-sending logic 13 years ago
Jeff King ff5effdf45 include agent identifier in capability string 13 years ago
Jeff King 391b1f2003 teach send-pack about --[no-]progress 13 years ago
Jeff King 8d32e60dbe send-pack: show progress when isatty(2) 13 years ago
Clemens Buchacher 01fdc21f6e push/fetch/clone --no-progress suppresses progress output 13 years ago
Clemens Buchacher c207e34f77 fix push --quiet: add 'quiet' capability to receive-pack 13 years ago
Jeff King afe7c5ff1f drop "match" parameter from get_remote_heads 13 years ago
Junio C Hamano 29753cddc8 rename "match_refs()" to "match_push_refs()" 14 years ago
Junio C Hamano e6bcd97968 send-pack: typofix error message 14 years ago
Junio C Hamano 5a277f3ff7 Revert "Merge branch 'cb/maint-quiet-push' into maint" 14 years ago
Clemens Buchacher 90a6c7d443 propagate --quiet to send-pack/receive-pack 14 years ago
Stephen Boyd c2e86addb8 Fix sparse warnings 14 years ago
Jeff King d7c411b71d push: pass --progress down to git-pack-objects 14 years ago
Jonathan Nieder 64f003abd9 send-pack: avoid redundant "pack-objects died with strange error" 14 years ago
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