get_expanded_map(): avoid memory leak
[gitweb.git] / t /
2013-09-04 Merge branch 'sb/parseopt-boolean-removal'
2013-09-04 Merge branch 'jc/parseopt-command-modes'
2013-09-04 Merge branch 'jl/some-submodule-config-are-not-boolean'
2013-09-04 Merge branch 'sg/bash-prompt-lf-in-cwd-test'
2013-09-04 Merge branch 'sb/diff-delta-remove-needless-comparison'
2013-09-04 Merge branch 'fc/unpack-trees-leakfix'
2013-09-04 Merge branch 'aj/p4-symlink-lose-nl'
2013-09-04 Merge branch 'fc/remote-hg-shared-setup'
2013-09-04 Merge branch 'sb/misc-cleanup'
2013-09-04 Merge branch 'nd/gc-lock-against-each-other'
2013-09-04 Merge branch 'ap/remote-hg-tilde-is-home-directory'
2013-09-04 Merge branch 'mm/no-shell-escape-in-die-message'
2013-09-04 Merge branch 'tr/fd-gotcha-fixes'
2013-09-04 Merge branch 'bc/unuse-packfile'
2013-09-04 Merge branch 'da/darwin'
2013-09-04 Merge branch 'nd/sq-quote-buf'
2013-09-04 Merge branch 'rr/feed-real-path-to-editor'
2013-09-04 Merge branch 'jk/fast-import-empty-ls'
2013-09-04 Merge branch 'km/svn-1.8-serf-only'
2013-09-04 Merge branch 'jc/check-x-z'
2013-09-04 t5308: check that index-pack --strict detects duplicate...
2013-09-03 Merge branch 'maint'
2013-09-03 Merge branch 'maint-1.8.3' into maint
2013-09-03 Merge branch 'maint-1.8.2' into maint-1.8.3
2013-09-03 peel_onion(): add support for <rev>^{tag}
2013-09-03 rev-parse test: use standard test functions for setup
2013-09-03 rev-parse test: use test_cmp instead of "test" builtin
2013-09-03 rev-parse test: use test_must_fail, not "if <command...
2013-09-03 rev-parse test: modernize quoting and whitespace
2013-09-03 t: branch: fix broken && chains
2013-09-03 t: branch: fix typo
2013-09-03 t: branch: trivial style fix
2013-09-03 transport-helper: add no-private-update capability
2013-09-03 Make setup_git_env() resolve .git file when $GIT_DIR...
2013-08-30 Merge branch 'bc/completion-for-bash-3.0'
2013-08-30 Merge branch 'sp/doc-smart-http'
2013-08-30 Merge branch 'mm/war-on-whatchanged'
2013-08-30 Merge branch 'rt/doc-merge-file-diff3'
2013-08-30 Merge branch 'mb/docs-favor-en-us'
2013-08-30 Merge branch 'rj/doc-rev-parse'
2013-08-30 Merge branch 'hv/config-from-blob'
2013-08-30 Merge branch 'nd/fetch-pack-shallow-fix'
2013-08-29 write_index: optionally allow broken null sha1s
2013-08-28 mailmap: handle mailmap blobs without trailing newlines
2013-08-28 Add testcase for needless objects during a shallow...
2013-08-28 upload-pack: delegate rev walking in shallow fetch...
2013-08-27 Set core.precomposeunicode to true on e.g. HFS+
2013-08-26 status: always show tracking branch even no change
2013-08-26 branch: report invalid tracking branch as gone
2013-08-26 rebase -i: fix short SHA-1 collision
2013-08-26 t3404: rebase -i: demonstrate short SHA-1 collision
2013-08-26 t3404: make tests more self-contained
2013-08-26 fetch-pack: do not remove .git/shallow file when -...
2013-08-25 reset test: modernize style
2013-08-25 t/t7106-reset-unborn-branch.sh: Add PERL prerequisite
2013-08-25 add -i test: use skip_all instead of repeated PERL...
2013-08-25 Make test "using invalid commit with -C" more strict
2013-08-25 test index-pack on packs with recoverable delta cycles
2013-08-25 add tests for indexing packs with delta cycles
2013-08-25 sha1-lookup: handle duplicate keys with GIT_USE_LOOKUP
2013-08-25 commit: search author pattern against mailmap
2013-08-23 dir.c::test_one_path(): work around directory_exists_in...
2013-08-21 t9902-completion.sh: old Bash still does not support...
2013-08-21 rebase --preserve-merges: ignore "merge.log" config
2013-08-20 xread, xwrite: limit size of IO to 8MB
2013-08-19 avoid segfault on submodule.*.path set to an empty...
2013-08-18 bash prompt: test the prompt with newline in repository...
2013-08-15 t3010: update to demonstrate "ls-files -k" optimization...
2013-08-14 Revert "Add new @ shortcut for HEAD"
2013-08-14 Revert "git stash: avoid data loss when "git stash...
2013-08-13 Merge branch 'sb/mailmap-updates'
2013-08-13 push: respect --no-thin
2013-08-12 git p4 test: sanitize P4CHARSET
2013-08-09 Merge branch 'maint'
2013-08-09 Merge branch 'master' of git://github.com/git-l10n...
2013-08-09 Merge branch 'jk/submodule-subdirectory-ok'
2013-08-09 Merge branch 'sb/mailmap-updates'
2013-08-09 t/t7407: fix two typos in submodule tests
2013-08-07 t5802: add test for connect helper
2013-08-07 die_with_status: use "printf '%s\n'", not "echo"
2013-08-06 line-range: reject -L line numbers less than 1
2013-08-06 t8001/t8002: blame: add tests of -L line numbers less...
2013-08-06 line-range: teach -L^:RE to search from start of file
2013-08-06 line-range: teach -L:RE to search from end of previous...
2013-08-06 line-range: teach -L^/RE/ to search from start of file
2013-08-06 blame: teach -L/RE/ to search from end of previous...
2013-08-06 t8001/t8002: blame: add tests of multiple -L options
2013-08-06 rm: delete .gitmodules entry of submodules removed...
2013-08-06 mv: update the path entry in .gitmodules for moved...
2013-08-06 t0070: test that git_mkstemps correctly checks return...
2013-08-05 config: "git config --get-urlmatch" parses section...
2013-08-05 config: parse http.<url>.<variable> using urlmatch
2013-08-05 Sync with maint to grab trivial doc fixes
2013-08-05 blame: reject empty ranges -L,+0 and -L,-0
2013-08-05 t8001/t8002: blame: demonstrate acceptance of bogus...
2013-08-05 blame: reject empty ranges -LX,+0 and -LX,-0
2013-08-05 t8001/t8002: blame: demonstrate acceptance of bogus...
2013-08-05 log: fix -L bounds checking bug
2013-08-05 t4211: retire soon-to-be unimplementable tests
2013-08-05 t4211: log: demonstrate -L bounds checking bug
next