summaryrefslogtreecommitdiffstats
path: root/t/t0021-conversion.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-08t0021: expect more variations in the output of uniq -cJohannes Sixt1-4/+3
2016-11-06l10n: fr.po fix grammar mistakesjfbu1-11/+7
2016-11-05l10n: fr.po v2.11.0_rnd1Jean-Noel Avila1-2037/+2916
2016-11-05l10n: sv.po: Update Swedish translation (2913t0f0u)Peter Krefting1-2019/+2936
2016-11-04l10n: vi.po: Updated translation to v2.11.0 (2913t)Tran Ngoc Quan1-2016/+2930
2016-11-03l10n: ko.po: Update Korean translationChangwoo Ryu1-2230/+2946
2016-11-03t0021: fix filehandle usage on older perlJeff King1-0/+1
2016-11-03t0021: use $PERL_PATH for rot13-filter.plJeff King2-9/+11
2016-11-03t0021: put $TEST_ROOT in $PATHJeff King1-3/+4
2016-11-03t0021: use write_script to create rot13 shell scriptJeff King1-3/+1
2016-11-01A bit of updates post -rc0Junio C Hamano1-7/+8
2016-11-01split-index: s/eith/with/ typo fixChristian Couder1-1/+1
2016-11-01cocci: avoid self-references in object_id transformationsRené Scharfe1-0/+15
2016-11-01sha1_name: make wraparound of the index into ring-buffer explicitRené Scharfe1-1/+2
2016-11-01l10n: git.pot: v2.11.0 round 1 (209 new, 53 removed)Jiang Xin1-1952/+2742
2016-10-31Git 2.11-rc0v2.11.0-rc0Junio C Hamano2-28/+42
2016-10-31git-sh-setup: be explicit where to dot-source git-sh-i18n from.Anders Kaseorg1-3/+3
2016-10-31commit: simplify building parents listRené Scharfe1-8/+6
2016-10-30doc: fix missing "::" in config listJeff King1-1/+1
2016-10-28pre-receive.sample: mark it executableAnders Kaseorg1-0/+0
2016-10-28Git 2.10.2v2.10.2Junio C Hamano3-2/+69
2016-10-28Documentation/fmt-merge-msg: fix markup in exampleStefan Christ1-2/+2
2016-10-28valgrind: support test helpersRené Scharfe2-3/+18
2016-10-28Getting ready for 2.11-rc0Junio C Hamano1-1/+36
2016-10-27git-svn: do not reuse caches memoized for a different architectureGavin Lambert1-1/+11
2016-10-27git-compat-util: move content inside ifdef/endif guardsJeff King1-2/+2
2016-10-26diff: handle sha1 abbreviations outside of repositoryJeff King1-4/+17
2016-10-26diff_aligned_abbrev: use "struct oid"Jeff King3-12/+14
2016-10-26diff_unique_abbrev: rename to diff_aligned_abbrevJeff King3-11/+11
2016-10-26find_unique_abbrev: use 4-buffer ringJeff King4-19/+16
2016-10-26test-*-cache-tree: setup git dirJeff King2-0/+2
2016-10-26read info/{attributes,exclude} only when in repositoryJeff King2-7/+11
2016-10-26Eleventh batch for 2.11Junio C Hamano1-0/+106
2016-10-26hex: make wraparound of the index into ring-buffer explicitRené Scharfe2-2/+4
2016-10-26stash: allow stashes to be referenced by index onlyAaron M Watson3-3/+50
2016-10-26t0060: sidestep surprising path mangling results on WindowsJohannes Sixt1-13/+14
2016-10-25read-cache: make sure file handles are not inherited by child processesLars Schneider1-1/+8
2016-10-25sha1_file: open window into packfiles with O_CLOEXECLars Schneider1-4/+9
2016-10-25sha1_file: rename git_open_noatime() to git_open()Lars Schneider4-9/+9
2016-10-25doc: fix the 'revert a faulty merge' ASCII art tab spacingPhilip Oakley1-8/+8
2016-10-24commit: don't be fooled by ita entries when creating initial commitNguyễn Thái Ngọc Duy2-3/+18
2016-10-24commit: fix empty commit creation when there's no changes but ita entriesNguyễn Thái Ngọc Duy5-5/+18
2016-10-24diff: add --ita-[in]visible-in-indexNguyễn Thái Ngọc Duy3-1/+15
2016-10-24diff-lib: allow ita entries treated as "not yet exist in index"Nguyễn Thái Ngọc Duy5-4/+38
2016-10-24daemon: detect and reject too-long pathsJeff King1-4/+21
2016-10-24test-lib: bail out when "-v" used under "prove"Jeff King1-0/+10
2016-10-22transport: compute summary-width dynamicallyJunio C Hamano1-1/+17
2016-10-22transport: allow summary-width to be computed dynamicallyJunio C Hamano3-4/+9
2016-10-22fetch: pass summary_width down the callchainJunio C Hamano1-16/+21
2016-10-21transport: pass summary_width down the callchainJunio C Hamano1-25/+38