t: add basic tests for our SHA-1 implementation
[gitweb.git] / t /
2018-09-12 fsck: document and test commented & empty line skipList...
2018-09-12 fsck: document and test sorted skipList input
2018-09-12 fsck tests: add a test for no skipList input
2018-09-12 fsck tests: setup of bogus commit object
2018-09-12 update-ref: allow --no-deref with --stdin
2018-09-12 t0090: disable GIT_TEST_SPLIT_INDEX for the test checki...
2018-09-12 t1700-split-index: drop unnecessary 'grep'
2018-09-12 t3206-range-diff.sh: cover single-patch case
2018-09-11 http-backend test: make empty CONTENT_LENGTH test more...
2018-09-11 mingw: fix mingw_open_append to work with named pipes
2018-09-11 t0051: test GIT_TRACE to a windows named pipe
2018-09-11 rerere: avoid buffer overrun
2018-09-11 t4200: demonstrate rerere segfault on specially crafted...
2018-09-11 t3701-add-interactive: tighten the check of trace output
2018-09-11 t/helper: merge test-dump-fsmonitor into test-tool
2018-09-11 t/helper: merge test-parse-options into test-tool
2018-09-11 t/helper: merge test-pkt-line into test-tool
2018-09-11 t/helper: merge test-dump-untracked-cache into test...
2018-09-11 t/helper: keep test-tool command list sorted
2018-09-10 Merge tag 'l10n-2.19.0-rnd2' of git://github.com/git...
2018-09-10 Merge branch 'jn/submodule-core-worktree-revert'
2018-09-10 Merge branch 'mk/http-backend-content-length'
2018-09-08 Revert "Merge branch 'sb/submodule-core-worktree'"
2018-09-07 http-backend: allow empty CONTENT_LENGTH
2018-09-05 reopen_tempfile(): truncate opened file
2018-09-04 Merge branch 'es/chain-lint-more'
2018-09-04 Merge branch 'ab/portable-more'
2018-09-04 Merge branch 'es/freebsd-iconv-portability'
2018-09-04 Merge branch 'ds/commit-graph-lockfile-fix'
2018-09-04 Merge branch 'en/directory-renames-nothanks'
2018-09-04 Merge branch 'pw/rebase-i-author-script-fix'
2018-09-04 rebase -i: be careful to wrap up fixup/squash chains
2018-09-04 rebase -i --autosquash: demonstrate a problem skipping...
2018-09-04 t5310: test delta reuse with bitmaps
2018-09-04 Merge branch 'master' of git://github.com/git-l10n...
2018-08-31 fetch: stop clobbering existing tags without --force
2018-08-31 fetch tests: add a test for clobbering tag behavior
2018-08-31 push tests: use spaces in interpolated string
2018-08-31 push tests: make use of unused $1 in test description
2018-08-30 t5303: use printf to generate delta bases
2018-08-30 patch-delta: handle truncated copy parameters
2018-08-30 patch-delta: consistently report corruption
2018-08-30 patch-delta: fix oob read
2018-08-30 t5303: test some corrupt deltas
2018-08-30 test-delta: read input into a heap buffer
2018-08-30 worktree: delete .git/worktrees if empty after 'remove'
2018-08-30 worktree: teach 'remove' to override lock when --force...
2018-08-30 worktree: teach 'move' to override lock when --force...
2018-08-30 worktree: teach 'add' to respect --force for registered...
2018-08-30 worktree: disallow adding same path multiple times
2018-08-30 worktree: don't die() in library function find_worktree()
2018-08-30 am: avoid directory rename detection when calling recur...
2018-08-30 t3401: add another directory rename testcase for rebase...
2018-08-29 mailinfo: support format=flowed
2018-08-29 convert "oidcmp() != 0" to "!oideq()"
2018-08-29 chainlint: match "quoted" here-doc tags
2018-08-29 commit-graph: define GIT_TEST_COMMIT_GRAPH
2018-08-29 tests: fix non-portable iconv invocation
2018-08-29 tests: fix non-portable "${var:-"str"}" construct
2018-08-27 Merge branch 'ja/i18n-message-fixes'
2018-08-27 Merge branch 'ds/commit-graph-fsck'
2018-08-27 Merge branch 'js/range-diff'
2018-08-27 Merge branch 'sg/test-rebase-editor-fix'
2018-08-27 Merge branch 'jk/hashcmp-optim-for-2.19'
2018-08-27 Merge branch 'ab/test-must-be-empty-for-master'
2018-08-27 Merge branch 'sg/t3420-autostash-fix'
2018-08-27 Merge branch 'sg/t3903-missing-fix'
2018-08-27 Merge branch 'sg/t7501-thinkofix'
2018-08-27 Merge branch 'sg/t0020-conversion-fix'
2018-08-27 Merge branch 'sg/t4051-fix'
2018-08-27 Merge branch 'js/larger-timestamps'
2018-08-27 Merge branch 'jk/use-compat-util-in-test-tool'
2018-08-27 Merge branch 'sg/test-must-be-empty'
2018-08-27 Merge branch 'rs/opt-updates'
2018-08-27 Merge branch 'nd/complete-config-vars'
2018-08-27 Merge branch 'ab/unconditional-free-and-null'
2018-08-27 Merge branch 'ep/worktree-quiet-option'
2018-08-27 Merge branch 'sm/branch-sort-config'
2018-08-27 Merge branch 'nd/config-core-checkstat-doc'
2018-08-27 tests: fix and add lint for non-portable grep --file
2018-08-27 tests: fix version-specific portability issue in Perl...
2018-08-27 tests: use shorter labels in chainlint.sed for AIX sed
2018-08-27 Document update for nd/unpack-trees-with-cache-tree
2018-08-27 tests: fix comment syntax in chainlint.sed for AIX sed
2018-08-27 tests: fix and add lint for non-portable seq
2018-08-27 tests: fix and add lint for non-portable head -c N
2018-08-23 sequencer: ignore "---" divider when parsing trailers
2018-08-23 pretty, ref-filter: format %(trailers) with no_divider...
2018-08-23 interpret-trailers: allow suppressing "---" divider
2018-08-23 interpret-trailers: tighten check for "---" patch boundary
2018-08-23 t/lib-rebase.sh: support explicit 'pick' commands in...
2018-08-22 rev-list: make empty --stdin not an error
2018-08-22 t3420-rebase-autostash: don't try to grep non-existing...
2018-08-22 t3903-stash: don't try to grep non-existing file
2018-08-22 Merge branch 'nd/pack-deltify-regression-fix'
2018-08-22 t6018-rev-list-glob: fix 'empty stdin' test
2018-08-22 t4051-diff-function-context: read the right file
2018-08-22 t0020-crlf: check the right file
2018-08-22 t7501-commit: drop silly command substitution
2018-08-21 test-tool.h: include git-compat-util.h
next