grep: plug a trivial memory leak
[gitweb.git] / t /
2017-02-27 Merge branch 'jk/grep-no-index-fix'
2017-02-27 Merge branch 'dt/gc-ignore-old-gc-logs'
2017-02-27 Merge branch 'jh/preload-index-skip-skip'
2017-02-27 Merge branch 'mh/submodule-hash'
2017-02-27 Merge branch 'sf/putty-w-args'
2017-02-27 Merge branch 'js/rebase-helper'
2017-02-27 Merge branch 'bw/attr'
2017-02-27 Merge branch 'sg/completion'
2017-02-27 Merge branch 'lt/pathspec-negative'
2017-02-27 Merge branch 'cw/tag-reflog-message'
2017-02-27 Merge branch 'jk/alternate-ref-optim'
2017-02-27 Merge branch 'kn/ref-filter-branch-list'
2017-02-27 Merge branch 'ps/urlmatch-wildcard'
2017-02-27 Merge branch 'mm/merge-rename-delete-message'
2017-02-27 Merge branch 'mh/ref-remove-empty-directory'
2017-02-27 Merge branch 'jk/delta-chain-limit'
2017-02-27 Merge branch 'jk/describe-omit-some-refs'
2017-02-24 Merge branch 'ps/doc-gc-aggressive-depth-update'
2017-02-24 Merge branch 'bc/worktree-doc-fix-detached'
2017-02-24 Merge branch 'dr/doc-check-ref-format-normalize'
2017-02-24 Merge branch 'gp/document-dotfiles-in-templates-are...
2017-02-24 Merge branch 'rt/align-add-i-help-text'
2017-02-24 Merge branch 'bc/blame-doc-fix'
2017-02-21 Merge branch 'svn-escape-backslash' of git://bogomips...
2017-02-17 Merge branch 'master' of git://github.com/git-l10n...
2017-02-16 Merge branch 'jk/tempfile-ferror-fclose-confusion'
2017-02-16 Merge branch 'dp/submodule-doc-markup-fix'
2017-02-16 Merge branch 'jk/reset-to-break-a-commit-doc-updated'
2017-02-16 Merge branch 'jk/reset-to-break-a-commit-doc'
2017-02-16 Merge branch 'js/mingw-isatty'
2017-02-16 Merge branch 'rs/strbuf-cleanup-in-rmdir-recursively'
2017-02-16 Merge branch 'rs/ls-files-partial-optim'
2017-02-16 Merge branch 'rs/cocci-check-free-only-null'
2017-02-16 Merge branch 'ls/p4-path-encoding'
2017-02-15 Merge branch 'tg/stash-doc-cleanup'
2017-02-15 Merge branch 'jk/doc-submodule-markup-fix'
2017-02-15 Merge branch 'jk/doc-remote-helpers-markup-fix'
2017-02-15 Merge branch 'sb/doc-unify-bottom'
2017-02-15 Merge branch 'sb/push-options-via-transport'
2017-02-15 Merge branch 'cw/completion'
2017-02-15 Merge branch 'rs/swap'
2017-02-15 Merge branch 'sb/submodule-doc'
2017-02-14 grep: treat revs the same for --untracked as for -...
2017-02-14 grep: do not diagnose misspelt revs with --no-index
2017-02-14 grep: avoid resolving revision names in --no-index...
2017-02-14 grep: fix "--" rev/pathspec disambiguation
2017-02-14 grep: do not unnecessarily query repo for "--"
2017-02-13 gc: ignore old gc.log files
2017-02-10 git-p4: fix git-p4.pathEncoding for removed files
2017-02-10 pathspec: don't error out on all-exclusionary pathspec...
2017-02-10 Merge branch 'nd/rev-list-all-includes-HEAD-doc'
2017-02-10 Merge branch 'rs/fill-directory-optim'
2017-02-10 Merge branch 'jk/log-graph-name-only'
2017-02-10 Merge branch 'da/t7800-cleanup'
2017-02-10 Merge branch 'dl/difftool-doc-no-gui-option'
2017-02-10 Merge branch 'js/difftool-builtin'
2017-02-10 Merge branch 'rs/p5302-create-repositories-before-tests'
2017-02-10 Merge branch 'ps/worktree-prune-help-fix'
2017-02-10 Merge branch 'ew/complete-svn-authorship-options'
2017-02-10 Merge branch 'bw/push-submodule-only'
2017-02-09 rebase -i: use the rebase--helper builtin
2017-02-08 push options: pass push options to the transport helper
2017-02-08 tag: generate useful reflog message
2017-02-08 receive-pack: avoid duplicates between our refs and...
2017-02-08 diff: print line prefix for --name-only output
2017-02-08 t7800: replace "wc -l" with test_line_count
2017-02-08 Merge branch 'da/difftool-dir-diff-fix' into da/t7800...
2017-02-08 t7800: simplify basic usage test
2017-02-07 ref-filter: resurrect "strip" as a synonym to "lstrip"
2017-02-06 p5302: create repositories for index-pack results expli...
2017-02-06 difftool: fix bug when printing usage
2017-02-04 completion: cache the path to the repository
2017-02-04 completion: extract repository discovery from __gitdir()
2017-02-04 completion: respect 'git -C <path>'
2017-02-04 rev-parse: add '--absolute-git-dir' option
2017-02-04 completion: fix completion after 'git -C <path>'
2017-02-04 completion: list short refs from a remote given as...
2017-02-04 completion: don't list 'HEAD' when trying refs completi...
2017-02-04 completion: list refs from remote when remote's name...
2017-02-04 completion: respect 'git --git-dir=<path>' when listing...
2017-02-04 completion: ensure that the repository path given on...
2017-02-04 completion tests: add tests for the __git_refs() helper...
2017-02-04 completion tests: check __gitdir()'s output in the...
2017-02-04 completion tests: consolidate getting path of current...
2017-02-04 completion tests: make the $cur variable local to the...
2017-02-04 completion tests: don't add test cruft to the test...
2017-02-04 Merge branch 'master' of git://github.com/git-l10n...
2017-02-03 Merge branch 'cw/log-updates-for-all-refs-really'
2017-02-03 Merge branch 'pl/complete-diff-submodule-diff'
2017-02-03 Merge branch 'rs/object-id'
2017-02-03 Merge branch 'js/re-running-failed-tests'
2017-02-03 Merge branch 'sb/submodule-update-initial-runs-custom...
2017-02-03 Merge branch 'sb/submodule-recursive-absorb'
2017-02-03 Merge branch 'sb/unpack-trees-super-prefix'
2017-02-02 Sync with v2.11.1
2017-02-02 Merge branch 'nd/log-graph-configurable-colors'
2017-02-02 Merge branch 'ep/commit-static-buf-cleanup'
2017-02-02 Merge branch 'bc/use-asciidoctor-opt'
2017-02-02 Merge branch 'sg/mailmap-self'
2017-02-02 Merge branch 'js/mingw-hooks-with-exe-suffix'
next