summaryrefslogtreecommitdiffstats
path: root/git-gui (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-04Git 2.1.0-rc1v2.1.0-rc1Junio C Hamano1-1/+1
2014-07-31git-push: fix link in man pageTony Finch1-1/+1
2014-07-30Update draft release notes to 2.1Junio C Hamano1-3/+5
2014-07-30Git 2.0.4v2.0.4Junio C Hamano4-3/+9
2014-07-30add documentation for writing config filesTanay Abhra1-1/+30
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-28t1402: check for refs ending with a dotJeff King1-0/+1
2014-07-28Revert "Merge branch 'dt/refs-check-refname-component-sse'"Junio C Hamano4-250/+18
2014-07-28Revert "Merge branch 'dt/refs-check-refname-component-sse-fix'"Junio C Hamano2-13/+5
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-28Git 2.1.0-rc0v2.1.0-rc0Junio C Hamano2-1/+23
2014-07-25t9814: fix misconversion from test $a -o $b to test $a || test $bJunio C Hamano1-2/+8
2014-07-24apply: avoid possible bogus pointerJeff King1-1/+1
2014-07-24fix memory leak parsing core.commentcharJeff King1-5/+5
2014-07-24transport: fix leaks in refs_from_alternate_cbJeff King1-2/+3
2014-07-24free ref string returned by dwim_refJeff King3-1/+5
2014-07-24receive-pack: don't copy "dir" parameterJeff King1-2/+2
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-22completion: complete `git push --force-with-lease=`John Keeping1-1/+21
2014-07-22completion: add some missing options to `git push`John Keeping1-0/+1
2014-07-22completion: complete "unstuck" `git push --recurse-submodules`John Keeping1-0/+5
2014-07-22Documentation: fix missing text for rev-parse --verifybrian m. carlson1-1/+1
2014-07-21Ninth batch for 2.1Junio C Hamano1-0/+4
2014-07-21replace: add test for --graft with a mergetagChristian Couder1-0/+22
2014-07-21replace: check mergetags when using --graftChristian Couder1-0/+47
2014-07-21replace: add test for --graft with signed commitChristian Couder1-0/+24
2014-07-21replace: remove signature when using --graftChristian Couder3-0/+41
2014-07-21contrib: add convert-grafts-to-replace-refs.shChristian Couder2-1/+31
2014-07-21Documentation: replace: add --graft optionChristian Couder1-0/+8
2014-07-21replace: add test for --graftChristian Couder1-1/+44
2014-07-21replace: add --graft optionChristian Couder1-1/+73
2014-07-21Fix contrib/subtree Makefile to patch #! lineCharles Bailey1-1/+7
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-21replace memset with string-list initializersTanay Abhra4-15/+6
2014-07-21string-list: add string_list initializer helper functionTanay Abhra3-0/+13
2014-07-21t800[12]: work around MSys limitationKarsten Blees1-0/+12
2014-07-21t9902: mingw-specific fix for gitfile link filesPat Thoyts1-4/+13
2014-07-21t4210: skip command-line encoding tests on mingwPat Thoyts1-2/+2
2014-07-21MinGW: disable legacy encoding testsKarsten Blees3-15/+18