summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-25check-builtins.sh: use the $(...) construct for command substitutionLibravatar Elia Pinto1-2/+2
2014-03-25remote-hg: do not fail on invalid bookmarksLibravatar Max Horn2-1/+77
2014-03-25Update draft release notes to 2.0Libravatar Junio C Hamano1-0/+29
2014-03-25Merge branch 'ss/test-on-mingw-rsync-path-no-absolute'Libravatar Junio C Hamano1-3/+3
2014-03-25Merge branch 'bb/diff-no-index-dotdot'Libravatar Junio C Hamano1-4/+5
2014-03-25Merge branch 'us/printf-not-echo'Libravatar Junio C Hamano2-3/+3
2014-03-25Merge branch 'rr/doc-merge-strategies'Libravatar Junio C Hamano1-2/+2
2014-03-25Merge branch 'nd/index-pack-error-message'Libravatar Junio C Hamano1-2/+2
2014-03-25Merge branch 'jk/lib-terminal-lazy'Libravatar Junio C Hamano1-18/+19
2014-03-25Merge branch 'dm/configure-iconv-locale-charset'Libravatar Junio C Hamano1-1/+1
2014-03-25Merge branch 'nd/commit-editor-cleanup'Libravatar Junio C Hamano5-12/+48
2014-03-25Merge branch 'jk/warn-on-object-refname-ambiguity'Libravatar Junio C Hamano2-6/+15
2014-03-25Merge branch 'mh/remove-subtree-long-pathname-fix'Libravatar Junio C Hamano1-32/+32
2014-03-25Merge branch 'nd/indent-fix-connect-c'Libravatar Junio C Hamano1-1/+1
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