summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-01-05svnimport: support repositories requiring SSL authenticationEric Wong
2006-01-05t3300: skip when filesystem does not like TAB in filenames.Junio C Hamano
2006-01-05format-patch/commit: Quote single quote in the author name properly.Junio C Hamano
2006-01-05git-fetch --tags: reject malformed tags.Junio C Hamano
2006-01-05Wrap synopsis lines and use [verse] to keep formattingJonas Fonseca
2006-01-05use GIT_DIR instead of /var/tmpAlex Riesen
2006-01-05trivial: check, if t/trash directory was successfully createdAlex Riesen
2006-01-05trivial: .gitignore precompiled python modulesAlex Riesen
2006-01-05trivial: use git-repo-config to detect how to run tests in the test repositoryAlex Riesen
2006-01-05trivial: use git-repo-config to detect if the test can be run on the repositoryAlex Riesen
2006-01-05trivial: remove the dots at the end of file names from merge-one-fileAlex Riesen
2006-01-05trivial: clarify, what are the config's user.name and user.email aboutAlex Riesen
2006-01-05trivial: typo in git-commit.shAlex Riesen
2006-01-05use result of open(2) to check for presenceAlex Riesen
2006-01-05fix potential deadlock in create_one_fileAlex Riesen
2006-01-05trivial: O_EXCL makes O_TRUNC redundantAlex Riesen
2006-01-05trivial: retval of waitpid is not errnoAlex Riesen
2006-01-05Fix nasty approxidate bugLinus Torvalds
2006-01-05AIX compile fix for repo-config.cAmos Waterland
2006-01-05git-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-27Merge fixes up to GIT 1.0.6Junio C Hamano
2005-12-27GIT 1.0.6v1.0.6Junio C Hamano
2005-12-27send-pack/receive-pack: allow errors to be reported back to pusher.Junio C Hamano
2005-12-27Makefile: use git-describe to mark the git version.Junio C Hamano
2005-12-27git-describe: documentation.Junio C Hamano
2005-12-27git-describe: still prefer annotated tag under --all and --tagsJunio C Hamano
2005-12-27git-describe: --tags and --abbrevJunio C Hamano
2005-12-27git-describe: use find_unique_abbrev()Junio C Hamano
2005-12-27git-describe: really prefer tags only.Junio C Hamano
2005-12-27Add a "git-describe" commandLinus Torvalds
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-26Merge fixes up to GIT 1.0.5Junio C Hamano
2005-12-26GIT 1.0.5v1.0.5Junio C Hamano
2005-12-26Handle symlinks graciouslyJohannes Schindelin
2005-12-26t5300: avoid false failures.Junio C Hamano
2005-12-26avoid 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-25Merge branch 'jc/checkout'Junio C Hamano
2005-12-24Tutorial: mention shared repository management.Junio C Hamano
2005-12-24git-init-db: initialize shared repositories with --sharedJohannes Schindelin
2005-12-24Introduce core.sharedrepositoryJohannes Schindelin
2005-12-24Merge fixes up to GIT 1.0.4Junio C Hamano
2005-12-24GIT 1.0.4v1.0.4Junio C Hamano