summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-15gitk: Replace SHA1 entry field on keyboard pasteLibravatar Ilya Bobyr1-0/+1
2014-06-13submodule: document "sync --recursive"Libravatar Matthew Chen1-1/+1
2014-06-13blame: simplify prepare_lines()Libravatar René Scharfe1-13/+7
2014-06-13blame: factor out get_next_line()Libravatar René Scharfe1-18/+10
2014-06-13completion: handle '!f() { ... }; f' and "!sh -c '...' -" aliasesLibravatar Steffen Prohaska2-0/+37
2014-06-13t0008: do not depend on 'echo' handling backslashes speciallyLibravatar Junio C Hamano1-6/+8
2014-06-13git-p4: fix submit in non --prepare-p4-only modeLibravatar Maxime Coste1-6/+6
2014-06-13git-gui: tolerate major version changes when comparing the git versionLibravatar Jens Lehmann1-2/+2
2014-06-13git-gui: show staged submodules regardless of ignore configLibravatar Jens Lehmann2-1/+8
2014-06-12t7700: drop explicit --no-pack-kept-objects from .keep testLibravatar Jeff King1-1/+1
2014-06-12Sync with maintLibravatar Junio C Hamano1-2/+0
2014-06-12Merge branch 'jc/rev-parse-argh-dashed-multi-words' into maintLibravatar Junio C Hamano2-0/+7
2014-06-12pull: do not abuse 'break' inside a shell 'case'Libravatar Jacek Konieczny1-2/+0
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