summaryrefslogtreecommitdiffstats
path: root/git-difftool--helper.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-09am --skip/--abort: merge HEAD/ORIG_HEAD tree into indexJohannes Schindelin1-1/+1
2015-09-04Git 2.5.2v2.5.2Junio C Hamano4-3/+67
2015-09-04Git 2.4.9v2.4.9Junio C Hamano4-3/+13
2015-09-04Git 2.3.9v2.3.9Junio C Hamano4-3/+13
2015-09-04Git 2.2.3v2.2.3Junio C Hamano4-3/+13
2015-09-04show-branch: use a strbuf for reflog descriptionsJeff King1-2/+4
2015-09-04read_info_alternates: handle paths larger than PATH_MAXJeff King1-6/+3
2015-09-04notes: use a strbuf in add_non_noteJeff King1-9/+10
2015-09-04verify_absent: allow filenames longer than PATH_MAXJeff King1-7/+10
2015-08-31trailer: support multiline titleChristian Couder2-4/+25
2015-08-31t7300: fix broken && chainsErik Elfström1-12/+4
2015-08-31log: diagnose empty HEAD more clearlyJeff King2-1/+30
2015-08-31commit: don't rewrite shared index unnecessarilyDavid Turner3-5/+15
2015-08-28git-submodule: remove extraneous space from error messageAlex Henrie1-1/+1
2015-08-28Git 2.5.1v2.5.1Junio C Hamano3-2/+19
2015-08-28Mingw: verify both ends of the pipe () callJose F. Morales1-1/+1
2015-08-28archive-zip: support more than 65535 entriesRené Scharfe2-4/+91
2015-08-28archive-zip: use a local variable to store the creator versionRené Scharfe1-2/+4
2015-08-28t5004: test ZIP archives with many entriesRené Scharfe1-0/+40
2015-08-26trailer: retitle a test and correct an in-comment messageChristian Couder2-2/+3
2015-08-26git-svn doc: mention "svn-remote.<name>.include-paths"Brett Randall1-0/+3
2015-08-26pull: pass upload_pack only when it was givenJunio C Hamano1-1/+1
2015-08-25generate-cmdlist: re-implement as shell scriptEric Sunshine3-52/+52
2015-08-25setup: update the right file in multiple checkoutsNguyễn Thái Ngọc Duy1-2/+2
2015-08-24rev-list: make it obvious that we do not support notesJeff King4-0/+9
2015-08-24config: silence warnings for command names with invalid keysJeff King5-12/+43
2015-08-21wt-status: move #include "pathspec.h" to the headerSZEDER Gábor2-1/+1
2015-08-21trailer: ignore first line of messageChristian Couder2-2/+16
2015-08-21Documentation/config: fix inconsistent label on gc.*.reflogExpireUnreachableAndreas Schwab1-1/+1
2015-08-20t3020: fix typo in test descriptionSZEDER Gábor1-1/+1
2015-08-20ps_matched: xcalloc() takes nmemb and then element sizeJunio C Hamano2-2/+2
2015-08-19Start preparing for 2.5.1Junio C Hamano2-1/+50
2015-08-19untracked cache: fix entry invalidationNguyễn Thái Ngọc Duy2-13/+83
2015-08-19untracked-cache: fix subdirectory handlingDavid Turner2-7/+79
2015-08-19t7063: use --force-untracked-cache to speed up a bitNguyễn Thái Ngọc Duy1-1/+1
2015-08-17po/README: Update directions for l10n contributorsPhilip Oakley1-0/+19
2015-08-14config: close config file handle in case of errorSven Strickroth1-1/+4
2015-08-12git_open_noatime: return with errno=0 on successClemens Buchacher1-1/+4
2015-08-12t2019: skip test requiring '*' in a file name non WindowsJohannes Sixt1-1/+1
2015-08-11vreportf: avoid intermediate bufferJeff King1-3/+12
2015-08-11vreportf: report to arbitrary filehandlesJeff King3-29/+12
2015-08-10strbuf_read(): skip unnecessary strbuf_grow() at eofJim Hill1-5/+5
2015-08-10clone: use computed length in guess_dir_nameJeff King2-7/+8