summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2017-01-31update-ref: add test cases for bare repositoryCornelius Weig
2017-01-31refs: add option core.logAllRefUpdates = alwaysCornelius Weig
2017-01-23Merge branch 'sb/cd-then-git-can-be-written-as-git-c'Junio C Hamano
2017-01-23Merge branch 'sg/fix-versioncmp-with-common-suffix'Junio C Hamano
2017-01-23Merge branch 'vn/diff-ihc-config'Junio C Hamano
2017-01-23Merge branch 'sb/submodule-init'Junio C Hamano
2017-01-23Merge branch 'sb/submodule-config-tests'Junio C Hamano
2017-01-23Merge branch 'jk/grep-e-could-be-extended-beyond-posix'Junio C Hamano
2017-01-18Merge branch 'rh/mergetool-regression-fix'Junio C Hamano
2017-01-18Merge branch 'sb/pathspec-errors'Junio C Hamano
2017-01-18Merge branch 'pb/test-must-fail-is-for-git'Junio C Hamano
2017-01-18Merge branch 'js/mingw-test-push-unc-path'Junio C Hamano
2017-01-18Merge branch 'km/branch-get-push-while-detached'Junio C Hamano
2017-01-18Merge branch 'jk/blame-fixes'Junio C Hamano
2017-01-18Merge branch 'jk/archive-zip-userdiff-config'Junio C Hamano
2017-01-18Merge branch 'dt/disable-bitmap-in-auto-gc'Junio C Hamano
2017-01-18Merge branch 'sb/submodule-rm-absorb'Junio C Hamano
2017-01-18Merge branch 'bw/grep-recurse-submodules'Junio C Hamano
2017-01-13lib-submodule-update.sh: reduce use of subshell by using "git -C"Stefan Beller
2017-01-12submodule update --init: display correct path from submoduleStefan Beller
2017-01-12t7411: test lookup of uninitialized submodulesStefan Beller
2017-01-12t7411: quote URLsStefan Beller
2017-01-12diff: add interhunk context config optionVegard Nossum
2017-01-12versioncmp: generalize version sort suffix reorderingSZEDER Gábor
2017-01-11t7810: avoid assumption about invalid regex syntaxJeff King
2017-01-10Merge branch 'sb/submodule-embed-gitdir'Junio C Hamano
2017-01-10Merge branch 'mh/fast-import-notes-fix-new'Junio C Hamano
2017-01-10Merge branch 'jc/compression-config'Junio C Hamano
2017-01-10Merge branch 'dt/smart-http-detect-server-going-away'Junio C Hamano
2017-01-10mergetool: fix running in subdir when rerere enabledRichard Hansen
2017-01-10t7610: add test case for rerere+mergetool+subdir bugRichard Hansen
2017-01-10t7610: spell 'git reset --hard' consistentlyRichard Hansen
2017-01-10t7610: don't assume the checked-out commitRichard Hansen
2017-01-10t7610: always work on a test-specific branchRichard Hansen
2017-01-10t7610: delete some now-unnecessary 'git reset --hard' linesRichard Hansen
2017-01-10t7610: run 'git reset --hard' after each test to clean upRichard Hansen
2017-01-10t7610: don't rely on state from previous testRichard Hansen
2017-01-10t7610: use test_when_finished for cleanup tasksRichard Hansen
2017-01-10t7610: move setup code to the 'setup' test caseRichard Hansen
2017-01-10t7610: update branch names to match test numberRichard Hansen
2017-01-09pathspec: give better message for submodule related pathspec errorStefan Beller
2017-01-09t9813: avoid using pipesPranit Bauva
2017-01-08blame: output porcelain "previous" header for each fileJeff King
2017-01-08blame: handle --no-abbrevJeff King
2017-01-08blame: fix alignment with --abbrev=40Jeff King
2017-01-08branch_get_push: do not segfault when HEAD is detachedKyle Meyer
2017-01-08archive-zip: load userdiff configJeff King
2017-01-07mingw: add a regression test for pushing to UNC pathsJohannes Schindelin
2017-01-07don't use test_must_fail with grepPranit Bauva
2016-12-29repack: die on incremental + write-bitmap-indexDavid Turner