conditional markdown preprocessing
[gitweb.git] / t /
2019-09-30 Merge branch 'ds/commit-graph-on-fetch'
2019-09-30 Merge branch 'bw/rebase-autostash-keep-current-branch'
2019-09-30 Merge branch 'ds/include-exclude'
2019-09-30 Merge branch 'jh/trace2-pretty-output'
2019-09-30 Merge branch 'dl/rebase-i-keep-base'
2019-09-30 Merge branch 'sg/clean-nested-repo-with-ignored'
2019-09-30 Merge branch 'dl/complete-cherry-pick-revert-skip'
2019-09-30 Merge branch 'dl/use-sq-from-test-lib'
2019-09-30 Merge branch 'jk/misc-uninitialized-fixes'
2019-09-30 Merge branch 'sg/git-test-boolean'
2019-09-30 Merge branch 'rs/get-tagged-oid'
2019-09-30 Merge branch 'en/filter-branch-deprecation'
2019-09-30 Merge branch 'en/merge-options-ff-and-friends'
2019-09-30 Merge branch 'tg/push-all-in-mirror-forbidden'
2019-09-30 Merge branch 'dt/remote-helper-doc-re-lock-option'
2019-09-30 Merge branch 'rs/help-unknown-ref-does-not-return'
2019-09-30 Merge branch 'nd/switch-and-restore'
2019-09-30 Merge branch 'tb/file-url-to-unc-path'
2019-09-30 Merge branch 'js/gitdir-at-unc-root'
2019-09-30 Merge branch 'ar/mingw-run-external-with-non-ascii...
2019-09-30 Merge branch 'rs/parse-tree-indirect'
2019-09-30 Merge branch 'jk/fast-import-history-bugfix'
2019-09-30 Merge branch 'mh/notes-duplicate-entries'
2019-09-30 Merge branch 'tb/banned-vsprintf-namefix'
2019-09-30 Merge branch 'mh/release-commit-memory-fix'
2019-09-30 Merge branch 'mh/http-urlmatch-cleanup'
2019-09-30 Merge branch 'rs/strbuf-detach'
2019-09-30 Merge branch 'rs/trace2-dst-warning'
2019-09-30 Merge branch 'dl/format-patch-doc-test-cleanup'
2019-09-30 Merge branch 'bc/hash-independent-tests-part-5'
2019-09-30 Merge branch 'jc/test-cleanup'
2019-09-30 Merge branch 'dl/compat-cleanup'
2019-09-30 Merge branch 'js/visual-studio'
2019-09-18 Merge branch 'jt/avoid-ls-refs-with-http'
2019-09-18 Merge branch 'md/list-objects-filter-combo'
2019-09-18 Merge branch 'cc/multi-promisor'
2019-09-18 Merge branch 'sg/line-log-tree-diff-optim'
2019-09-18 Merge branch 'sg/complete-configuration-variables'
2019-09-18 Merge branch 'js/pre-merge-commit-hook'
2019-09-18 Merge branch 'cb/curl-use-xmalloc'
2019-09-18 Merge branch 'jk/drop-release-pack-memory'
2019-09-18 Merge branch 'js/rebase-r-strategy'
2019-09-18 Merge branch 'master' of https://github.com/prati0100...
2019-09-17 Merge gitk to pick up emergency build fix
2019-09-16 Merge branch 'master' of git://ozlabs.org/~paulus/gitk
2019-09-09 Merge branch 'bc/reread-attributes-during-rebase'
2019-09-09 Merge branch 'tg/t0021-racefix'
2019-09-09 Merge branch 'mp/for-each-ref-missing-name-or-email'
2019-09-09 Merge branch 'sb/userdiff-dts'
2019-09-09 Merge branch 'rs/sort-oid-array-thread-safe'
2019-09-09 Merge branch 'nd/diff-parseopt'
2019-09-09 Merge branch 'jt/diff-lazy-fetch-submodule-fix'
2019-09-09 Merge branch 'ds/midx-expire-repack'
2019-09-09 Merge branch 'cb/fetch-set-upstream'
2019-09-09 Merge branch 'rs/pax-extended-header-length-fix'
2019-09-09 Merge branch 'bm/repository-layout-typofix'
2019-09-09 Merge branch 'en/checkout-mismerge-fix'
2019-09-09 Merge branch 'sg/diff-indent-heuristic-non-experimental'
2019-09-09 Merge branch 'ds/feature-macros'
2019-09-09 Merge branch 'jk/eoo'
2019-09-09 Merge branch 'jk/repo-init-cleanup'
2019-09-09 Merge branch 'py/git-gui-do-quit'
2019-09-07 builtin/rebase.c: Remove pointless message
2019-09-07 builtin/rebase.c: make sure the active branch isn't...
2019-09-06 t: use common $SQ variable
2019-09-06 test-read-cache: drop namelen variable
2019-09-06 t/lib-git-svn.sh: check GIT_TEST_SVN_HTTPD when running...
2019-09-05 t9902: use a non-deprecated command for testing
2019-09-05 t6006: simplify, fix, and optimize empty message test
2019-09-05 t4014: stop losing return codes of git commands
2019-09-05 t4014: remove confusing pipe in check_threading()
2019-09-05 t4014: use test_line_count() where possible
2019-09-05 t4014: let sed open its own files
2019-09-05 t4014: drop redirections to /dev/null
2019-09-05 t4014: use indentable here-docs
2019-09-05 t4014: remove spaces after redirect operators
2019-09-05 t4014: use sq for test case names
2019-09-05 t4014: move closing sq onto its own line
2019-09-05 t4014: s/expected/expect/
2019-09-05 t3005: remove unused variable
2019-09-05 t: use LF variable defined in the test harness
2019-09-05 t3427: accelerate this test by using fast-export and...
2019-09-03 am: reload .gitattributes after patching it
2019-09-03 fetch: add fetch.writeCommitGraph config setting
2019-09-03 push: disallow --all and refspecs when remote.<name...
2019-08-27 rebase: teach rebase --keep-base
2019-08-27 rebase tests: test linear branch topology
2019-08-27 rebase: fast-forward --fork-point in more cases
2019-08-27 rebase: fast-forward --onto in more cases
2019-08-27 t3432: test for --no-ff's interaction with fast-forward
2019-08-27 fast-import: duplicate into history rather than passing...
2019-08-27 fast-import: duplicate parsed encoding string
2019-08-27 status: mention --skip for revert and cherry-pick
2019-08-26 t3432: distinguish "noop-same" v.s. "work-same" in...
2019-08-26 t3432: test rebase fast-forward behavior
2019-08-26 t3431: add rebase --fork-point tests
2019-08-26 t7300-clean: demonstrate deleting nested repo with...
2019-08-26 mingw: support UNC in git clone file://server/share...
2019-08-26 t4009: make hash size independent
2019-08-26 t4002: make hash independent
next