summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-01-06Retire debian/ directory.Libravatar Junio C Hamano16-441/+0
2006-01-06unpack-objects: default to quiet if stderr is not a tty.Libravatar Junio C Hamano1-0/+2
2006-01-06Substitute "/" with $opt_s in tag names as well as branch namesLibravatar Joe English1-0/+1
2006-01-06Teach cvsexportcommit to add new filesLibravatar Yann Dirson1-2/+10
2006-01-05Fix git-symbolic-ref typo in git.txt.Libravatar Jon Loeliger1-1/+1
2006-01-05git: grok 'help' to mean '--help'.Libravatar Andreas Ericsson1-0/+5
2006-01-05Documentation/git-svnimport: document -T and -t switches correctlyLibravatar Eric Wong1-3/+3
2006-01-05svnimport: support repositories requiring SSL authenticationLibravatar Eric Wong1-2/+4
2006-01-05t3300: skip when filesystem does not like TAB in filenames.Libravatar Junio C Hamano1-3/+6
2006-01-05format-patch/commit: Quote single quote in the author name properly.Libravatar Junio C Hamano2-0/+2
2006-01-05git-fetch --tags: reject malformed tags.Libravatar Junio C Hamano1-5/+14
2006-01-05Wrap synopsis lines and use [verse] to keep formattingLibravatar Jonas Fonseca16-34/+49
2006-01-05use GIT_DIR instead of /var/tmpLibravatar Alex Riesen1-1/+1
2006-01-05trivial: check, if t/trash directory was successfully createdLibravatar Alex Riesen1-1/+1
2006-01-05trivial: .gitignore precompiled python modulesLibravatar Alex Riesen1-0/+1
2006-01-05trivial: use git-repo-config to detect how to run tests in the test repositoryLibravatar Alex Riesen2-7/+22
2006-01-05trivial: use git-repo-config to detect if the test can be run on the repositoryLibravatar Alex Riesen1-0/+8
2006-01-05trivial: remove the dots at the end of file names from merge-one-fileLibravatar Alex Riesen1-2/+2
2006-01-05trivial: clarify, what are the config's user.name and user.email aboutLibravatar Alex Riesen1-1/+2
2006-01-05trivial: typo in git-commit.shLibravatar Alex Riesen1-1/+1
2006-01-05use result of open(2) to check for presenceLibravatar Alex Riesen1-5/+12
2006-01-05fix potential deadlock in create_one_fileLibravatar Alex Riesen1-1/+2
2006-01-05trivial: O_EXCL makes O_TRUNC redundantLibravatar Alex Riesen2-2/+2
2006-01-05trivial: retval of waitpid is not errnoLibravatar Alex Riesen1-1/+1
2006-01-05Fix nasty approxidate bugLibravatar Linus Torvalds1-1/+1
2006-01-05AIX compile fix for repo-config.cLibravatar Amos Waterland1-8/+8
2006-01-05git-init-db(1): Describe --shared and the idempotent nature of init-dbLibravatar Jonas Fonseca1-2/+14
2005-12-29?alloc: do not return NULL when asked for zero bytesLibravatar Junio C Hamano1-0/+6
2005-12-29code comments: spellLibravatar Junio C Hamano7-7/+7
2005-12-29Documentation: spell.Libravatar Junio C Hamano17-20/+20
2005-12-28Fix skipping merge-order test with NO_OPENSSL=1.Libravatar Gerrit Pape1-7/+7
2005-12-27Do not mark tags fetched via --tags flag as mergeableLibravatar Junio C Hamano1-1/+1
2005-12-27Fix bogus tests on rev-list output.Libravatar Junio C Hamano2-2/+2
2005-12-27Guard a test against wc that pads its output with whitespaceLibravatar Junio C Hamano1-1/+1
2005-12-27copy_fd: close ifd on errorLibravatar Sam Ravnborg1-2/+5
2005-12-26Handle symlinks graciouslyLibravatar Johannes Schindelin2-1/+86
2005-12-26t5300: avoid false failures.Libravatar Junio C Hamano1-1/+7
2005-12-26avoid asking ?alloc() for zero bytes.Libravatar Junio C Hamano6-19/+39
2005-12-26short circuit out of a few places where we would allocate zero bytesLibravatar Eric Wong2-1/+4
2005-12-23mailinfo: iconv does not like "latin-1" -- should spell it "latin1"Libravatar Junio C Hamano1-1/+1
2005-12-23ls-files --full-name: usage string and documentation.Libravatar Junio C Hamano2-2/+9
2005-12-23merge --no-commit: tweak messageLibravatar Junio C Hamano1-1/+10
2005-12-23show-branch: usability updates.Libravatar Junio C Hamano1-11/+60
2005-12-23check_packed_git_idx(): check integrity of the idx file itself.Libravatar Junio C Hamano2-1/+22
2005-12-22sha1_to_hex: properly terminate the SHA1Libravatar Johannes Schindelin1-0/+2
2005-12-22Fix for http-fetch from file:// URLsLibravatar Nick Hengeveld1-4/+8
2005-12-22git-format-patch should show the correct versionLibravatar Johannes Schindelin1-0/+3
2005-12-22send-pack: reword non-fast-forward error message.Libravatar Junio C Hamano1-16/+14
2005-12-21\n usage in stderr outputLibravatar Alex Riesen5-9/+9
2005-12-21sanity check in add_packed_git()Libravatar Pavel Roskin1-1/+1