summaryrefslogtreecommitdiffstats
path: root/t/t4042-diff-textconv-caching.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2013-12-17Update draft release notes to 1.9Junio C Hamano1-0/+37
2013-12-17Git 1.8.5.2v1.8.5.2Junio C Hamano4-3/+24
2013-12-17cmd_repack(): remove redundant local variable "nr_packs"Michael Haggerty1-4/+2
2013-12-12Update draft release notes to 1.9Junio C Hamano1-1/+17
2013-12-12gitweb: Denote non-heads, non-remotes branchesKrzesimir Nowak1-5/+29
2013-12-12gitweb: Add a feature for adding more branch refsKrzesimir Nowak2-12/+105
2013-12-12gitweb: Return 1 on validation success instead of passed inputKrzesimir Nowak1-29/+32
2013-12-12gitweb: Move check-ref-format code into separate functionKrzesimir Nowak1-4/+13
2013-12-09git_connect(): use common return pointTorsten Bögershausen1-58/+50
2013-12-09connect.c: refactor url parsingTorsten Bögershausen5-37/+48
2013-12-09git_connect(): refactor the port handling for sshTorsten Bögershausen3-49/+17
2013-12-09git fetch: support host:/~repoTorsten Bögershausen3-17/+33
2013-12-09t5500: add test cases for diag-urlTorsten Bögershausen1-0/+59
2013-12-09git fetch-pack: add --diag-urlTorsten Bögershausen4-3/+41
2013-12-09git_connect: factor out discovery of the protocol and its partsJohannes Sixt1-27/+53
2013-12-09git_connect: remove artificial limit of a remote commandJohannes Sixt1-6/+1
2013-12-09remote: fix status with branch...rebase=preserveFelipe Contreras1-2/+7
2013-12-09Documentation: document pitfalls with 3-way mergebrian m. carlson1-0/+8
2013-12-09fetch: add missing documentationFelipe Contreras1-0/+3
2013-12-09t: trivial whitespace cleanupsFelipe Contreras2-3/+1
2013-12-09abspath: trivial style fixFelipe Contreras1-1/+1
2013-12-09parse-options: remove OPT_BOOLEANNguyễn Thái Ngọc Duy1-7/+4
2013-12-09gitignore.txt: clarify recursive nature of excluded directoriesKarsten Blees1-2/+17
2013-12-06clone,fetch: catch non positive --depth option valueNguyễn Thái Ngọc Duy2-0/+8
2013-12-06config: arbitrary number of matches for --unset and --replace-allThomas Rast2-6/+77
2013-12-06Start 1.9 cycleJunio C Hamano3-2/+135
2013-12-05commit -v: strip diffs and submodule shortlogs from the commit messageJens Lehmann4-9/+58
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder88-459/+459
2013-12-05strbuf: introduce starts_with() and ends_with()Christian Couder3-10/+21
2013-12-05builtin/remote: remove postfixcmp() and use suffixcmp() insteadChristian Couder1-11/+3
2013-12-05environment: normalize use of prefixcmp() by removing " != 0"Christian Couder1-1/+1
2013-12-05t5000: simplify gzip prerequisite checksJeff King1-16/+4
2013-12-05gettext.c: detect the vsnprintf bug at runtimeNguyễn Thái Ngọc Duy1-4/+15
2013-12-05t5601: add tests for sshTorsten Bögershausen1-1/+99
2013-12-05t5601: remove clear_ssh, refactor setup_ssh_wrapperTorsten Bögershausen1-20/+20
2013-12-04mv: let 'git mv file no-such-dir/' error outMatthieu Moy2-7/+45
2013-12-04send-email: set SSL options through IO::Socket::SSL::set_client_defaultsThomas Rast1-2/+5
2013-12-04send-email: --smtp-ssl-cert-path takes an argumentThomas Rast1-1/+1
2013-12-04send-email: pass Debug to Net::SMTP::SSL::newThomas Rast1-0/+1
2013-12-03stop installing git-tar-tree linkJonathan Nieder2-2/+1
2013-12-03Git 1.8.5.1v1.8.5.1Junio C Hamano4-3/+13
2013-12-03ref-iteration doc: add_submodule_odb() returns 0 for successNick Townsend1-2/+2
2013-12-03Git 1.8.4.5v1.8.4.5Junio C Hamano4-3/+17
2013-12-02submodule: do not copy unknown update mode from .gitmodulesJunio C Hamano2-5/+30
2013-12-02commit-slab: sizeof() the right type in xreallocThomas Rast1-1/+1
2013-12-01gitk: Recognize -L optionThomas Rast1-0/+8
2013-12-01gitk: Support showing the gathered inline diffsThomas Rast1-0/+38
2013-12-01gitk: Split out diff part in $commitinfoThomas Rast1-1/+10
2013-12-01gitk: Refactor per-line part of getblobdiffline and its supportThomas Rast1-195/+213
2013-12-01gitk: Support -G option from the command lineThomas Rast1-1/+1