Merge branch 'ew/daemon-socket-keepalive' into maint
[gitweb.git] / t /
2016-08-08 Merge branch 'ew/daemon-socket-keepalive' into maint
2016-08-08 Merge branch 'nd/pack-ofs-4gb-limit' into maint
2016-08-08 Merge branch 'rs/notes-merge-no-toctou' into maint
2016-08-08 Merge branch 'js/ignore-space-at-eol' into maint
2016-08-08 Merge branch 'jk/push-scrub-url' into maint
2016-08-08 Merge branch 'nd/cache-tree-ita' into maint
2016-08-08 Merge branch 'mh/blame-worktree' into maint
2016-07-28 Merge branch 'ak/lazy-prereq-mktemp' into maint
2016-07-28 Merge branch 'nd/icase' into maint
2016-07-28 Merge branch 'sb/submodule-parallel-fetch' into maint
2016-07-28 Merge branch 'dk/blame-move-no-reason-for-1-line-contex...
2016-07-28 Merge branch 'jk/test-match-signal' into maint
2016-07-28 Merge branch 'js/am-call-theirs-theirs-in-fallback...
2016-07-28 Merge branch 'js/t3404-grammo-fix' into maint
2016-07-28 Merge branch 'nd/doc-new-command' into maint
2016-07-28 Merge branch 'ew/gc-auto-pack-limit-fix' into maint
2016-07-28 Merge branch 'js/color-on-windows-comment' into maint
2016-07-28 Merge branch 'mm/doc-tt' into maint
2016-07-28 Merge branch 'js/sign-empty-commit-fix' into maint
2016-07-28 Merge branch 'ps/rebase-i-auto-unstash-upon-abort'...
2016-07-28 Merge branch 'nd/ita-cleanup' into maint
2016-07-28 Merge branch 'js/find-commit-subject-ignore-leading...
2016-07-28 Merge branch 'dg/subtree-rebase-test' into maint
2016-07-20 t5541: fix url scrubbing test when GPG is not set
2016-07-18 t/t8003-blame-corner-cases.sh: Use here documents
2016-07-18 blame: allow to blame paths freshly added to the index
2016-07-18 cache-tree: do not generate empty trees as a result...
2016-07-18 cache-tree.c: fix i-t-a entry skipping directory update...
2016-07-18 test-lib.sh: introduce and use $EMPTY_BLOB
2016-07-18 test-lib.sh: introduce and use $EMPTY_TREE
2016-07-15 Merge branch 'jk/tzoffset-fix' into maint
2016-07-15 t0006: skip "far in the future" test when unsigned...
2016-07-14 push: anonymize URL in status output
2016-07-13 fsck: use streaming interface for large blobs in pack
2016-07-11 diff: fix a double off-by-one with --ignore-space-at-eol
2016-07-11 diff: demonstrate a bug with --patience and --ignore...
2016-07-11 Merge branch 'jc/t2300-setup' into maint
2016-07-11 Merge branch 'cb/t7810-test-label-fix' into maint
2016-07-11 Merge branch 'sb/t5614-modernize' into maint
2016-07-11 Merge branch 'jn/preformatted-doc-url' into maint
2016-07-11 Merge branch 'ao/p4-has-branch-prefix-fix' into maint
2016-07-11 Merge branch 'js/perf-on-apple' into maint
2016-07-11 Merge branch 'ak/t7800-wo-readlink' into maint
2016-07-11 Merge branch 'jk/tzoffset-fix' into maint
2016-07-11 Merge branch 'js/mingw-parameter-less-c-functions'...
2016-07-11 Merge branch 'lc/shell-default-value-noexpand' into...
2016-07-11 Merge branch 'sb/clone-shallow-passthru' into maint
2016-07-11 Merge branch 'mg/signature-doc' into maint
2016-07-11 Merge branch 'jk/bisect-show-tree' into maint
2016-07-11 Merge branch 'km/fetch-do-not-free-remote-name' into...
2016-07-11 Merge branch 'nd/graph-width-padded' into maint
2016-07-11 Merge branch 'jk/add-i-diff-compact-heuristics' into...
2016-07-06 Merge branch 'jc/deref-tag' into maint
2016-07-06 Merge branch 'pb/strbuf-read-file-doc' into maint
2016-07-06 Merge branch 'jk/fetch-prune-doc' into maint
2016-07-06 Merge branch 'pc/occurred' into maint
2016-07-06 Merge branch 'mg/cherry-pick-multi-on-unborn' into...
2016-07-06 Merge branch 'em/newer-freebsd-shells-are-fine-with...
2016-07-06 Merge branch 'lv/status-say-working-tree-not-directory...
2016-07-06 Merge branch 'nb/gnome-keyring-build' into maint
2016-07-06 Merge branch 'et/add-chmod-x' into maint
2016-07-06 Merge branch 'jk/avoid-unbounded-alloca' into maint
2016-07-06 Merge branch 'rj/compat-regex-size-max-fix' into maint
2016-07-06 Merge branch 'vs/prompt-avoid-unset-variable' into...
2016-07-06 Merge branch 'sg/reflog-past-root' into maint
2016-07-06 Merge branch 'dn/gpg-doc' into maint
2016-07-06 Merge branch 'ap/git-svn-propset-doc' into maint
2016-07-06 Merge branch 'tr/doc-tt' into maint
2016-07-06 t7610: test for mktemp before test execution
2016-07-06 t/lib-git-daemon: use test_match_signal
2016-07-06 test_must_fail: use test_match_signal
2016-07-06 t0005: use test_match_signal as appropriate
2016-07-06 tests: factor portable signal check out of t0005
2016-07-01 grep: fix grepping for "intent to add" files
2016-07-01 t7810-grep.sh: fix a whitespace inconsistency
2016-07-01 t7810-grep.sh: fix duplicated test name
2016-07-01 diffcore-pickaxe: support case insensitive match on...
2016-07-01 grep/pcre: support utf-8
2016-07-01 grep/pcre: prepare locale-dependent tables for icase...
2016-07-01 grep/icase: avoid kwsset when -F is specified
2016-06-29 t3404: fix a grammo (commands are ran -> commands are...
2016-06-29 rebase -i: restore autostash on abort
2016-06-28 contrib/subtree: Add a test for subtree rebase that...
2016-06-27 Merge branch 'rs/xdiff-hunk-with-func-line' into maint
2016-06-27 Merge branch 'jk/rev-list-count-with-bitmap' into maint
2016-06-27 Merge branch 'et/pretty-format-c-auto' into maint
2016-06-27 Merge branch 'ew/daemon-socket-keepalive' into maint
2016-06-27 grep/icase: avoid kwsset on literal non-ascii strings
2016-06-27 test-regex: isolate the bug test code
2016-06-22 t2300: "git --exec-path" is not usable in $PATH on...
2016-06-22 commit.c: make find_commit_subject() more robust
2016-06-21 t7810: fix duplicated test title
2016-06-21 t5614: don't use subshells
2016-06-21 t7800: readlink may not be available
2016-06-21 perf: accommodate for MacOSX
2016-06-20 local_tzoffset: detect errors from tm_to_time_t
2016-06-20 t0006: test various date formats
2016-06-20 t0006: rename test-date's "show" to "relative"
2016-06-20 clone: do not let --depth imply --shallow-submodules
2016-06-16 pretty.c: support <direction>|(<negative number>) forms
next