summaryrefslogtreecommitdiffstats
path: root/dir.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-23.mailmap: combine Stefan Beller's emailsStefan Beller1-0/+1
2014-07-23git.1: switch homepage for statsStefan Beller1-1/+1
2014-07-22Documentation: fix missing text for rev-parse --verifybrian m. carlson1-1/+1
2014-07-21use xmemdupz() to allocate copies of strings given by start and lengthRené Scharfe6-19/+6
2014-07-21use xcalloc() to allocate zero-initialized memoryRené Scharfe4-8/+4
2014-07-16Git 2.0.2v2.0.2Junio C Hamano3-2/+22
2014-07-16annotate: use argv_arrayRené Scharfe1-7/+5
2014-07-14http-push.c: make CURLOPT_IOCTLDATA a usable pointerAbbaad Haider1-1/+1
2014-07-11log: correctly identify mergetag signature verification statusMichael J Gruber1-10/+11
2014-07-10doc: give some guidelines for error messagesPhilip Oakley1-0/+9
2014-07-10Start preparing for 2.0.2Junio C Hamano2-1/+14
2014-07-09log: fix indentation for --graph --show-signatureZoltan Klinger2-0/+32
2014-07-02t7300: repair filesystem permissions with test_when_finishedJeff King1-2/+2
2014-07-02enums: remove trailing ',' after last item in enumRonnie Sahlberg2-2/+2
2014-07-01sha1_file: avoid overrunning alternate object base stringRené Scharfe1-1/+2
2014-07-01filter-branch: eliminate duplicate mapped parentsCharles Bailey2-1/+18
2014-06-26move "%G" format test from t7510 to t6006Jeff King2-6/+6
2014-06-25Git 2.0.1v2.0.1Junio C Hamano4-3/+119
2014-06-23builtin/clone.c: detect a clone starting at a tag correctlyJunio C Hamano1-1/+1
2014-06-17pretty: avoid reading past end-of-string with "%G"Jeff King2-0/+8
2014-06-17t7510: check %G* pretty-format outputJeff King1-0/+40
2014-06-17t7510: test a commit signed by an unknown keyJeff King1-0/+13
2014-06-17t7510: use consistent &&-chains in loopMichael J Gruber1-6/+6
2014-06-17t7510: stop referring to master in later testsJeff King1-3/+3
2014-06-16rebase--merge: fix --skip with two conflicts in a rowbrian m. carlson2-2/+18
2014-06-16http-protocol.txt: Basic Auth is defined in RFC 2617, not RFC 2616Yi EungJun1-1/+1
2014-06-14submodule: document "sync --recursive"Matthew Chen1-1/+1
2014-06-13t0008: do not depend on 'echo' handling backslashes speciallyJunio C Hamano1-6/+8
2014-06-13reuse cached commit buffer when parsing signaturesJeff King3-19/+12
2014-06-13commit: record buffer length in cacheJeff King16-38/+68
2014-06-13commit: convert commit->buffer to a slabJeff King2-8/+13
2014-06-13commit-slab: provide a static initializerJeff King1-0/+12
2014-06-13use get_commit_buffer everywhereJeff King7-9/+33
2014-06-13convert logmsg_reencode to get_commit_bufferJeff King6-35/+16
2014-06-13use get_commit_buffer to avoid duplicate codeJeff King2-27/+7
2014-06-13use get_cached_commit_buffer where appropriateJeff King3-3/+3
2014-06-13provide helpers to access the commit bufferJeff King2-0/+49
2014-06-13provide a helper to set the commit bufferJeff King4-3/+14
2014-06-13provide a helper to free commit bufferJeff King6-9/+30
2014-06-12pull: do not abuse 'break' inside a shell 'case'Jacek Konieczny1-2/+0
2014-06-12sequencer: use logmsg_reencode in get_messageJeff King1-40/+5
2014-06-12logmsg_reencode: return const bufferJeff King5-16/+23
2014-06-12do not create "struct commit" with xcallocJeff King2-2/+2
2014-06-12commit: push commit_index update into alloc_commit_nodeJeff King2-4/+10
2014-06-12alloc: include any-object allocations in alloc_reportJeff King1-6/+7
2014-06-12replace dangerous uses of strbuf_attachJeff King2-8/+3
2014-06-12commit_tree: take a pointer/len pair rather than a const strbufJeff King9-22/+29
2014-06-10repack: s/write_bitmap/&s/ in codeJeff King1-6/+6
2014-06-10repack: respect pack.writebitmapsJeff King2-2/+22
2014-06-10repack: do not accidentally pack kept objects by defaultJeff King2-2/+2