aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* use CHILD_PROCESS_INIT to initialize automatic variablesRené Scharfe2016-08-05
* Tenth batch for 2.10Junio C Hamano2016-08-04
* Merge branch 'jc/grep-commandline-vs-configuration'Junio C Hamano2016-08-04
|\
| * grep: further simplify setting the pattern typeJunio C Hamano2016-07-25
* | Merge branch 'sb/submodule-clone-retry'Junio C Hamano2016-08-04
|\ \
| * | submodule-helper: fix indexing in clone retry error reporting pathJohannes Sixt2016-07-22
| * | git-submodule: forward exit code of git-submodule--helper more faithfullyJohannes Sixt2016-07-22
* | | Merge branch 'sb/pack-protocol-doc-nak'Junio C Hamano2016-08-04
|\ \ \
| * | | Documentation: pack-protocol correct NAK responseStefan Beller2016-07-22
| | |/ | |/|
* | | Ninth batch of topics for 2.10Junio C Hamano2016-08-03
* | | Merge branch 'jk/diff-do-not-reuse-wtf-needs-cleaning'Junio C Hamano2016-08-03
|\ \ \
| * | | diff: do not reuse worktree files that need "clean" conversionJeff King2016-07-22
* | | | Merge branch 'rs/submodule-config-code-cleanup'Junio C Hamano2016-08-03
|\ \ \ \
| * | | | submodule-config: fix test binary crashing when no arguments givenHeiko Voigt2016-07-28
| * | | | submodule-config: combine early return code into one gotoHeiko Voigt2016-07-28
| * | | | submodule-config: passing name reference for .gitmodule blobsHeiko Voigt2016-07-28
| * | | | submodule-config: use explicit empty string instead of strbuf in config_from()René Scharfe2016-07-19
| |/ / /
* | | | Merge branch 'jk/push-progress'Junio C Hamano2016-08-03
|\ \ \ \
| * | | | receive-pack: send keepalives during quiet periodsJeff King2016-07-20
| * | | | receive-pack: turn on connectivity progressJeff King2016-07-20
| * | | | receive-pack: relay connectivity errors to sidebandJeff King2016-07-20
| * | | | receive-pack: turn on index-pack resolving progressJeff King2016-07-20
| * | | | index-pack: add flag for showing delta-resolution progressJeff King2016-07-20
| * | | | clone: use a real progress meter for connectivity checkJeff King2016-07-20
| * | | | check_connected: add progress flagJeff King2016-07-20
| * | | | check_connected: relay errors to alternate descriptorJeff King2016-07-20
| * | | | check_everything_connected: use a struct with named optionsJeff King2016-07-20
| * | | | check_everything_connected: convert to argv_arrayJeff King2016-07-20
| * | | | rev-list: add optional progress reportingJeff King2016-07-20
| * | | | check_everything_connected: always pass --quiet to rev-listJeff King2016-07-20
* | | | | Merge branch 'jt/fetch-large-handshake-window-on-http'Junio C Hamano2016-08-03
|\ \ \ \ \
| * | | | | fetch-pack: grow stateless RPC windows exponentiallyJonathan Tan2016-07-19
* | | | | | Merge branch 'jk/git-jump'Junio C Hamano2016-08-03
|\ \ \ \ \ \
| * | | | | | contrib/git-jump: fix typo in READMEJeff King2016-07-22
| * | | | | | contrib/git-jump: add whitespace-checking modeJeff King2016-07-22
| * | | | | | contrib/git-jump: fix greedy regex when matching hunksJeff King2016-07-22
* | | | | | | Merge branch 'mm/status-suggest-merge-abort'Junio C Hamano2016-08-03
|\ \ \ \ \ \ \
| * | | | | | | status: suggest 'git merge --abort' when appropriateMatthieu Moy2016-07-22
* | | | | | | | Merge branch 'jk/parse-options-concat'Junio C Hamano2016-08-03
|\ \ \ \ \ \ \ \
| * | | | | | | | parse_options: allocate a new array when concatenatingJeff King2016-07-06
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'sb/push-options'Junio C Hamano2016-08-03
|\ \ \ \ \ \ \ \
| * | | | | | | | add a test for push optionsStefan Beller2016-07-14
| * | | | | | | | push: accept push optionsStefan Beller2016-07-14
| * | | | | | | | receive-pack: implement advertising and receiving push optionsStefan Beller2016-07-14
| * | | | | | | | push options: {pre,post}-receive hook learns about push optionsStefan Beller2016-07-14
* | | | | | | | | Merge branch 'ew/http-walker'Junio C Hamano2016-08-03
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | list: avoid incompatibility with *BSD sys/queue.hEric Wong2016-07-18
| * | | | | | | | | http-walker: reduce O(n) ops with doubly-linked listEric Wong2016-07-12
| * | | | | | | | | http: avoid disconnecting on 404s for loose objectsEric Wong2016-07-12
| * | | | | | | | | http-walker: remove unused parameter from fetch_objectEric Wong2016-07-12