summaryrefslogtreecommitdiffstats
path: root/t/t4001-diff-rename.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2006-01-06git: grok 'help' to mean '--help'.Andreas Ericsson1-0/+5
2006-01-06Documentation/git-svnimport: document -T and -t switches correctlyEric Wong1-3/+3
2006-01-06svnimport: support repositories requiring SSL authenticationEric Wong1-2/+4
2006-01-06t3300: skip when filesystem does not like TAB in filenames.Junio C Hamano1-3/+6
2006-01-06format-patch/commit: Quote single quote in the author name properly.Junio C Hamano2-0/+2
2006-01-06git-fetch --tags: reject malformed tags.Junio C Hamano1-5/+14
2006-01-06Wrap synopsis lines and use [verse] to keep formattingJonas Fonseca16-34/+49
2006-01-06use GIT_DIR instead of /var/tmpAlex Riesen1-1/+1
2006-01-06trivial: check, if t/trash directory was successfully createdAlex Riesen1-1/+1
2006-01-06trivial: .gitignore precompiled python modulesAlex Riesen1-0/+1
2006-01-06trivial: use git-repo-config to detect how to run tests in the test repositoryAlex Riesen2-7/+22
2006-01-06trivial: use git-repo-config to detect if the test can be run on the repositoryAlex Riesen1-0/+8
2006-01-06trivial: remove the dots at the end of file names from merge-one-fileAlex Riesen1-2/+2
2006-01-06trivial: clarify, what are the config's user.name and user.email aboutAlex Riesen1-1/+2
2006-01-06trivial: typo in git-commit.shAlex Riesen1-1/+1
2006-01-06use result of open(2) to check for presenceAlex Riesen1-5/+12
2006-01-06fix potential deadlock in create_one_fileAlex Riesen1-1/+2
2006-01-06trivial: O_EXCL makes O_TRUNC redundantAlex Riesen2-2/+2
2006-01-06trivial: retval of waitpid is not errnoAlex Riesen1-1/+1
2006-01-06Fix nasty approxidate bugLinus Torvalds1-1/+1
2006-01-06AIX compile fix for repo-config.cAmos Waterland1-8/+8
2006-01-06git-init-db(1): Describe --shared and the idempotent nature of init-dbJonas Fonseca1-2/+14
2005-12-29?alloc: do not return NULL when asked for zero bytesJunio C Hamano1-0/+6
2005-12-29code comments: spellJunio C Hamano7-7/+7
2005-12-29Documentation: spell.Junio C Hamano17-20/+20
2005-12-28Fix skipping merge-order test with NO_OPENSSL=1.Gerrit Pape1-7/+7
2005-12-27Do not mark tags fetched via --tags flag as mergeableJunio C Hamano1-1/+1
2005-12-27Fix bogus tests on rev-list output.Junio C Hamano2-2/+2
2005-12-27Guard a test against wc that pads its output with whitespaceJunio C Hamano1-1/+1
2005-12-27copy_fd: close ifd on errorSam Ravnborg1-2/+5
2005-12-27Handle symlinks graciouslyJohannes Schindelin2-1/+86
2005-12-27t5300: avoid false failures.Junio C Hamano1-1/+7
2005-12-27avoid asking ?alloc() for zero bytes.Junio C Hamano6-19/+39
2005-12-26short circuit out of a few places where we would allocate zero bytesEric Wong2-1/+4
2005-12-24mailinfo: iconv does not like "latin-1" -- should spell it "latin1"Junio C Hamano1-1/+1
2005-12-24ls-files --full-name: usage string and documentation.Junio C Hamano2-2/+9
2005-12-24merge --no-commit: tweak messageJunio C Hamano1-1/+10
2005-12-23show-branch: usability updates.Junio C Hamano1-11/+60
2005-12-23check_packed_git_idx(): check integrity of the idx file itself.Junio C Hamano2-1/+22
2005-12-22sha1_to_hex: properly terminate the SHA1Johannes Schindelin1-0/+2
2005-12-22Fix for http-fetch from file:// URLsNick Hengeveld1-4/+8
2005-12-22git-format-patch should show the correct versionJohannes Schindelin1-0/+3
2005-12-22send-pack: reword non-fast-forward error message.Junio C Hamano1-16/+14
2005-12-22\n usage in stderr outputAlex Riesen5-9/+9
2005-12-22sanity check in add_packed_git()Pavel Roskin1-1/+1
2005-12-21server-info: skip empty lines.Junio C Hamano1-1/+4
2005-12-21[PATCH] quote.c: Make loop control more readable.Pavel Roskin1-2/+4
2005-12-21GIT 1.0.0av1.0.1v1.0.0aJunio C Hamano2-1/+12
2005-12-21An off-by-one bug found by valgrindPavel Roskin1-1/+1
2005-12-21Avoid misleading success message on errorJohannes Schindelin1-1/+1