summaryrefslogtreecommitdiffstats
path: root/t (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/rebase-reschedule-applies-only-to-interactive'Junio C Hamano2019-07-121-0/+8
|\
| * rebase --am: ignore rebase.rescheduleFailedExecJohannes Schindelin2019-07-011-0/+8
* | Merge branch 'jt/t5551-test-chunked'Junio C Hamano2019-07-121-3/+2
|\ \
| * | t5551: test usage of chunked encoding explicitlyJonathan Tan2019-06-271-3/+2
* | | Merge branch 'ds/fetch-disable-force-notice'Junio C Hamano2019-07-101-0/+23
|\ \ \
| * | | fetch: add --[no-]show-forced-updates argumentDerrick Stolee2019-06-211-0/+23
* | | | Merge branch 'jh/status-aheadbehind'Junio C Hamano2019-07-102-0/+39
|\ \ \ \
| * | | | status: ignore status.aheadbehind in porcelain formatsJeff Hostetler2019-06-211-4/+8
| * | | | status: add status.aheadbehind settingJeff Hostetler2019-06-212-0/+35
| |/ / /
* | | | Merge branch 'sg/t5551-fetch-smart-error-is-translated'Junio C Hamano2019-07-101-2/+2
|\ \ \ \
| * | | | t5551: use 'test_i18ngrep' to check translated outputSZEDER Gábor2019-06-251-2/+2
* | | | | Merge branch 'ms/submodule-foreach-fix'Junio C Hamano2019-07-101-0/+7
|\ \ \ \ \
| * | | | | submodule foreach: fix recursion of optionsMorian Sonnet2019-06-251-0/+7
* | | | | | Merge branch 'jh/msvc'Junio C Hamano2019-07-101-2/+2
|\ \ \ \ \ \
| * | | | | | t0001 (mingw): do not expect a specific order of stdout/stderrJohannes Schindelin2019-06-201-2/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'sg/rebase-progress'Junio C Hamano2019-07-103-75/+55
|\ \ \ \ \ \
| * | | | | | progress: use term_clear_line()SZEDER Gábor2019-06-271-3/+3
| * | | | | | rebase: fix garbled progress display with '-x'SZEDER Gábor2019-06-271-2/+2
| * | | | | | t3404: make the 'rebase.missingCommitsCheck=ignore' test more focusedSZEDER Gábor2019-06-241-14/+1
| * | | | | | t3404: modernize here doc styleSZEDER Gábor2019-06-241-65/+58
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'js/t0001-case-insensitive'Junio C Hamano2019-07-102-14/+23
|\ \ \ \ \ \
| * | | | | | t0001: fix on case-insensitive filesystemsJohannes Schindelin2019-06-242-14/+23
| |/ / / / /
* | | | | | Merge branch 'ab/fail-prereqs-in-test'Junio C Hamano2019-07-102-2/+2
|\ \ \ \ \ \
| * | | | | | tests: mark two failing tests under FAIL_PREREQSÆvar Arnfjörð Bjarmason2019-06-212-2/+2
* | | | | | | Merge branch 'nd/switch-and-restore'Junio C Hamano2019-07-109-73/+387
|\ \ \ \ \ \ \
| * | | | | | | t2027: use test_must_be_emptyNguyễn Thái Ngọc Duy2019-06-201-3/+2
| * | | | | | | doc: promote "git restore"Nguyễn Thái Ngọc Duy2019-05-072-51/+51
| * | | | | | | t: add tests for restoreNguyễn Thái Ngọc Duy2019-05-073-0/+221
| * | | | | | | doc: promote "git switch"Nguyễn Thái Ngọc Duy2019-04-021-12/+12
| * | | | | | | t: add tests for switchNguyễn Thái Ngọc Duy2019-04-021-0/+96
| * | | | | | | switch: no worktree status unless real branch switch happensNguyễn Thái Ngọc Duy2019-04-021-14/+0
| * | | | | | | checkout: advice how to get out of detached HEAD modeNguyễn Thái Ngọc Duy2019-04-021-0/+12
| * | | | | | | t: rename t2014-switch.sh to t2014-checkout-switch.shNguyễn Thái Ngọc Duy2019-04-021-0/+0
* | | | | | | | Merge branch 'jk/oidhash'Junio C Hamano2019-07-101-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | object: convert lookup_unknown_object() to use object_idJeff King2019-06-201-3/+3
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'nd/fetch-multi-gc-once'Junio C Hamano2019-07-101-2/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | fetch: only run 'gc' once when fetching multiple remotesNguyễn Thái Ngọc Duy2019-06-201-2/+5
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'es/rev-list-no-object-names'Junio C Hamano2019-07-101-0/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | rev-list: teach --no-object-names to enable pipingEmily Shaffer2019-06-201-0/+20
* | | | | | | | | Merge branch 'dl/includeif-onbranch'Junio C Hamano2019-07-101-0/+39
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | config: learn the "onbranch:" includeIf conditionDenton Liu2019-06-051-0/+39
* | | | | | | | | | Merge branch 'pw/rebase-abort-clean-rewritten'Junio C Hamano2019-07-101-1/+17
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | rebase --abort/--quit: cleanup refs/rewrittenPhillip Wood2019-05-151-1/+17
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'am/p4-branches-excludes'Junio C Hamano2019-07-102-5/+178
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | git-p4: respect excluded paths when detecting branchesMazo, Andrey2019-04-021-1/+1
| * | | | | | | | | | git-p4: add failing test for "git-p4: respect excluded paths when detecting b...Mazo, Andrey2019-04-021-0/+40
| * | | | | | | | | | git-p4: don't exclude other files with same prefixMazo, Andrey2019-04-021-2/+2
| * | | | | | | | | | git-p4: add failing test for "don't exclude other files with same prefix"Mazo, Andrey2019-04-021-5/+46
| * | | | | | | | | | git-p4: match branches case insensitively if configuredMazo, Andrey2019-04-021-2/+2
| * | | | | | | | | | git-p4: add failing test for "git-p4: match branches case insensitively if co...Mazo, Andrey2019-04-021-0/+92