summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2005-12-25Merge branch 'jc/checkout'Libravatar Junio C Hamano2-5/+28
2005-12-24Tutorial: mention shared repository management.Libravatar Junio C Hamano1-0/+18
2005-12-24git-init-db: initialize shared repositories with --sharedLibravatar Johannes Schindelin1-10/+22
2005-12-24Introduce core.sharedrepositoryLibravatar Johannes Schindelin4-1/+36
2005-12-24Merge fixes up to GIT 1.0.4Libravatar Junio C Hamano6-15/+86
2005-12-24GIT 1.0.4Libravatar Junio C Hamano9-17/+109
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-23git-clone: do not special case dumb http.Libravatar Junio C Hamano1-15/+1
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-23Adjust to ls-tree --full-name when run from a subdirectory.Libravatar Junio C Hamano2-5/+19
2005-12-23ls-tree: chomp leading directories when run from a subdirectoryLibravatar Junio C Hamano1-4/+18
2005-12-22checkout: sometimes work from a subdirectory.Libravatar Junio C Hamano1-0/+9
2005-12-22check_packed_git_idx(): check integrity of the idx file itself.Libravatar Junio C Hamano2-1/+22