aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* git-fetch: auto-following tags.Junio C Hamano2006-01-07
* Make GIT-VERSION-GEN tolerate missing git describe commandJohn Ellson2006-01-05
* Merge fixes up to GIT 1.0.7Junio C Hamano2006-01-05
|\
| * GIT 1.0.7v1.0.7Junio C Hamano2006-01-05
| |\
| | * Fix git-symbolic-ref typo in git.txt.Jon Loeliger2006-01-05
| | * git: grok 'help' to mean '--help'.Andreas Ericsson2006-01-05
| | * Documentation/git-svnimport: document -T and -t switches correctlyEric Wong2006-01-05
| | * svnimport: support repositories requiring SSL authenticationEric Wong2006-01-05
| | * t3300: skip when filesystem does not like TAB in filenames.Junio C Hamano2006-01-05
| | * format-patch/commit: Quote single quote in the author name properly.Junio C Hamano2006-01-05
| | * git-fetch --tags: reject malformed tags.Junio C Hamano2006-01-05
| | * Wrap synopsis lines and use [verse] to keep formattingJonas Fonseca2006-01-05
| | * use GIT_DIR instead of /var/tmpAlex Riesen2006-01-05
| | * trivial: check, if t/trash directory was successfully createdAlex Riesen2006-01-05
| | * trivial: .gitignore precompiled python modulesAlex Riesen2006-01-05
| | * trivial: use git-repo-config to detect how to run tests in the test repositoryAlex Riesen2006-01-05
| | * trivial: use git-repo-config to detect if the test can be run on the repositoryAlex Riesen2006-01-05
| | * trivial: remove the dots at the end of file names from merge-one-fileAlex Riesen2006-01-05
| | * trivial: clarify, what are the config's user.name and user.email aboutAlex Riesen2006-01-05
| | * trivial: typo in git-commit.shAlex Riesen2006-01-05
| | * use result of open(2) to check for presenceAlex Riesen2006-01-05
| | * fix potential deadlock in create_one_fileAlex Riesen2006-01-05
| | * trivial: O_EXCL makes O_TRUNC redundantAlex Riesen2006-01-05
| | * trivial: retval of waitpid is not errnoAlex Riesen2006-01-05
| | * Fix nasty approxidate bugLinus Torvalds2006-01-05
| | * AIX compile fix for repo-config.cAmos Waterland2006-01-05
| | * git-init-db(1): Describe --shared and the idempotent nature of init-dbJonas Fonseca2006-01-05
| | * ?alloc: do not return NULL when asked for zero bytesJunio C Hamano2005-12-29
| | * code comments: spellJunio C Hamano2005-12-29
| | * Documentation: spell.Junio C Hamano2005-12-29
| | * Fix skipping merge-order test with NO_OPENSSL=1.Gerrit Pape2005-12-28
* | | Merge fixes up to GIT 1.0.6Junio C Hamano2005-12-27
|\ \ \ | |/ /
| * | GIT 1.0.6v1.0.6Junio C Hamano2005-12-27
| |\ \ | | |/
| | * Do not mark tags fetched via --tags flag as mergeableJunio C Hamano2005-12-27
| | * Fix bogus tests on rev-list output.Junio C Hamano2005-12-27
| | * Guard a test against wc that pads its output with whitespaceJunio C Hamano2005-12-27
| | * copy_fd: close ifd on errorSam Ravnborg2005-12-27
* | | send-pack/receive-pack: allow errors to be reported back to pusher.Junio C Hamano2005-12-27
* | | Makefile: use git-describe to mark the git version.Junio C Hamano2005-12-27
* | | git-describe: documentation.Junio C Hamano2005-12-27
* | | git-describe: still prefer annotated tag under --all and --tagsJunio C Hamano2005-12-27
* | | git-describe: --tags and --abbrevJunio C Hamano2005-12-27
* | | git-describe: use find_unique_abbrev()Junio C Hamano2005-12-27
* | | git-describe: really prefer tags only.Junio C Hamano2005-12-27
* | | Add a "git-describe" commandLinus Torvalds2005-12-27
* | | Merge fixes up to GIT 1.0.5Junio C Hamano2005-12-26
|\ \ \ | |/ /
| * | GIT 1.0.5v1.0.5Junio C Hamano2005-12-26
| |\ \ | | |/
| | * Handle symlinks graciouslyJohannes Schindelin2005-12-26
| | * t5300: avoid false failures.Junio C Hamano2005-12-26
| | * avoid asking ?alloc() for zero bytes.Junio C Hamano2005-12-26