Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-03push: parse and set flag for "--force-if-includes"Srinidhi Kaushik
2020-10-03push: add reflog check for "--force-if-includes"Srinidhi Kaushik
2020-09-26Merge branch 'jx/proc-receive-hook'Junio C Hamano
2020-08-27New capability "report-status-v2" for git-pushJiang Xin
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu
2020-03-30oid_array: rename source file from sha1-arrayJeff King
2019-01-03pack-protocol.txt: accept error packets in any contextMasaya Suzuki
2018-08-28Merge branch 'rs/opt-updates'Junio C Hamano
2018-08-21parseopt: group literal string alternatives in argument helpRené Scharfe
2018-08-17Merge branch 'rs/parse-opt-lithelp'Junio C Hamano
2018-08-03parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELPRené Scharfe
2018-08-03send-pack: specify --force-with-lease argument help explicitlyRené Scharfe
2018-06-28Merge branch 'ms/send-pack-honor-config'Junio C Hamano
2018-06-12builtin/send-pack: populate the default configsMasaya Suzuki
2018-05-18remote: convert match_push_refs to take a struct refspecBrandon Williams
2018-05-18transport: remove transport_verify_remote_namesBrandon Williams
2018-05-18send-pack: store refspecs in a struct refspecBrandon Williams
2018-03-15protocol: introduce enum protocol_version value protocol_v2Brandon Williams
2018-03-15connect: discover protocol version outside of get_remote_headsBrandon Williams
2017-08-22Merge branch 'ma/parse-maybe-bool'Junio C Hamano
2017-08-07treewide: deprecate git_config_maybe_bool, use git_parse_maybe_boolMartin Ågren
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-04-20Merge branch 'bc/object-id'Junio C Hamano
2017-03-31Rename sha1_array to oid_arraybrian m. carlson
2017-03-23remote-curl: allow push optionsBrandon Williams
2016-04-14Merge branch 'sk/send-pack-all-fix'Junio C Hamano
2016-04-01git-send-pack: fix --all option when used with directoryStanislav Kolotinskiy
2016-01-15send-pack: read list of refs with strbuf_getline()Junio C Hamano
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano
2015-08-19push: add a config option push.gpgSign for default signed pushesDave Borowitz
2015-08-19push: support signing pushes iff the server supports itDave Borowitz
2015-08-19builtin/send-pack.c: use parse_options APIDave Borowitz
2015-07-22builtin/send-pack.c: respect user.signingkeyJunio C Hamano
2015-01-08send-pack.c: add --atomic command line argumentRonnie Sahlberg
2014-10-09Merge branch 'jc/push-cert'Junio C Hamano
2014-09-18signed push: teach smart-HTTP to pass "git push --signed" aroundJunio C Hamano
2014-08-26send-pack: take refspecs over stdinJeff King
2014-01-18Merge branch 'nd/shallow-clone'Junio C Hamano
2013-12-11send-pack: support pushing from a shallow clone via httpNguyễn Thái Ngọc Duy
2013-12-11send-pack: support pushing to a shallow cloneNguyễn Thái Ngọc Duy
2013-12-11receive/send-pack: support pushing from a shallow cloneNguyễn Thái Ngọc Duy
2013-12-11connect.c: teach get_remote_heads to parse "shallow" linesNguyễn Thái Ngọc Duy
2013-12-11send-pack: forbid pushing from a shallow repositoryNguyễn Thái Ngọc Duy
2013-12-11remote.h: replace struct extra_have_objects with struct sha1_arrayNguyễn Thái Ngọc Duy
2013-12-06replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-08-03send-pack: fix parsing of --force-with-lease optionJunio C Hamano
2013-07-23push --force-with-lease: tie it all togetherJunio C Hamano
2013-07-23push --force-with-lease: implement logic to populate old_sha1_expect[]Junio C Hamano
2013-07-23remote.c: add command line option parser for "--force-with-lease"Junio C Hamano
2013-07-09cache.h: move remote/connect API out of itJunio C Hamano