Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | oid_array: rename source file from sha1-array | Jeff King | 2020-03-30 | 1 | -1/+1 |
* | Sync with 2.23.1 | Johannes Schindelin | 2019-12-06 | 1 | -1/+1 |
|\ | |||||
| * | Sync with 2.21.1 | Johannes Schindelin | 2019-12-06 | 1 | -1/+1 |
| |\ | |||||
| | * | Sync with 2.20.2 | Johannes Schindelin | 2019-12-06 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Sync with 2.19.3 | Johannes Schindelin | 2019-12-06 | 1 | -1/+1 |
| | | |\ | |||||
| | | | * | Sync with 2.18.2 | Johannes Schindelin | 2019-12-06 | 1 | -1/+1 |
| | | | |\ | |||||
| | | | | * | Sync with 2.17.3 | Johannes Schindelin | 2019-12-06 | 1 | -1/+1 |
| | | | | |\ | |||||
| | | | | | * | Sync with 2.15.4 | Johannes Schindelin | 2019-12-06 | 1 | -1/+1 |
| | | | | | |\ | |||||
| | | | | | | * | Sync with 2.14.6 | Johannes Schindelin | 2019-12-06 | 1 | -1/+1 |
| | | | | | | |\ | |||||
| | | | | | | | * | mingw: handle `subst`-ed "DOS drives" | Johannes Schindelin | 2019-12-05 | 1 | -1/+1 |
* | | | | | | | | | mingw: support UNC in git clone file://server/share/repo | Torsten Bögershausen | 2019-08-26 | 1 | -0/+4 |
|/ / / / / / / / | |||||
* | | | | | | | | trace2:data: add trace2 transport child classification | Jeff Hostetler | 2019-02-22 | 1 | -0/+3 |
|/ / / / / / / | |||||
* | | | | | | | pack-protocol.txt: accept error packets in any context | Masaya Suzuki | 2019-01-02 | 1 | -3/+0 |
|/ / / / / / | |||||
* | | | | | | convert "oidcmp() == 0" to oideq() | Jeff King | 2018-08-29 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | connect.c: mark more strings for translation | Nguyễn Thái Ngọc Duy | 2018-07-23 | 1 | -35/+39 |
* | | | | | Update messages in preparation for i18n | Nguyễn Thái Ngọc Duy | 2018-07-23 | 1 | -11/+10 |
|/ / / / | |||||
* | | | | Merge branch 'nd/command-list' | Junio C Hamano | 2018-06-01 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | Move declaration for alias.c to alias.h | Nguyễn Thái Ngọc Duy | 2018-05-21 | 1 | -0/+1 |
| |/ / / | |||||
* | | | | Merge branch 'bw/server-options' | Junio C Hamano | 2018-05-23 | 1 | -1/+8 |
|\ \ \ \ | |||||
| * | | | | ls-remote: send server options when using protocol v2 | Brandon Williams | 2018-04-24 | 1 | -1/+8 |
* | | | | | Merge branch 'nd/warn-more-for-devs' | Junio C Hamano | 2018-05-08 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | connect.c: mark die_initial_contact() NORETURN | Nguyễn Thái Ngọc Duy | 2018-04-16 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | connect: don't request v2 when pushing | Brandon Williams | 2018-03-15 | 1 | -0/+8 |
* | | | | connect: refactor git_connect to only get the protocol version once | Brandon Williams | 2018-03-15 | 1 | -12/+15 |
* | | | | fetch-pack: support shallow requests | Brandon Williams | 2018-03-15 | 1 | -0/+22 |
* | | | | connect: request remote refs using v2 | Brandon Williams | 2018-03-15 | 1 | -5/+133 |
* | | | | protocol: introduce enum protocol_version value protocol_v2 | Brandon Williams | 2018-03-14 | 1 | -0/+3 |
* | | | | connect: discover protocol version outside of get_remote_heads | Brandon Williams | 2018-03-14 | 1 | -17/+10 |
* | | | | connect: convert get_remote_heads to use struct packet_reader | Brandon Williams | 2018-03-14 | 1 | -78/+95 |
|/ / / | |||||
* | | | connect: correct style of C-style commentjn/ssh-wrappers | Jonathan Nieder | 2017-11-21 | 1 | -1/+2 |
* | | | ssh: 'simple' variant does not support --port | Jonathan Nieder | 2017-11-21 | 1 | -3/+12 |
* | | | ssh: 'simple' variant does not support -4/-6 | Jonathan Nieder | 2017-11-21 | 1 | -3/+22 |
* | | | ssh: 'auto' variant to select between 'ssh' and 'simple' | Jonathan Nieder | 2017-11-21 | 1 | -7/+25 |
* | | | connect: split ssh option computation to its own function | Jonathan Nieder | 2017-11-21 | 1 | -28/+37 |
* | | | connect: split ssh command line options into separate function | Jonathan Nieder | 2017-11-21 | 1 | -53/+60 |
* | | | connect: split git:// setup into a separate function | Jonathan Nieder | 2017-11-21 | 1 | -44/+59 |
* | | | connect: move no_fork fallback to git_tcp_connect | Jonathan Nieder | 2017-11-21 | 1 | -15/+21 |
* | | | ssh: introduce a 'simple' ssh variant | Brandon Williams | 2017-10-17 | 1 | -47/+61 |
* | | | connect: tell server that the client understands v1 | Brandon Williams | 2017-10-17 | 1 | -5/+32 |
* | | | connect: teach client to recognize v1 server response | Brandon Williams | 2017-10-17 | 1 | -4/+26 |
* | | | connect: in ref advertisement, shallows are last | Jonathan Tan | 2017-09-27 | 1 | -66/+123 |
|/ / | |||||
* | | connect: release strbuf on error return in git_connect() | Rene Scharfe | 2017-09-07 | 1 | -1/+3 |
|/ | |||||
* | Merge tag 'v2.13.5' into maint | Junio C Hamano | 2017-08-04 | 1 | -0/+11 |
|\ | |||||
| * | Merge tag 'v2.12.4' into maint | Junio C Hamano | 2017-08-01 | 1 | -0/+11 |
| |\ | |||||
| | * | Merge tag 'v2.10.4' into maint-2.11 | Junio C Hamano | 2017-07-30 | 1 | -0/+11 |
| | |\ | |||||
| | | * | Merge tag 'v2.9.5' into maint-2.10 | Junio C Hamano | 2017-07-30 | 1 | -0/+11 |
| | | |\ | |||||
| | | | * | Merge tag 'v2.7.6' into maint-2.8 | Junio C Hamano | 2017-07-30 | 1 | -0/+11 |
| | | | |\ | |||||
| | | | | * | connect: reject paths that look like command line options | Jeff King | 2017-07-28 | 1 | -0/+3 |
| | | | | * | connect: reject dashed arguments for proxy commands | Jeff King | 2017-07-28 | 1 | -0/+5 |
| | | | | * | connect: factor out "looks like command line option" check | Jeff King | 2017-07-28 | 1 | -1/+1 |