summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-25Merge branch 'jk/mv-submodules-fix'Libravatar Junio C Hamano2-1/+21
2014-03-25Merge branch 'cp/am-patch-format-doc'Libravatar Junio C Hamano1-1/+7
2014-03-24pickaxe: simplify kwset loop in contains()Libravatar René Scharfe1-5/+2
2014-03-24pickaxe: call strlen only when necessary in diffcore_pickaxe_count()Libravatar René Scharfe1-2/+1
2014-03-24pickaxe: move pickaxe() after pickaxe_match()Libravatar René Scharfe1-41/+38
2014-03-24pickaxe: merge diffcore_pickaxe_grep() and diffcore_pickaxe_count() into diff...Libravatar René Scharfe1-37/+7
2014-03-24pickaxe: honor -i when used with -S and --pickaxe-regexLibravatar René Scharfe2-1/+9
2014-03-24t4209: use helper functions to test --authorLibravatar René Scharfe1-9/+4
2014-03-24t4209: use helper functions to test --grepLibravatar René Scharfe1-14/+4
2014-03-24t4209: factor out helper function test_log_icase()Libravatar René Scharfe1-12/+14
2014-03-24t4209: factor out helper function test_log()Libravatar René Scharfe1-58/+42
2014-03-24branch.c: install_branch_config: simplify if chainLibravatar Adam1-23/+23
2014-03-24t4209: set up expectations up frontLibravatar René Scharfe1-39/+25
2014-03-24parse-options: make sure argh string does not have SP or _Libravatar Junio C Hamano1-0/+3
2014-03-24update-index: teach --cacheinfo a new syntax "mode,sha1,path"Libravatar Junio C Hamano3-5/+50
2014-03-24parse-options: multi-word argh should use dash to separate wordsLibravatar Junio C Hamano13-24/+24
2014-03-23t1502: protect runs of SPs used in the indentationLibravatar Junio C Hamano1-56/+56
2014-03-23rev-parse --parseopt: option argument name hintsLibravatar Ilya Bobyr3-3/+64
2014-03-23Makefile: describe CHARSET_LIB betterLibravatar Дилян Палаузов1-2/+2
2014-03-21userdiff: have 'cpp' hunk header pattern catch more C++ anchor pointsLibravatar Johannes Sixt13-17/+3
2014-03-21t4018: test cases showing that the cpp pattern misses many anchor pointsLibravatar Johannes Sixt12-0/+66
2014-03-21t4018: test cases for the built-in cpp patternLibravatar Johannes Sixt9-0/+55
2014-03-21t4018: reduce test files for pattern compilation testsLibravatar Johannes Sixt1-38/+14
2014-03-21t4018: convert custom pattern test to the new infrastructureLibravatar Johannes Sixt4-24/+58
2014-03-21t4018: convert java pattern test to the new infrastructureLibravatar Johannes Sixt2-4/+8
2014-03-21t4018: convert perl pattern tests to the new infrastructureLibravatar Johannes Sixt6-88/+44
2014-03-21t4018: an infrastructure to test hunk headersLibravatar Johannes Sixt2-6/+72
2014-03-21userdiff: support unsigned and long long suffixes of integer constantsLibravatar Johannes Sixt1-1/+1
2014-03-21userdiff: support C++ ->* and .* operators in the word regexpLibravatar Johannes Sixt1-1/+1
2014-03-21t0001: drop subshells just for "cd"Libravatar Jeff King1-47/+9
2014-03-21t0001: drop useless subshellsLibravatar Jeff King1-39/+22
2014-03-21t0001: use test_must_failLibravatar Jeff King1-27/+11
2014-03-21t0001: use test_config_globalLibravatar Jeff King1-7/+4
2014-03-21t0001: use test_path_is_*Libravatar Jeff King1-18/+18
2014-03-21t0001: make symlink reinit test more carefulLibravatar Jeff King1-2/+2
2014-03-21t: prefer "git config --file" to GIT_CONFIGLibravatar Jeff King5-18/+17
2014-03-21t: prefer "git config --file" to GIT_CONFIG with test_must_failLibravatar Jeff King1-4/+4
2014-03-21t: stop using GIT_CONFIG to cross repo boundariesLibravatar Jeff King2-5/+5
2014-03-21t: drop useless sane_unset GIT_* callsLibravatar Jeff King3-17/+0
2014-03-21t/test-lib: drop redundant unset of GIT_CONFIGLibravatar Jeff King1-1/+0
2014-03-21t/Makefile: stop setting GIT_CONFIGLibravatar Jeff King1-2/+2
2014-03-21Update draft release notes to 2.0Libravatar Junio C Hamano1-2/+26
2014-03-21Merge branch 'lt/request-pull'Libravatar Junio C Hamano3-83/+126
2014-03-21Merge branch 'es/sh-i18n-envsubst'Libravatar Junio C Hamano1-12/+0
2014-03-21Merge branch 'nd/upload-pack-shallow'Libravatar Junio C Hamano4-3/+65
2014-03-21Merge branch 'jn/wt-status'Libravatar Junio C Hamano3-55/+88
2014-03-21Merge branch 'jc/stash-pop-not-popped'Libravatar Junio C Hamano1-2/+8
2014-03-21Merge branch 'dk/skip-prefix-scan-only-once'Libravatar Junio C Hamano1-2/+5
2014-03-21Merge branch 'nd/tag-version-sort'Libravatar Junio C Hamano6-5/+211
2014-03-21Merge branch 'jk/shallow-update-fix'Libravatar Junio C Hamano5-56/+49