summaryrefslogtreecommitdiffstats
path: root/GIT-VERSION-GEN (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-21t5541: fix url scrubbing test when GPG is not setJeff King1-2/+4
2016-07-18t/t8003-blame-corner-cases.sh: Use here documentsMike Hommey1-17/+17
2016-07-18blame: allow to blame paths freshly added to the indexMike Hommey2-1/+54
2016-07-18cache-tree: do not generate empty trees as a result of all i-t-a subentriesNguyễn Thái Ngọc Duy2-1/+23
2016-07-18cache-tree.c: fix i-t-a entry skipping directory updates sometimesNguyễn Thái Ngọc Duy2-2/+19
2016-07-18test-lib.sh: introduce and use $EMPTY_BLOBNguyễn Thái Ngọc Duy8-38/+35
2016-07-18test-lib.sh: introduce and use $EMPTY_TREENguyễn Thái Ngọc Duy6-13/+11
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-14push: anonymize URL in status outputJeff King2-2/+12
2016-07-13fsck: use streaming interface for large blobs in packNguyễn Thái Ngọc Duy4-6/+29
2016-07-13pack-objects: do not truncate result in-pack object size on 32-bit systemsNguyễn Thái Ngọc Duy1-7/+8
2016-07-13index-pack: correct "offset" type in unpack_entry_data()Nguyễn Thái Ngọc Duy1-1/+1
2016-07-13index-pack: report correct bad object offsets even if they are largeNguyễn Thái Ngọc Duy1-3/+4
2016-07-13index-pack: correct "len" type in unpack_data()Nguyễn Thái Ngọc Duy1-7/+7
2016-07-13sha1_file.c: use type off_t* for object_info->disk_sizepNguyễn Thái Ngọc Duy2-3/+3
2016-07-12pack-objects: pass length to check_pack_crc() without truncationNguyễn Thái Ngọc Duy2-2/+2
2016-07-11diff: fix a double off-by-one with --ignore-space-at-eolJohannes Schindelin3-4/+6
2016-07-11diff: demonstrate a bug with --patience and --ignore-space-at-eolJohannes Schindelin1-0/+8
2016-07-11Git 2.9.1v2.9.1Junio C Hamano3-2/+58
2016-07-11hoist out handle_nonblock function for xread and xwriteEric Wong1-28/+20
2016-07-08am: counteract gender biasJohannes Schindelin1-8/+8
2016-07-07notes-merge: use O_EXCL to avoid overwriting existing filesRené Scharfe1-5/+1
2016-07-06More fixes for 2.9.1Junio C Hamano1-0/+34
2016-07-06t7610: test for mktemp before test executionArmin Kunaschik1-1/+6
2016-07-06mailmap: use main email address for dturnerDavid Turner1-0/+1
2016-07-06t/lib-git-daemon: use test_match_signalJeff King1-2/+1
2016-07-06test_must_fail: use test_match_signalJeff King1-1/+1
2016-07-06t0005: use test_match_signal as appropriateJeff King1-2/+2
2016-07-06tests: factor portable signal check out of t0005Jeff King2-6/+22
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-01grep.c: reuse "icase" variableNguyễn Thái Ngọc Duy1-4/+1
2016-07-01diffcore-pickaxe: support case insensitive match on non-asciiNguyễn Thái Ngọc Duy2-0/+18
2016-07-01diffcore-pickaxe: Add regcomp_or_die()Nguyễn Thái Ngọc Duy1-9/+13
2016-07-01grep/pcre: support utf-8Nguyễn Thái Ngọc Duy2-0/+17
2016-07-01gettext: add is_utf8_locale()Nguyễn Thái Ngọc Duy2-2/+23
2016-07-01grep/pcre: prepare locale-dependent tables for icase matchingNguyễn Thái Ngọc Duy3-2/+26
2016-07-01grep: rewrite an if/else condition to avoid duplicate expressionNguyễn Thái Ngọc Duy1-4/+1
2016-07-01grep/icase: avoid kwsset when -F is specifiedNguyễn Thái Ngọc Duy4-1/+108
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