summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a minimal test for git-cherryYann Dirson2006-01-081-0/+53
* Add an optional limit to git-cherryYann Dirson2006-01-081-7/+13
* git-daemon --base-pathPetr Baudis2006-01-072-2/+30
* describe: allow more than one revs to be named.Junio C Hamano2006-01-073-1/+17
* ls-files --others --directory: testJunio C Hamano2006-01-071-6/+28
* git-status: use ls-files --others --directory for untracked list.Junio C Hamano2006-01-071-2/+2
* ls-files --others --directory: give trailing slashJunio C Hamano2006-01-071-2/+3
* ls-files --others --directory: fix a bug with index entry orderingJunio C Hamano2006-01-071-8/+5
* ls-files -o: optionally skip showing the contents in "untracked" directoriesLinus Torvalds2006-01-071-0/+22
* git-fetch: auto-following tags.Junio C Hamano2006-01-072-124/+169
* Make GIT-VERSION-GEN tolerate missing git describe commandJohn Ellson2006-01-051-1/+1
* Merge fixes up to GIT 1.0.7Junio C Hamano2006-01-0560-115/+202
|\
| * GIT 1.0.7v1.0.7Junio C Hamano2006-01-0561-116/+203
| |\
| | * Fix git-symbolic-ref typo in git.txt.Jon Loeliger2006-01-051-1/+1
| | * git: grok 'help' to mean '--help'.Andreas Ericsson2006-01-051-0/+5
| | * Documentation/git-svnimport: document -T and -t switches correctlyEric Wong2006-01-051-3/+3
| | * svnimport: support repositories requiring SSL authenticationEric Wong2006-01-051-2/+4
| | * t3300: skip when filesystem does not like TAB in filenames.Junio C Hamano2006-01-051-3/+6
| | * format-patch/commit: Quote single quote in the author name properly.Junio C Hamano2006-01-052-0/+2
| | * git-fetch --tags: reject malformed tags.Junio C Hamano2006-01-051-5/+14
| | * Wrap synopsis lines and use [verse] to keep formattingJonas Fonseca2006-01-0516-34/+49
| | * use GIT_DIR instead of /var/tmpAlex Riesen2006-01-051-1/+1
| | * trivial: check, if t/trash directory was successfully createdAlex Riesen2006-01-051-1/+1
| | * trivial: .gitignore precompiled python modulesAlex Riesen2006-01-051-0/+1
| | * trivial: use git-repo-config to detect how to run tests in the test repositoryAlex Riesen2006-01-052-7/+22
| | * trivial: use git-repo-config to detect if the test can be run on the repositoryAlex Riesen2006-01-051-0/+8
| | * trivial: remove the dots at the end of file names from merge-one-fileAlex Riesen2006-01-051-2/+2
| | * trivial: clarify, what are the config's user.name and user.email aboutAlex Riesen2006-01-051-1/+2
| | * trivial: typo in git-commit.shAlex Riesen2006-01-051-1/+1
| | * use result of open(2) to check for presenceAlex Riesen2006-01-051-5/+12
| | * fix potential deadlock in create_one_fileAlex Riesen2006-01-051-1/+2
| | * trivial: O_EXCL makes O_TRUNC redundantAlex Riesen2006-01-052-2/+2
| | * trivial: retval of waitpid is not errnoAlex Riesen2006-01-051-1/+1
| | * Fix nasty approxidate bugLinus Torvalds2006-01-051-1/+1
| | * AIX compile fix for repo-config.cAmos Waterland2006-01-051-8/+8
| | * git-init-db(1): Describe --shared and the idempotent nature of init-dbJonas Fonseca2006-01-051-2/+14
| | * ?alloc: do not return NULL when asked for zero bytesJunio C Hamano2005-12-291-0/+6
| | * code comments: spellJunio C Hamano2005-12-297-7/+7
| | * Documentation: spell.Junio C Hamano2005-12-2917-20/+20
| | * Fix skipping merge-order test with NO_OPENSSL=1.Gerrit Pape2005-12-281-7/+7
* | | Merge fixes up to GIT 1.0.6Junio C Hamano2005-12-275-6/+9
|\ \ \ | |/ /
| * | GIT 1.0.6v1.0.6Junio C Hamano2005-12-276-7/+10
| |\ \ | | |/
| | * Do not mark tags fetched via --tags flag as mergeableJunio C Hamano2005-12-271-1/+1
| | * Fix bogus tests on rev-list output.Junio C Hamano2005-12-272-2/+2
| | * Guard a test against wc that pads its output with whitespaceJunio C Hamano2005-12-271-1/+1
| | * copy_fd: close ifd on errorSam Ravnborg2005-12-271-2/+5
* | | send-pack/receive-pack: allow errors to be reported back to pusher.Junio C Hamano2005-12-273-39/+148
* | | Makefile: use git-describe to mark the git version.Junio C Hamano2005-12-273-5/+34
* | | git-describe: documentation.Junio C Hamano2005-12-272-0/+82
* | | git-describe: still prefer annotated tag under --all and --tagsJunio C Hamano2005-12-271-9/+25