summaryrefslogtreecommitdiffstats
path: root/hash-object.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-01-28Documentation/config.txt: Fix documentation of colour config tweaks.Mark Wooding1-10/+16
2007-01-28wt-status: Actually accept `color.status.BLAH' configuration variables.Mark Wooding1-1/+1
2007-01-28git-blame --incremental: don't use pagerRen,Ai(B Scharfe2-1/+4
2007-01-28Compute accurate distances in git-describe before output.Shawn O. Pearce1-1/+41
2007-01-28Update describe documentation.Junio C Hamano1-9/+22
2007-01-28Teach git-describe to display distances from tags.Shawn O. Pearce1-2/+3
2007-01-28git-blame --porcelain: quote filename in c-style when needed.Junio C Hamano1-5/+10
2007-01-28git-blame --incrementalLinus Torvalds1-66/+107
2007-01-28Don't force everybody to call setup_ident().Junio C Hamano13-28/+35
2007-01-28git-log -g --pretty=oneline should display the reflog messageNicolas Pitre2-2/+7
2007-01-27Document --check option to git diff.Bill Lear2-1/+6
2007-01-27Allow the tag signing key to be specified in the config fileAndy Parkins3-2/+21
2007-01-27If abbrev is set to zero in git-describe, don't add the unique suffixAndy Parkins1-3/+6
2007-01-27fix suggested branch creation command when detaching headNicolas Pitre1-3/+3
2007-01-27write_in_full: size_t is unsigned.Junio C Hamano1-1/+1
2007-01-27create_symref: check error return from open().Junio C Hamano1-1/+5
2007-01-27vc-git.el: Take into account the destination name in vc-checkout.Alexandre Julliard1-24/+8
2007-01-27git-merge: leave sensible reflog message when used as the first level UI.Junio C Hamano2-1/+3
2007-01-26Make sure we do not write bogus reflog entries.Junio C Hamano2-18/+23
2007-01-26Remove unnecessary found variable from describe.Shawn O. Pearce1-2/+1
2007-01-26Use inttypes.h rather than stdint.h.Jason Riedy1-1/+1
2007-01-26Documentation: pack-refs --all vs default behaviourJunio C Hamano1-1/+12
2007-01-26show-branch -g: default to HEADJunio C Hamano1-4/+13