| Commit message (Expand) | Author | Age |
* | push: accept push options | Stefan Beller | 2016-07-14 |
* | connect & http: support -4 and -6 switches for remote operations | Eric Wong | 2016-02-12 |
* | Convert struct ref to use object_id. | brian m. carlson | 2015-11-20 |
* | Sync with v2.5.4 | Junio C Hamano | 2015-09-28 |
|\ |
|
| * | Sync with 2.3.10 | Junio C Hamano | 2015-09-28 |
| |\ |
|
| | * | transport: refactor protocol whitelist code | Jeff King | 2015-09-25 |
| | * | transport: add a protocol-whitelist environment variable | Jeff King | 2015-09-23 |
* | | | push: support signing pushes iff the server supports it | Dave Borowitz | 2015-08-19 |
* | | | transport: remove git_transport_options.push_cert | Dave Borowitz | 2015-08-19 |
|/ / |
|
* | | push.c: add an --atomic argument | Ronnie Sahlberg | 2015-01-07 |
|/ |
|
* | push: the beginning of "git push --signed" | Junio C Hamano | 2014-09-15 |
* | fetch: add --update-shallow to accept refs that update .git/shallow | Nguyễn Thái Ngọc Duy | 2013-12-10 |
* | clone: support remote shallow repository | Nguyễn Thái Ngọc Duy | 2013-12-10 |
* | transport.h: remove send_pack prototype, already defined in send-pack.h | Nguyễn Thái Ngọc Duy | 2013-12-10 |
* | Merge branch 'jc/transport-do-not-use-connect-twice-in-fetch' | Junio C Hamano | 2013-09-09 |
|\ |
|
| * | fetch: work around "transport-take-over" hack | Junio C Hamano | 2013-08-07 |
* | | push --force-with-lease: implement logic to populate old_sha1_expect[] | Junio C Hamano | 2013-07-22 |
* | | cache.h: move remote/connect API out of it | Junio C Hamano | 2013-07-08 |
|/ |
|
* | Merge branch 'ph/builtin-srcs-are-in-subdir-these-days' | Junio C Hamano | 2013-06-26 |
|\ |
|
| * | fix "builtin-*" references to be "builtin/*" | Phil Hord | 2013-06-18 |
* | | clone: open a shortcut for connectivity check | Nguyễn Thái Ngọc Duy | 2013-05-28 |
* | | Sync with 'maint' | Junio C Hamano | 2013-04-12 |
|\ \ |
|
| * | | Correct common spelling mistakes in comments and tests | Stefano Lattarini | 2013-04-12 |
* | | | Merge branch 'jc/push-follow-tag' | Junio C Hamano | 2013-03-25 |
|\ \ \
| |/ /
|/| | |
|
| * | | push: --follow-tags | Junio C Hamano | 2013-03-05 |
| |/ |
|
* | | Merge branch 'jc/push-reject-reasons' | Junio C Hamano | 2013-02-04 |
|\ \ |
|
| * | | push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCE | Junio C Hamano | 2013-01-24 |
* | | | push: Add support for pre-push hooks | Aaron Schrab | 2013-01-18 |
|/ / |
|
* | | push: add advice for rejected tag reference | Chris Rorvick | 2012-12-02 |
* | | push: return reject reasons as a bitset | Chris Rorvick | 2012-12-02 |
|/ |
|
* | send-pack: move core code to libgit.a | Nguyễn Thái Ngọc Duy | 2012-10-29 |
* | fetch: align per-ref summary report in UTF-8 locales | Nguyễn Thái Ngọc Duy | 2012-09-14 |
* | Merge branch 'hv/submodule-recurse-push' | Junio C Hamano | 2012-04-24 |
|\ |
|
| * | push: teach --recurse-submodules the on-demand option | Heiko Voigt | 2012-03-30 |
* | | clean up struct ref's nonfastforward field | Jeff King | 2012-03-26 |
* | | push: add '--prune' option | Felipe Contreras | 2012-02-22 |
|/ |
|
* | push: Don't push a repository with unpushed submodules | Fredrik Gustafsson | 2011-08-20 |
* | refactor refs_from_alternate_cb to allow passing extra data | Jeff King | 2011-05-19 |
* | refs_from_alternate: helper to use refs from alternates | Junio C Hamano | 2011-03-17 |
* | Add bidirectional_transfer_loop() | Ilari Liusvaara | 2010-10-13 |
* | Merge branch 'tc/transport-verbosity' | Junio C Hamano | 2010-03-15 |
|\ |
|
| * | transport: update flags to be in running order | Tay Ray Chuan | 2010-02-24 |
| * | transport->progress: use flag authoritatively | Tay Ray Chuan | 2010-02-24 |
| * | push: support multiple levels of verbosity | Tay Ray Chuan | 2010-02-24 |
| * | fetch: refactor verbosity option handling into transport.[ch] | Tay Ray Chuan | 2010-02-24 |
* | | Merge branch 'ml/send-pack-transport-refactor' | Junio C Hamano | 2010-03-02 |
|\ \ |
|
| * | | refactor duplicated code in builtin-send-pack.c and transport.c | Michael Lukashov | 2010-02-17 |
| |/ |
|
* | | transport: add got_remote_refs flag | Tay Ray Chuan | 2010-02-16 |
|/ |
|
* | Merge branch 'il/push-set-upstream' | Junio C Hamano | 2010-01-20 |
|\ |
|
| * | Add push --set-upstream | Ilari Liusvaara | 2010-01-16 |