summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-12docs: Explain the purpose of fetch's and pull's <refspec> parameter.Libravatar Marc Branchaud2-6/+16
2014-06-10repack: introduce repack.writeBitmaps config optionLibravatar Jeff King5-10/+17
2014-06-10repack: simplify handling of --write-bitmap-indexLibravatar Jeff King1-5/+4
2014-06-10pack-objects: stop respecting pack.writebitmapsLibravatar Jeff King1-4/+0
2014-06-10repack: s/write_bitmap/&s/ in codeLibravatar Jeff King1-6/+6
2014-06-10repack: respect pack.writebitmapsLibravatar Jeff King2-2/+22
2014-06-10repack: do not accidentally pack kept objects by defaultLibravatar Jeff King2-2/+2
2014-06-10Windows: allow using UNC path for git repositoryLibravatar Cezary Zawadka5-8/+30
2014-06-10patch-id-test: test stable and unstable behaviourLibravatar Michael S. Tsirkin1-11/+91
2014-06-10patch-id: make it stable against hunk reorderingLibravatar Michael S. Tsirkin2-20/+91
2014-06-10test doc: test_write_lines does not split its argumentsLibravatar Jonathan Nieder1-4/+3
2014-06-10test: add test_write_lines helperLibravatar Michael S. Tsirkin2-0/+27
2014-06-10git potty: restore environments after alias expansionLibravatar Nguyễn Thái Ngọc Duy2-6/+51
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-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