summaryrefslogtreecommitdiffstats
path: root/t/t7104-reset-hard.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-07git-tag.txt: Add a missing hyphen to `-s`Wieland Hoffmann1-1/+1
2014-07-30Git 2.0.4v2.0.4Junio C Hamano4-3/+9
2014-07-30commit --amend: test specifies authorship but forgets to checkFabian Ruch1-0/+1
2014-07-28t4013: test diff-tree's --stdin commit formattingJeff King1-0/+10
2014-07-28diff-tree: avoid lookup_unknown_objectJeff King1-3/+1
2014-07-28object_as_type: set commit indexJeff King1-0/+2
2014-07-28alloc: factor out commit indexJeff King2-2/+8
2014-07-28add object_as_type helper for casting objectsJeff King7-43/+25
2014-07-28parse_object_buffer: do not set object typeJeff King1-2/+0
2014-07-28move setting of object->type to alloc_* functionsJeff King8-12/+13
2014-07-28alloc: write out allocator definitionsJeff King1-11/+27
2014-07-28alloc.c: remove the alloc_raw_commit_node() functionRamsay Jones1-18/+29
2014-07-23Git 2.0.3v2.0.3Junio C Hamano4-3/+21
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