summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* show-branch: handle [] globs as well.Junio C Hamano2006-01-121-1/+1
* name-rev: do not omit leading components of ref name.Junio C Hamano2006-01-112-6/+7
* update-index: work with c-quoted nameJunio C Hamano2006-01-111-1/+8
* glossary: explain "master" and "origin"Johannes Schindelin2006-01-111-0/+11
* mailsplit: allow empty input from stdinJunio C Hamano2006-01-081-1/+4
* revert/cherry-pick: handle single quote in author name.Junio C Hamano2006-01-081-0/+1
* Fix git-format-patch usage string wrt output modes.Yann Dirson2006-01-081-2/+4
* Fix typo in debug stanza of t2001Yann Dirson2006-01-081-1/+1
* tar-tree: finish honoring extractor's umask in git-tar-tree.Junio C Hamano2006-01-081-1/+1
* [PATCH] Compilation: zero-length array declaration.Junio C Hamano2006-01-0710-12/+21
* prune: do not show error from pack-redundant when no packs are found.Junio C Hamano2006-01-071-2/+1
* Retire debian/ directory.Junio C Hamano2006-01-0716-441/+0
* unpack-objects: default to quiet if stderr is not a tty.Junio C Hamano2006-01-071-0/+2
* Substitute "/" with $opt_s in tag names as well as branch namesJoe English2006-01-061-0/+1
* Teach cvsexportcommit to add new filesYann Dirson2006-01-061-2/+10
* Fix git-symbolic-ref typo in git.txt.Jon Loeliger2006-01-061-1/+1
* git: grok 'help' to mean '--help'.Andreas Ericsson2006-01-061-0/+5
* Documentation/git-svnimport: document -T and -t switches correctlyEric Wong2006-01-061-3/+3
* svnimport: support repositories requiring SSL authenticationEric Wong2006-01-061-2/+4
* t3300: skip when filesystem does not like TAB in filenames.Junio C Hamano2006-01-061-3/+6
* format-patch/commit: Quote single quote in the author name properly.Junio C Hamano2006-01-062-0/+2
* git-fetch --tags: reject malformed tags.Junio C Hamano2006-01-061-5/+14
* Wrap synopsis lines and use [verse] to keep formattingJonas Fonseca2006-01-0616-34/+49
* use GIT_DIR instead of /var/tmpAlex Riesen2006-01-061-1/+1
* trivial: check, if t/trash directory was successfully createdAlex Riesen2006-01-061-1/+1
* trivial: .gitignore precompiled python modulesAlex Riesen2006-01-061-0/+1
* trivial: use git-repo-config to detect how to run tests in the test repositoryAlex Riesen2006-01-062-7/+22
* trivial: use git-repo-config to detect if the test can be run on the repositoryAlex Riesen2006-01-061-0/+8
* trivial: remove the dots at the end of file names from merge-one-fileAlex Riesen2006-01-061-2/+2
* trivial: clarify, what are the config's user.name and user.email aboutAlex Riesen2006-01-061-1/+2
* trivial: typo in git-commit.shAlex Riesen2006-01-061-1/+1
* use result of open(2) to check for presenceAlex Riesen2006-01-061-5/+12
* fix potential deadlock in create_one_fileAlex Riesen2006-01-061-1/+2
* trivial: O_EXCL makes O_TRUNC redundantAlex Riesen2006-01-062-2/+2
* trivial: retval of waitpid is not errnoAlex Riesen2006-01-061-1/+1
* Fix nasty approxidate bugLinus Torvalds2006-01-061-1/+1
* AIX compile fix for repo-config.cAmos Waterland2006-01-061-8/+8
* git-init-db(1): Describe --shared and the idempotent nature of init-dbJonas Fonseca2006-01-061-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
* 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
* Handle symlinks graciouslyJohannes Schindelin2005-12-272-1/+86
* t5300: avoid false failures.Junio C Hamano2005-12-271-1/+7
* avoid asking ?alloc() for zero bytes.Junio C Hamano2005-12-276-19/+39
* short circuit out of a few places where we would allocate zero bytesEric Wong2005-12-262-1/+4