summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-13reuse cached commit buffer when parsing signaturesLibravatar Jeff King3-19/+12
2014-06-13commit: record buffer length in cacheLibravatar Jeff King16-38/+68
2014-06-13commit: convert commit->buffer to a slabLibravatar Jeff King2-8/+13
2014-06-13commit-slab: provide a static initializerLibravatar Jeff King1-0/+12
2014-06-13use get_commit_buffer everywhereLibravatar Jeff King7-9/+33
2014-06-13convert logmsg_reencode to get_commit_bufferLibravatar Jeff King6-35/+16
2014-06-13use get_commit_buffer to avoid duplicate codeLibravatar Jeff King2-27/+7
2014-06-13use get_cached_commit_buffer where appropriateLibravatar Jeff King3-3/+3
2014-06-13provide helpers to access the commit bufferLibravatar Jeff King2-0/+49
2014-06-13provide a helper to set the commit bufferLibravatar Jeff King4-3/+14
2014-06-13provide a helper to free commit bufferLibravatar Jeff King6-9/+30
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-12sequencer: use logmsg_reencode in get_messageLibravatar Jeff King1-40/+5
2014-06-12logmsg_reencode: return const bufferLibravatar Jeff King5-16/+23
2014-06-12do not create "struct commit" with xcallocLibravatar Jeff King2-2/+2
2014-06-12commit: push commit_index update into alloc_commit_nodeLibravatar Jeff King2-4/+10
2014-06-12alloc: include any-object allocations in alloc_reportLibravatar Jeff King1-6/+7
2014-06-12replace dangerous uses of strbuf_attachLibravatar Jeff King2-8/+3
2014-06-12commit_tree: take a pointer/len pair rather than a const strbufLibravatar Jeff King9-22/+29
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-10Win32: fix broken pipe detectionLibravatar Karsten Blees2-46/+70
2014-06-10Win32: Thread-safe windows console outputLibravatar Karsten Blees3-149/+273
2014-06-10Win32: add Unicode conversion functionsLibravatar Karsten Blees2-0/+189
2014-06-10Win32: warn if the console font doesn't support UnicodeLibravatar Karsten Blees1-0/+66
2014-06-10Win32: detect console streams more reliablyLibravatar Karsten Blees1-24/+26
2014-06-10Win32: support Unicode console outputLibravatar Karsten Blees2-6/+22
2014-06-10mingw: avoid const warningLibravatar Stepan Kasal1-1/+1
2014-06-10Win32: move main macro to a functionLibravatar Karsten Blees2-10/+19
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