summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-10t9001: avoid non-portable '\n' with sedLibravatar Torsten Bögershausen1-1/+1
2014-06-09t/test-lib-functions.sh: avoid "test <cond> -a/-o <cond>"Libravatar Elia Pinto1-2/+2
2014-06-09t/t9814-git-p4-rename.sh: avoid "test <cond> -a/-o <cond>"Libravatar Elia Pinto1-2/+2
2014-06-09t/t5538-push-shallow.sh: avoid "test <cond> -a/-o <cond>"Libravatar Elia Pinto1-1/+1
2014-06-09t/t5403-post-checkout-hook.sh: avoid "test <cond> -a/-o <cond>"Libravatar Elia Pinto1-4/+4
2014-06-09t/t5000-tar-tree.sh: avoid "test <cond> -a/-o <cond>"Libravatar Elia Pinto1-1/+1
2014-06-09t/t4102-apply-rename.sh: avoid "test <cond> -a/-o <cond>"Libravatar Elia Pinto1-1/+1
2014-06-09t/t0026-eol-config.sh: avoid "test <cond> -a/-o <cond>"Libravatar Elia Pinto1-4/+4
2014-06-09t/t0025-crlf-auto.sh: avoid "test <cond> -a/-o <cond>"Libravatar Elia Pinto1-3/+3
2014-06-09t/lib-httpd.sh: avoid "test <cond> -a/-o <cond>"Libravatar Elia Pinto1-1/+1
2014-06-09Win32 dirent: improve dirent implementationLibravatar Karsten Blees1-59/+54
2014-06-09Win32 dirent: clarify #include directivesLibravatar Karsten Blees1-2/+1
2014-06-09Win32 dirent: change FILENAME_MAX to MAX_PATHLibravatar Karsten Blees1-1/+1
2014-06-09Win32 dirent: remove unused dirent.d_reclen memberLibravatar Karsten Blees1-4/+1
2014-06-09Win32 dirent: remove unused dirent.d_ino memberLibravatar Karsten Blees2-1/+2
2014-06-09sequencer: signal failed ff as an aborted, not a conflicted mergeLibravatar Fabian Ruch1-1/+1
2014-06-09api-strbuf.txt minor typosLibravatar Jeremiah Mahler1-5/+5
2014-06-09revision: parse "git log -<count>" more carefullyLibravatar Junio C Hamano1-2/+4
2014-06-09git-rebase--interactive.sh: avoid "test <cond> -a/-o <cond>"Libravatar Elia Pinto1-1/+1
2014-06-09git-mergetool.sh: avoid "test <cond> -a/-o <cond>"Libravatar Elia Pinto1-2/+2
2014-06-09git-bisect.sh: avoid "test <cond> -a/-o <cond>"Libravatar Elia Pinto1-1/+1
2014-06-09contrib/examples/git-resolve.sh: avoid "test <cond> -a/-o <cond>"Libravatar Elia Pinto1-1/+1
2014-06-09contrib/examples/git-repack.sh: avoid "test <cond> -a/-o <cond>"Libravatar Elia Pinto1-2/+2
2014-06-09contrib/examples/git-merge.sh: avoid "test <cond> -a/-o <cond>"Libravatar Elia Pinto1-2/+2
2014-06-09contrib/examples/git-commit.sh: avoid "test <cond> -a/-o <cond>"Libravatar Elia Pinto1-2/+2
2014-06-09contrib/examples/git-clone.sh: avoid "test <cond> -a/-o <cond>"Libravatar Elia Pinto1-1/+1
2014-06-09check_bindir: avoid "test <cond> -a/-o <cond>"Libravatar Elia Pinto1-1/+1
2014-06-09Use starts_with() for C strings instead of memcmp()Libravatar René Scharfe3-3/+3
2014-06-09t3419: drop unnecessary NOT_EXPENSIVE pseudo-prerequisiteLibravatar Junio C Hamano1-14/+8
2014-06-09t3302: drop unnecessary NOT_EXPENSIVE pseudo-prerequisiteLibravatar Junio C Hamano1-6/+4
2014-06-09t3302: do not chdir around in the primary test processLibravatar Junio C Hamano1-9/+18
2014-06-09t3302: coding style updatesLibravatar Junio C Hamano1-43/+47
2014-06-09test: turn USR_BIN_TIME into a lazy prerequisiteLibravatar Junio C Hamano3-2/+4
2014-06-09test: turn EXPENSIVE into a lazy prerequisiteLibravatar Junio C Hamano3-4/+4
2014-06-09t5551: fix the 50,000 tag testLibravatar Torsten Bögershausen1-2/+1
2014-06-09Update draft release notes to 2.1Libravatar Junio C Hamano1-2/+29
2014-06-09Merge branch 'jc/shortlog-ref-exclude'Libravatar Junio C Hamano2-0/+7
2014-06-09Merge branch 'mn/sideband-no-ansi'Libravatar Junio C Hamano1-1/+1
2014-06-09Merge branch 'rs/mailinfo-header-cmp'Libravatar Junio C Hamano1-3/+3
2014-06-09Merge branch 'pb/trim-trailing-spaces'Libravatar Junio C Hamano2-15/+42
2014-06-09Merge branch 'na/no-http-test-in-the-middle'Libravatar Junio C Hamano2-59/+100
2014-06-09Merge branch 'jc/rev-parse-argh-dashed-multi-words'Libravatar Junio C Hamano2-0/+7
2014-06-09Merge branch 'lt/request-pull'Libravatar Junio C Hamano1-1/+1
2014-06-06string-list: spell all values out that are given to a string_list initializerLibravatar Tanay Abhra2-2/+4
2014-06-06t0000-*.sh: fix the GIT_SKIP_TESTS sub-testsLibravatar Ramsay Jones1-51/+57
2014-06-06test-lib: '--run' to run only specific testsLibravatar Ilya Bobyr3-8/+537
2014-06-06test-lib: tests skipped by GIT_SKIP_TESTS say soLibravatar Ilya Bobyr2-5/+71
2014-06-06test-lib: document short options in t/READMELibravatar Ilya Bobyr1-0/+4
2014-06-06Second batch for 2.1Libravatar Junio C Hamano1-0/+87
2014-06-06Merge branch 'ss/howto-manage-trunk'Libravatar Junio C Hamano2-0/+217