64 Commits (c573572c52758c4368ebc410d6b801fefa6bcbdd)

Author SHA1 Message Date
Brandon Williams 5c7ec8462d remote: convert match_push_refs to take a struct refspec 7 years ago
Brandon Williams 7a78a82b6c transport: remove transport_verify_remote_names 7 years ago
Brandon Williams 168dba68c9 send-pack: store refspecs in a struct refspec 7 years ago
Brandon Williams 8f6982b4e1 protocol: introduce enum protocol_version value protocol_v2 7 years ago
Brandon Williams ad6ac1244f connect: discover protocol version outside of get_remote_heads 7 years ago
Martin Ågren 8957661378 treewide: deprecate git_config_maybe_bool, use git_parse_maybe_bool 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
brian m. carlson 910650d2f8 Rename sha1_array to oid_array 8 years ago
Brandon Williams 511155db51 remote-curl: allow push options 8 years ago
Stanislav Kolotinskiy c6777563cd git-send-pack: fix --all option when used with directory 9 years ago
Junio C Hamano 933bea922c send-pack: read list of refs with strbuf_getline() 9 years ago
Junio C Hamano 8f309aeb82 strbuf: introduce strbuf_getline_{lf,nul}() 9 years ago
Dave Borowitz 68c757f219 push: add a config option push.gpgSign for default signed pushes 10 years ago
Dave Borowitz 30261094b1 push: support signing pushes iff the server supports it 10 years ago
Dave Borowitz 068c77a518 builtin/send-pack.c: use parse_options API 10 years ago
Junio C Hamano d830d395a1 builtin/send-pack.c: respect user.signingkey 10 years ago
Ronnie Sahlberg 4ff17f10c4 send-pack.c: add --atomic command line argument 10 years ago
Junio C Hamano 0ea47f9d33 signed push: teach smart-HTTP to pass "git push --signed" around 11 years ago
Jeff King 26be19ba8d send-pack: take refspecs over stdin 11 years ago
Nguyễn Thái Ngọc Duy f2c681cf12 send-pack: support pushing from a shallow clone via http 11 years ago
Nguyễn Thái Ngọc Duy b016918b2f send-pack: support pushing to a shallow clone 11 years ago
Nguyễn Thái Ngọc Duy 5dbd767601 receive/send-pack: support pushing from a shallow clone 11 years ago
Nguyễn Thái Ngọc Duy b06dcd7d68 connect.c: teach get_remote_heads to parse "shallow" lines 11 years ago
Nguyễn Thái Ngọc Duy 0b854bcc2a send-pack: forbid pushing from a shallow repository 11 years ago
Nguyễn Thái Ngọc Duy 13eb4626c4 remote.h: replace struct extra_have_objects with struct sha1_array 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Junio C Hamano 77aa93481d send-pack: fix parsing of --force-with-lease option 12 years ago
Junio C Hamano 631b5ef219 push --force-with-lease: tie it all together 12 years ago
Junio C Hamano 91048a9537 push --force-with-lease: implement logic to populate old_sha1_expect[] 12 years ago
Junio C Hamano 28f5d17611 remote.c: add command line option parser for "--force-with-lease" 12 years ago
Junio C Hamano 47a5918536 cache.h: move remote/connect API out of it 12 years ago
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