summaryrefslogtreecommitdiffstats
path: root/vcs-svn (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-15Git 2.9.2v2.9.2Junio C Hamano4-3/+17
2016-07-15t0006: skip "far in the future" test when unsigned long is not long enoughJeff King3-3/+18
2016-07-14mingw: fix regression in t1308-config-setJohannes Schindelin1-1/+9
2016-07-13Fifth batch of topics for 2.10Junio C Hamano1-19/+40
2016-07-11mingw: fix the shortlog --output=<file> testJohannes Schindelin1-2/+2
2016-07-11Git 2.9.1v2.9.1Junio C Hamano3-2/+58
2016-07-11Fourth batch of topics for 2.10Junio C Hamano1-0/+40
2016-07-11hoist out handle_nonblock function for xread and xwriteEric Wong1-28/+20
2016-07-10git-svn: warn instead of dying when commit data is missingEric Wong1-2/+6
2016-07-06sideband.c: small optimization of strbuf usageNicolas Pitre1-3/+3
2016-07-06connect: read $GIT_SSH_COMMAND from config fileNguyễn Thái Ngọc Duy2-1/+21
2016-07-06Third batch of topics for 2.10Junio C Hamano1-16/+111
2016-07-06More fixes for 2.9.1Junio C Hamano1-0/+34
2016-07-06mailmap: use main email address for dturnerDavid Turner1-0/+1
2016-07-03git-svn: clone: Fail on missing url argumentChristopher Layne1-1/+4
2016-07-01grep: fix grepping for "intent to add" filesCharles Bailey2-2/+60
2016-07-01t7810-grep.sh: fix a whitespace inconsistencyCharles Bailey1-1/+1
2016-07-01t7810-grep.sh: fix duplicated test nameCharles Bailey1-1/+1
2016-07-01sideband.c: refactor recv_sideband()Lukas Fleischer1-74/+58
2016-07-01t5541: become resilient to GETTEXT_POISONVasco Almeida1-6/+6
2016-07-01archive-tar: drop return valueJeff King1-7/+4
2016-07-01archive-tar: write extended headers for far-future mtimeJeff King2-5/+18
2016-07-01archive-tar: write extended headers for file sizes >= 8GBJeff King2-4/+31
2016-07-01t5000: test tar files that overflow ustar headersJeff King3-0/+74
2016-07-01t9300: factor out portable "head -c" replacementJeff King2-20/+17
2016-06-30commit -S: avoid invalid pointer with empty messageJohannes Schindelin1-1/+6
2016-06-30reset --hard: skip blank lines when reporting the commit subjectJohannes Schindelin1-1/+1
2016-06-30sequencer: use skip_blank_lines() to find the commit subjectJohannes Schindelin1-4/+2
2016-06-29commit -C: skip blank lines at the beginning of the messageJohannes Schindelin1-1/+1
2016-06-29t3404: fix a grammo (commands are ran -> commands are run)Johannes Schindelin1-1/+1
2016-06-29rebase -i: restore autostash on abortPatrick Steinhardt2-0/+32
2016-06-28diff: convert prep_temp_blob() to struct object_idbrian m. carlson1-4/+4
2016-06-28merge-recursive: convert merge_recursive_generic() to object_idbrian m. carlson3-20/+20
2016-06-28merge-recursive: convert leaf functions to use struct object_idbrian m. carlson1-118/+118
2016-06-28merge-recursive: convert struct merge_file_info to object_idbrian m. carlson1-19/+20
2016-06-28merge-recursive: convert struct stage_data to use object_idbrian m. carlson1-20/+18
2016-06-28diff: rename struct diff_filespec's sha1_valid memberbrian m. carlson6-25/+25
2016-06-28diff: convert struct diff_filespec to struct object_idbrian m. carlson13-128/+147
2016-06-28coccinelle: apply object_id Coccinelle transformationsbrian m. carlson3-10/+9
2016-06-28coccinelle: convert hashcpy() with null_sha1 to hashclr()brian m. carlson5-6/+6
2016-06-28contrib/coccinelle: add basic Coccinelle transformsbrian m. carlson2-0/+97
2016-06-28hex: add oid_to_hex_r()brian m. carlson2-0/+6
2016-06-28diff: do not color output when --color=auto and --output=<file> is givenJohannes Schindelin1-0/+2