summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-01-08git-daemon --base-pathPetr Baudis
2006-01-08describe: allow more than one revs to be named.Junio C Hamano
2006-01-08ls-files --others --directory: testJunio C Hamano
2006-01-08git-status: use ls-files --others --directory for untracked list.Junio C Hamano
2006-01-08ls-files --others --directory: give trailing slashJunio C Hamano
2006-01-08ls-files --others --directory: fix a bug with index entry orderingJunio C Hamano
2006-01-08ls-files -o: optionally skip showing the contents in "untracked" directoriesLinus Torvalds
2006-01-08git-fetch: auto-following tags.Junio C Hamano
2006-01-06Make GIT-VERSION-GEN tolerate missing git describe commandJohn Ellson
2006-01-06Merge fixes up to GIT 1.0.7Junio C Hamano
2006-01-06GIT 1.0.7v1.0.7Junio C Hamano
2006-01-06Fix git-symbolic-ref typo in git.txt.Jon Loeliger
2006-01-06git: grok 'help' to mean '--help'.Andreas Ericsson
2006-01-06Documentation/git-svnimport: document -T and -t switches correctlyEric Wong
2006-01-06svnimport: support repositories requiring SSL authenticationEric Wong
2006-01-06t3300: skip when filesystem does not like TAB in filenames.Junio C Hamano
2006-01-06format-patch/commit: Quote single quote in the author name properly.Junio C Hamano
2006-01-06git-fetch --tags: reject malformed tags.Junio C Hamano
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-28Merge fixes up to GIT 1.0.6Junio C Hamano
2005-12-28GIT 1.0.6v1.0.6Junio C Hamano
2005-12-28send-pack/receive-pack: allow errors to be reported back to pusher.Junio C Hamano
2005-12-28Makefile: use git-describe to mark the git version.Junio C Hamano
2005-12-28git-describe: documentation.Junio C Hamano
2005-12-28git-describe: still prefer annotated tag under --all and --tagsJunio C Hamano
2005-12-28git-describe: --tags and --abbrevJunio C Hamano
2005-12-28git-describe: use find_unique_abbrev()Junio C Hamano
2005-12-28git-describe: really prefer tags only.Junio C Hamano
2005-12-28Add 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