summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2017-04-24parse_timestamp(): specify explicitly where we parse timestampsJohannes Schindelin
2017-04-24cache-tree: reject entries with null sha1Jeff King
2017-04-24completion: expand "push --delete <remote> <ref>" for refs on that <remote>Ævar Arnfjörð Bjarmason
2017-04-23test-lib: abort when can't remove trash directorySZEDER Gábor
2017-04-21t0006 & t5000: skip "far in the future" test when time_t is too limitedJohannes Schindelin
2017-04-21t0006 & t5000: prepare for 64-bit timestampsJohannes Schindelin
2017-04-21worktree add: add --lock optionNguyễn Thái Ngọc Duy
2017-04-20Merge branch 'jh/memihash-opt'Junio C Hamano
2017-04-20Merge branch 'sf/putty-w-args'Junio C Hamano
2017-04-20Merge branch 'ld/p4-current-branch-fix'Junio C Hamano
2017-04-20Merge branch 'dt/gc-ignore-old-gc-logs'Junio C Hamano
2017-04-20Merge branch 'jk/no-looking-at-dotgit-outside-repo'Junio C Hamano
2017-04-20Merge branch 'nd/files-backend-git-dir'Junio C Hamano
2017-04-20Merge branch 'lt/mailinfo-in-body-header-continuation'Junio C Hamano
2017-04-20Merge branch 'bw/push-options-recursively-to-submodules'Junio C Hamano
2017-04-20Merge branch 'bc/object-id'Junio C Hamano
2017-04-20Merge branch 'sb/submodule-short-status'Junio C Hamano
2017-04-20p0006-read-tree-checkout: perf test to time read-treeJeff Hostetler
2017-04-20push: document & test --force-with-lease with multiple remotesÆvar Arnfjörð Bjarmason
2017-04-20config: correct file reading order in read_early_config()Nguyễn Thái Ngọc Duy
2017-04-19rebase: pass --[no-]signoff option to git amGiuseppe Bilotta
2017-04-19p0004: make perf test executableChristian Couder
2017-04-19ls-files: fix path used when recursing into submodulesJacob Keller
2017-04-18config: handle conditional include when $GIT_DIR is not set upNguyễn Thái Ngọc Duy
2017-04-18ls-files: fix recurse-submodules with nested submodulesJacob Keller
2017-04-17t1400: use consistent style for test_expect_success callsKyle Meyer
2017-04-17Merge branch 'js/difftool-builtin'Junio C Hamano
2017-04-17Merge branch 'sb/show-diff-for-submodule-in-diff-fix'Junio C Hamano
2017-04-17Merge branch 'jk/loose-object-info-report-error'Junio C Hamano
2017-04-17git-p4: don't use name-rev to get current branchLuke Diamand
2017-04-17git-p4: add failing test for name-rev rather than symbolic-refLuke Diamand
2017-04-17submodule: prevent backslash expantion in submodule namesBrandon Williams
2017-04-17test-read-cache: setup git dirRené Scharfe
2017-04-17refs: reject ref updates while GIT_QUARANTINE_PATH is setJeff King
2017-04-17t6500: wait for detached auto gc at the end of the test scriptSZEDER Gábor
2017-04-17connect.c: handle errors from split_cmdlineJeff King
2017-04-15read-cache: add strcmp_offset functionJeff Hostetler
2017-04-15string-list: use ALLOC_GROW macro when reallocing string_listJeff Hostetler
2017-04-15read-cache: force_verify_index_checksumJeff Hostetler
2017-04-15pathspec: honor `PATHSPEC_PREFIX_ORIGIN` with empty prefixPatrick Steinhardt
2017-04-15config: resolve symlinks in conditional include's patternsNguyễn Thái Ngọc Duy
2017-04-14t2027: avoid using pipesPrathamesh Chavan
2017-04-14refs.h: add a note about sorting order of for_each_ref_*Nguyễn Thái Ngọc Duy
2017-04-14t1406: new tests for submodule ref storeNguyễn Thái Ngọc Duy
2017-04-14t1405: some basic tests on main ref storeNguyễn Thái Ngọc Duy
2017-04-14t/helper: add test-ref-store to test ref-store functionsNguyễn Thái Ngọc Duy
2017-04-14difftool: fix use-after-freeJohannes Schindelin
2017-04-13gitattributes.txt: document how to normalize the line endingsTorsten Bögershausen
2017-04-13t3008: skip lazy-init test on a single-core boxKevin Willford
2017-04-13test-online-cpus: helper to return cpu countJeff Hostetler