summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-01-06Wrap synopsis lines and use [verse] to keep formattingJonas Fonseca
2006-01-06use GIT_DIR instead of /var/tmpAlex Riesen
2006-01-06trivial: check, if t/trash directory was successfully createdAlex Riesen
2006-01-06trivial: .gitignore precompiled python modulesAlex Riesen
2006-01-06trivial: use git-repo-config to detect how to run tests in the test repositoryAlex Riesen
2006-01-06trivial: use git-repo-config to detect if the test can be run on the repositoryAlex Riesen
2006-01-06trivial: remove the dots at the end of file names from merge-one-fileAlex Riesen
2006-01-06trivial: clarify, what are the config's user.name and user.email aboutAlex Riesen
2006-01-06trivial: typo in git-commit.shAlex Riesen
2006-01-06use result of open(2) to check for presenceAlex Riesen
2006-01-06fix potential deadlock in create_one_fileAlex Riesen
2006-01-06trivial: O_EXCL makes O_TRUNC redundantAlex Riesen
2006-01-06trivial: retval of waitpid is not errnoAlex Riesen
2006-01-06Fix nasty approxidate bugLinus Torvalds
2006-01-06AIX compile fix for repo-config.cAmos Waterland
2006-01-06git-init-db(1): Describe --shared and the idempotent nature of init-dbJonas Fonseca
2005-12-29?alloc: do not return NULL when asked for zero bytesJunio C Hamano
2005-12-29code comments: spellJunio C Hamano
2005-12-29Documentation: spell.Junio C Hamano
2005-12-28Fix skipping merge-order test with NO_OPENSSL=1.Gerrit Pape
2005-12-27Do not mark tags fetched via --tags flag as mergeableJunio C Hamano
2005-12-27Fix bogus tests on rev-list output.Junio C Hamano
2005-12-27Guard a test against wc that pads its output with whitespaceJunio C Hamano
2005-12-27copy_fd: close ifd on errorSam Ravnborg
2005-12-27Handle symlinks graciouslyJohannes Schindelin
2005-12-27t5300: avoid false failures.Junio C Hamano
2005-12-27avoid asking ?alloc() for zero bytes.Junio C Hamano
2005-12-26short circuit out of a few places where we would allocate zero bytesEric Wong
2005-12-24mailinfo: iconv does not like "latin-1" -- should spell it "latin1"Junio C Hamano
2005-12-23ls-files --full-name: usage string and documentation.Junio C Hamano
2005-12-23merge --no-commit: tweak messageJunio C Hamano
2005-12-23show-branch: usability updates.Junio C Hamano
2005-12-23check_packed_git_idx(): check integrity of the idx file itself.Junio C Hamano
2005-12-22sha1_to_hex: properly terminate the SHA1Johannes Schindelin
2005-12-22Fix for http-fetch from file:// URLsNick Hengeveld
2005-12-22git-format-patch should show the correct versionJohannes Schindelin
2005-12-22send-pack: reword non-fast-forward error message.Junio C Hamano
2005-12-22\n usage in stderr outputAlex Riesen
2005-12-22sanity check in add_packed_git()Pavel Roskin
2005-12-21server-info: skip empty lines.Junio C Hamano
2005-12-21[PATCH] quote.c: Make loop control more readable.Pavel Roskin
2005-12-21An off-by-one bug found by valgrindPavel Roskin
2005-12-21Avoid misleading success message on errorJohannes Schindelin
2005-12-21http-fetch.c: fix objects/info/pack parsing.Junio C Hamano
2005-12-21objects/info/packs: work around bug in http-fetch.c::fetch_indices()Junio C Hamano
2005-12-21GIT 1.0.0v1.0.0Junio C Hamano
2005-12-21Make "git-send-pack" less verbose by defaultLinus Torvalds
2005-12-21A shared repository should be writable by members.Junio C Hamano
2005-12-20ce_smudge_racily_clean_entry: explain why it works.Junio C Hamano
2005-12-20Racy GIT (part #2)Junio C Hamano