summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2005-12-22rev-parse: --show-cdupLibravatar Junio C Hamano2-1/+18
2005-12-22Merge in fixes up to 1.0.3 maintenance branch.Libravatar Junio C Hamano5-20/+50
2005-12-22GIT 1.0.3Libravatar Junio C Hamano9-31/+44
2005-12-22git-clone: Support changing the origin branch with -oLibravatar Johannes Schindelin2-5/+21
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-21GIT: Support [address] in URLsLibravatar YOSHIFUJI Hideaki / 吉藤英明1-8/+24
2005-12-21whatchanged: customize diff-tree outputLibravatar Junio C Hamano1-2/+8
2005-12-21Merge branch 'fixes'Libravatar Junio C Hamano5-10/+10
2005-12-21\n usage in stderr outputLibravatar Alex Riesen5-9/+9
2005-12-21git-pack-redundant: speed and memory usage improvementsLibravatar Lukas Sandström1-80/+69
2005-12-21merge-recursive: conflicting rename case.Libravatar Junio C Hamano2-11/+64