summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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-0616-441/+0
* unpack-objects: default to quiet if stderr is not a tty.Junio C Hamano2006-01-061-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-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
* 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-262-1/+86
* t5300: avoid false failures.Junio C Hamano2005-12-261-1/+7
* avoid asking ?alloc() for zero bytes.Junio C Hamano2005-12-266-19/+39
* short circuit out of a few places where we would allocate zero bytesEric Wong2005-12-262-1/+4
* mailinfo: iconv does not like "latin-1" -- should spell it "latin1"Junio C Hamano2005-12-231-1/+1
* ls-files --full-name: usage string and documentation.Junio C Hamano2005-12-232-2/+9
* merge --no-commit: tweak messageJunio C Hamano2005-12-231-1/+10
* show-branch: usability updates.Junio C Hamano2005-12-231-11/+60
* check_packed_git_idx(): check integrity of the idx file itself.Junio C Hamano2005-12-232-1/+22
* sha1_to_hex: properly terminate the SHA1Johannes Schindelin2005-12-221-0/+2
* Fix for http-fetch from file:// URLsNick Hengeveld2005-12-221-4/+8
* git-format-patch should show the correct versionJohannes Schindelin2005-12-221-0/+3
* send-pack: reword non-fast-forward error message.Junio C Hamano2005-12-221-16/+14