summaryrefslogtreecommitdiff
path: root/builtin/send-pack.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-30oid_array: rename source file from sha1-arrayLibravatar Jeff King1-1/+1
2019-01-02pack-protocol.txt: accept error packets in any contextLibravatar Masaya Suzuki1-1/+2
2018-08-27Merge branch 'rs/opt-updates'Libravatar Junio C Hamano1-1/+1
2018-08-21parseopt: group literal string alternatives in argument helpLibravatar René Scharfe1-1/+1
2018-08-17Merge branch 'rs/parse-opt-lithelp'Libravatar Junio C Hamano1-1/+1
2018-08-03parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELPLibravatar René Scharfe1-2/+1
2018-08-03send-pack: specify --force-with-lease argument help explicitlyLibravatar René Scharfe1-2/+3
2018-06-28Merge branch 'ms/send-pack-honor-config'Libravatar Junio C Hamano1-1/+1
2018-06-12builtin/send-pack: populate the default configsLibravatar Masaya Suzuki1-1/+1
2018-05-18remote: convert match_push_refs to take a struct refspecLibravatar Brandon Williams1-1/+1
2018-05-18transport: remove transport_verify_remote_namesLibravatar Brandon Williams1-2/+0
2018-05-18send-pack: store refspecs in a struct refspecLibravatar Brandon Williams1-17/+7
2018-03-14protocol: introduce enum protocol_version value protocol_v2Libravatar Brandon Williams1-0/+3
2018-03-14connect: discover protocol version outside of get_remote_headsLibravatar Brandon Williams1-2/+15
2017-08-22Merge branch 'ma/parse-maybe-bool'Libravatar Junio C Hamano1-1/+1
2017-08-07treewide: deprecate git_config_maybe_bool, use git_parse_maybe_boolLibravatar Martin Ågren1-1/+1
2017-06-15config: don't include config.h by defaultLibravatar Brandon Williams1-0/+1
2017-04-19Merge branch 'bc/object-id'Libravatar Junio C Hamano1-2/+2
2017-03-31Rename sha1_array to oid_arrayLibravatar brian m. carlson1-2/+2
2017-03-22remote-curl: allow push optionsLibravatar Brandon Williams1-0/+5
2016-04-13Merge branch 'sk/send-pack-all-fix'Libravatar Junio C Hamano1-1/+1
2016-03-31git-send-pack: fix --all option when used with directoryLibravatar Stanislav Kolotinskiy1-1/+1
2016-01-15send-pack: read list of refs with strbuf_getline()Libravatar Junio C Hamano1-1/+1
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Libravatar Junio C Hamano1-1/+1
2015-08-19push: add a config option push.gpgSign for default signed pushesLibravatar Dave Borowitz1-1/+26
2015-08-19push: support signing pushes iff the server supports itLibravatar Dave Borowitz1-2/+4
2015-08-19builtin/send-pack.c: use parse_options APILibravatar Dave Borowitz1-104/+59
2015-07-21builtin/send-pack.c: respect user.signingkeyLibravatar Junio C Hamano1-0/+3
2015-01-07send-pack.c: add --atomic command line argumentLibravatar Ronnie Sahlberg1-1/+5
2014-10-08Merge branch 'jc/push-cert'Libravatar Junio C Hamano1-0/+4
2014-09-17signed push: teach smart-HTTP to pass "git push --signed" aroundLibravatar Junio C Hamano1-0/+4
2014-08-26send-pack: take refspecs over stdinLibravatar Jeff King1-0/+27
2014-01-17Merge branch 'nd/shallow-clone'Libravatar Junio C Hamano1-4/+5
2013-12-10send-pack: support pushing from a shallow clone via httpLibravatar Nguyễn Thái Ngọc Duy1-3/+0
2013-12-10send-pack: support pushing to a shallow cloneLibravatar Nguyễn Thái Ngọc Duy1-1/+3
2013-12-10receive/send-pack: support pushing from a shallow cloneLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2013-12-10connect.c: teach get_remote_heads to parse "shallow" linesLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2013-12-10send-pack: forbid pushing from a shallow repositoryLibravatar Nguyễn Thái Ngọc Duy1-0/+3
2013-12-10remote.h: replace struct extra_have_objects with struct sha1_arrayLibravatar Nguyễn Thái Ngọc Duy1-3/+2
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Libravatar Christian Couder1-4/+4
2013-08-02send-pack: fix parsing of --force-with-lease optionLibravatar Junio C Hamano1-1/+1
2013-07-22push --force-with-lease: tie it all togetherLibravatar Junio C Hamano1-0/+5
2013-07-22push --force-with-lease: implement logic to populate old_sha1_expect[]Libravatar Junio C Hamano1-0/+3
2013-07-22remote.c: add command line option parser for "--force-with-lease"Libravatar Junio C Hamano1-0/+17
2013-07-08cache.h: move remote/connect API out of itLibravatar Junio C Hamano1-0/+1
2013-02-24teach get_remote_heads to read from a memory bufferLibravatar Jeff King1-1/+1
2013-02-20pkt-line: drop safe_write functionLibravatar Jeff King1-1/+1
2013-01-24push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCELibravatar Junio C Hamano1-0/+10
2012-12-02push: require force for refs under refs/tags/Libravatar Chris Rorvick1-0/+5
2012-12-02push: return reject reasons as a bitsetLibravatar Chris Rorvick1-2/+2