summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-01-05Make GIT-VERSION-GEN tolerate missing git describe commandLibravatar John Ellson1-1/+1
2006-01-05Merge fixes up to GIT 1.0.7Libravatar Junio C Hamano60-115/+202
2006-01-05GIT 1.0.7Libravatar Junio C Hamano61-116/+203
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-27Merge fixes up to GIT 1.0.6Libravatar Junio C Hamano5-6/+9
2005-12-27GIT 1.0.6Libravatar Junio C Hamano6-7/+10
2005-12-27send-pack/receive-pack: allow errors to be reported back to pusher.Libravatar Junio C Hamano3-39/+148
2005-12-27Makefile: use git-describe to mark the git version.Libravatar Junio C Hamano3-5/+34
2005-12-27git-describe: documentation.Libravatar Junio C Hamano2-0/+82
2005-12-27git-describe: still prefer annotated tag under --all and --tagsLibravatar Junio C Hamano1-9/+25
2005-12-27git-describe: --tags and --abbrevLibravatar Junio C Hamano1-6/+27
2005-12-27git-describe: use find_unique_abbrev()Libravatar Junio C Hamano1-1/+2
2005-12-27git-describe: really prefer tags only.Libravatar Junio C Hamano1-4/+11
2005-12-27Add a "git-describe" commandLibravatar Linus Torvalds2-1/+120
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-26Merge fixes up to GIT 1.0.5Libravatar Junio C Hamano10-22/+136
2005-12-26GIT 1.0.5Libravatar Junio C Hamano11-23/+137
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