Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use CALLOC_ARRAY | René Scharfe | 2021-03-13 | 1 | -2/+2 |
* | connect, transport: encapsulate arg in struct | Jonathan Tan | 2021-02-05 | 1 | -2/+3 |
* | push: parse and set flag for "--force-if-includes" | Srinidhi Kaushik | 2020-10-03 | 1 | -0/+5 |
* | push: add reflog check for "--force-if-includes" | Srinidhi Kaushik | 2020-10-03 | 1 | -0/+5 |
* | Merge branch 'jx/proc-receive-hook' | Junio C Hamano | 2020-09-25 | 1 | -29/+99 |
|\ | |||||
| * | New capability "report-status-v2" for git-push | Jiang Xin | 2020-08-27 | 1 | -29/+99 |
* | | transport-helper: do not run git-remote-ext etc. in dashed form | Junio C Hamano | 2020-08-26 | 1 | -2/+2 |
* | | strvec: rename struct fields | Jeff King | 2020-07-30 | 1 | -1/+1 |
* | | strvec: fix indentation in renamed calls | Jeff King | 2020-07-28 | 1 | -1/+1 |
* | | strvec: convert remaining callers away from argv_array name | Jeff King | 2020-07-28 | 1 | -15/+15 |
* | | strvec: rename files from argv-array to strvec | Jeff King | 2020-07-28 | 1 | -1/+1 |
* | | Merge branch 'js/default-branch-name' | Junio C Hamano | 2020-07-06 | 1 | -1/+1 |
|\ \ | |||||
| * | | send-pack/transport-helper: avoid mentioning a particular branch | Johannes Schindelin | 2020-06-24 | 1 | -1/+1 |
| |/ | |||||
* | | Merge branch 'bc/sha-256-part-2' | Junio C Hamano | 2020-07-06 | 1 | -2/+22 |
|\ \ | |||||
| * | | transport-helper: implement object-format extensions | brian m. carlson | 2020-05-27 | 1 | -2/+22 |
| |/ | |||||
* | | fetch-pack: support more than one pack lockfile | Jonathan Tan | 2020-06-10 | 1 | -2/+3 |
|/ | |||||
* | transport-helper: new method reject_atomic_push() | Jiang Xin | 2020-04-17 | 1 | -15/+23 |
* | transport-helper: mark failure for atomic push | Jiang Xin | 2020-04-17 | 1 | -0/+15 |
* | C: use skip_prefix() to avoid hardcoded string length | Junio C Hamano | 2020-01-31 | 1 | -2/+3 |
* | Sync with 2.23.1 | Johannes Schindelin | 2019-12-06 | 1 | -0/+1 |
|\ | |||||
| * | Sync with 2.21.1 | Johannes Schindelin | 2019-12-06 | 1 | -0/+1 |
| |\ | |||||
| | * | Sync with 2.20.2 | Johannes Schindelin | 2019-12-06 | 1 | -0/+1 |
| | |\ | |||||
| | | * | Sync with 2.19.3 | Johannes Schindelin | 2019-12-06 | 1 | -0/+1 |
| | | |\ | |||||
| | | | * | Sync with 2.18.2 | Johannes Schindelin | 2019-12-06 | 1 | -0/+1 |
| | | | |\ | |||||
| | | | | * | Sync with 2.17.3 | Johannes Schindelin | 2019-12-06 | 1 | -0/+1 |
| | | | | |\ | |||||
| | | | | | * | Sync with 2.16.6 | Johannes Schindelin | 2019-12-06 | 1 | -0/+1 |
| | | | | | |\ | |||||
| | | | | | | * | Sync with 2.15.4 | Johannes Schindelin | 2019-12-06 | 1 | -0/+1 |
| | | | | | | |\ | |||||
| | | | | | | | * | Sync with 2.14.6 | Johannes Schindelin | 2019-12-06 | 1 | -0/+1 |
| | | | | | | | |\ | |||||
| | | | | | | | | * | fast-import: disallow "feature export-marks" by default | Jeff King | 2019-12-04 | 1 | -0/+1 |
| | | | | | | | | * | Merge branch 'jk/write-in-full-fix' into maint | Junio C Hamano | 2017-10-23 | 1 | -3/+2 |
| | | | | | | | | |\ | |||||
| * | | | | | | | | \ | Merge branch 'es/local-atomic-push-failure-with-http' into maint | Junio C Hamano | 2019-07-29 | 1 | -0/+6 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'mh/import-transport-fd-fix' into maint | Junio C Hamano | 2019-07-25 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'bc/smart-http-atomic-push' | Junio C Hamano | 2019-10-23 | 1 | -0/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | remote-curl: pass on atomic capability to remote side | brian m. carlson | 2019-10-17 | 1 | -0/+4 |
* | | | | | | | | | | | | | | Merge branch 'jt/avoid-ls-refs-with-http' | Junio C Hamano | 2019-09-18 | 1 | -6/+32 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | transport: teach all vtables to allow fetch first | Jonathan Tan | 2019-08-22 | 1 | -1/+0 |
| * | | | | | | | | | | | | | | transport-helper: skip ls-refs if unnecessary | Jonathan Tan | 2019-08-22 | 1 | -6/+33 |
| |/ / / / / / / / / / / / / | |||||
* | | | | | | | | | | | | | | Merge branch 'md/list-objects-filter-combo' | Junio C Hamano | 2019-09-18 | 1 | -7/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | list-objects-filter-options: make filter_spec a string_list | Matthew DeVore | 2019-06-28 | 1 | -7/+3 |
* | | | | | | | | | | | | | | Merge branch 'es/local-atomic-push-failure-with-http' | Junio C Hamano | 2019-07-25 | 1 | -0/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | / / / / / / / / / / | | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | transport-helper: enforce atomic in push_refs_with_push | Emily Shaffer | 2019-07-12 | 1 | -0/+6 |
| |/ / / / / / / / / / / | |||||
* | | | | | | | | | | | | Merge branch 'mh/import-transport-fd-fix' | Junio C Hamano | 2019-06-13 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| / / / / / / / / / / | |/ / / / / / / / / / | |||||
| * | | | | | | | | | | dup() the input fd for fast-import used for remote helpers | Mike Hommey | 2019-05-16 | 1 | -1/+1 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | trace2:data: add trace2 transport child classification | Jeff Hostetler | 2019-02-22 | 1 | -0/+2 |
|/ / / / / / / / / | |||||
* | | | | | | | | | Merge branch 'js/filter-options-should-use-plain-int' | Junio C Hamano | 2019-02-05 | 1 | -4/+9 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | filter-options: expand scaled numbers | Josh Steadmon | 2019-01-15 | 1 | -4/+9 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'rb/hpe' | Junio C Hamano | 2019-01-18 | 1 | -4/+3 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | transport-helper: drop read/write errno checks | Jeff King | 2019-01-03 | 1 | -3/+2 |
| * | | | | | | | | | transport-helper: use xread instead of read | Randall S. Becker | 2019-01-03 | 1 | -1/+1 |
| |/ / / / / / / / | |||||
* | | | | | | | | | style: the opening '{' of a function is in a separate line | Nguyễn Thái Ngọc Duy | 2018-12-10 | 1 | -1/+2 |
|/ / / / / / / / |