summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-17t7510: test a commit signed by an unknown keyJeff King
2014-06-17t7510: use consistent &&-chains in loopMichael J Gruber
2014-06-17t7510: stop referring to master in later testsJeff King
2014-06-16rebase--merge: fix --skip with two conflicts in a rowbrian m. carlson
2014-06-13submodule: document "sync --recursive"Matthew Chen
2014-06-13t0008: do not depend on 'echo' handling backslashes speciallyJunio C Hamano
2014-06-13reuse cached commit buffer when parsing signaturesJeff King
2014-06-13commit: record buffer length in cacheJeff King
2014-06-13commit: convert commit->buffer to a slabJeff King
2014-06-13commit-slab: provide a static initializerJeff King
2014-06-13use get_commit_buffer everywhereJeff King
2014-06-13convert logmsg_reencode to get_commit_bufferJeff King
2014-06-13use get_commit_buffer to avoid duplicate codeJeff King
2014-06-13use get_cached_commit_buffer where appropriateJeff King
2014-06-13provide helpers to access the commit bufferJeff King
2014-06-13provide a helper to set the commit bufferJeff King
2014-06-13provide a helper to free commit bufferJeff King
2014-06-12Merge branch 'jc/rev-parse-argh-dashed-multi-words' into maintJunio C Hamano
2014-06-12pull: do not abuse 'break' inside a shell 'case'Jacek Konieczny
2014-06-12sequencer: use logmsg_reencode in get_messageJeff King
2014-06-12logmsg_reencode: return const bufferJeff King
2014-06-12do not create "struct commit" with xcallocJeff King
2014-06-12commit: push commit_index update into alloc_commit_nodeJeff King
2014-06-12alloc: include any-object allocations in alloc_reportJeff King
2014-06-12replace dangerous uses of strbuf_attachJeff King
2014-06-12commit_tree: take a pointer/len pair rather than a const strbufJeff King
2014-06-10repack: s/write_bitmap/&s/ in codeJeff King
2014-06-10repack: respect pack.writebitmapsJeff King
2014-06-10repack: do not accidentally pack kept objects by defaultJeff King
2014-06-09revision: parse "git log -<count>" more carefullyJunio C Hamano
2014-06-04shortlog: allow --exclude=<glob> to be passedJunio C Hamano
2014-06-04update-index: fix segfault with missing --cacheinfo argumentJeff King
2014-06-02dir.c:trim_trailing_spaces(): fix for " \ " sequencePasha Bolokhov
2014-06-02pack-objects: use free()+xcalloc() instead of xrealloc()+memset()René Scharfe
2014-06-02mailinfo: use strcmp() for string comparisonRené Scharfe
2014-06-02sideband.c: do not use ANSI control sequence on non-terminalMichael Naumov
2014-05-30t5538: move http push tests out to t5542Nick Alcock
2014-05-30Sync with 1.9.4Junio C Hamano
2014-05-30Git 1.9.4v1.9.4Junio C Hamano
2014-05-30t5537: re-drop http testsJeff King
2014-05-28Merge branch 'rh/prompt-pcmode-avoid-eval-on-refname' into maintJunio C Hamano
2014-05-28Merge branch 'mw/symlinks' into maintJunio C Hamano
2014-05-28Git 2.0v2.0.0Junio C Hamano
2014-05-27config: respect '~' and '~user' in mailmap.fileØystein Walle
2014-05-27gc --auto: do not lock refs in the backgroundNguyễn Thái Ngọc Duy
2014-05-27remote prune: optimize "dangling symref" check/warningJens Lindström
2014-05-27remote: repack packed-refs once when deleting multiple refsJens Lindström
2014-05-27completion: add missing options for git-mergeJohn Keeping
2014-05-27completion: add a note that merge options are sharedJohn Keeping
2014-05-23remote rm: delete remote configuration as the lastJens Lindström