summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-17t7510: test a commit signed by an unknown keyLibravatar Jeff King1-0/+13
2014-06-17t7510: use consistent &&-chains in loopLibravatar Michael J Gruber1-6/+6
2014-06-17t7510: stop referring to master in later testsLibravatar Jeff King1-3/+3
2014-06-16rebase--merge: fix --skip with two conflicts in a rowLibravatar brian m. carlson2-2/+18
2014-06-13submodule: document "sync --recursive"Libravatar Matthew Chen1-1/+1
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-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-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-09revision: parse "git log -<count>" more carefullyLibravatar Junio C Hamano1-2/+4
2014-06-04shortlog: allow --exclude=<glob> to be passedLibravatar Junio C Hamano2-0/+7
2014-06-04update-index: fix segfault with missing --cacheinfo argumentLibravatar Jeff King2-0/+7
2014-06-02dir.c:trim_trailing_spaces(): fix for " \ " sequenceLibravatar Pasha Bolokhov2-15/+42
2014-06-02pack-objects: use free()+xcalloc() instead of xrealloc()+memset()Libravatar René Scharfe1-2/+2
2014-06-02mailinfo: use strcmp() for string comparisonLibravatar René Scharfe1-3/+3
2014-06-02sideband.c: do not use ANSI control sequence on non-terminalLibravatar Michael Naumov1-1/+1
2014-05-30t5538: move http push tests out to t5542Libravatar Nick Alcock2-59/+100
2014-05-30Sync with 1.9.4Libravatar Junio C Hamano2-1/+18
2014-05-30Git 1.9.4Libravatar Junio C Hamano4-3/+20
2014-05-30t5537: re-drop http testsLibravatar Jeff King1-28/+0
2014-05-28Merge branch 'rh/prompt-pcmode-avoid-eval-on-refname' into maintLibravatar Junio C Hamano2-20/+42
2014-05-28Merge branch 'mw/symlinks' into maintLibravatar Junio C Hamano3-20/+112
2014-05-28Git 2.0Libravatar Junio C Hamano2-1/+6
2014-05-27config: respect '~' and '~user' in mailmap.fileLibravatar Øystein Walle1-1/+1
2014-05-27gc --auto: do not lock refs in the backgroundLibravatar Nguyễn Thái Ngọc Duy1-6/+20
2014-05-27remote prune: optimize "dangling symref" check/warningLibravatar Jens Lindström3-2/+25
2014-05-27remote: repack packed-refs once when deleting multiple refsLibravatar Jens Lindström3-3/+21
2014-05-27completion: add missing options for git-mergeLibravatar John Keeping1-1/+4
2014-05-27completion: add a note that merge options are sharedLibravatar John Keeping1-0/+1
2014-05-23remote rm: delete remote configuration as the lastLibravatar Jens Lindström1-4/+6