summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-01-28wt-status: Actually accept `color.status.BLAH' configuration variables.Libravatar Mark Wooding1-1/+1
2007-01-28git-blame --incremental: don't use pagerLibravatar Ren,Ai(B Scharfe2-1/+4
2007-01-28Compute accurate distances in git-describe before output.Libravatar Shawn O. Pearce1-1/+41
2007-01-28Update describe documentation.Libravatar Junio C Hamano1-9/+22
2007-01-28Teach git-describe to display distances from tags.Libravatar Shawn O. Pearce1-2/+3
2007-01-28git-blame --porcelain: quote filename in c-style when needed.Libravatar Junio C Hamano1-5/+10
2007-01-28git-blame --incrementalLibravatar Linus Torvalds1-66/+107
2007-01-28Don't force everybody to call setup_ident().Libravatar Junio C Hamano13-28/+35
2007-01-28git-log -g --pretty=oneline should display the reflog messageLibravatar Nicolas Pitre2-2/+7
2007-01-27Document --check option to git diff.Libravatar Bill Lear2-1/+6
2007-01-27Allow the tag signing key to be specified in the config fileLibravatar Andy Parkins3-2/+21
2007-01-26If abbrev is set to zero in git-describe, don't add the unique suffixLibravatar Andy Parkins1-3/+6
2007-01-26fix suggested branch creation command when detaching headLibravatar Nicolas Pitre1-3/+3
2007-01-27user-manual: reorganize fetch discussion, add internals, etc.Libravatar J. Bruce Fields1-204/+954
2007-01-26write_in_full: size_t is unsigned.Libravatar Junio C Hamano1-1/+1
2007-01-26create_symref: check error return from open().Libravatar Junio C Hamano1-1/+5
2007-01-26vc-git.el: Take into account the destination name in vc-checkout.Libravatar Alexandre Julliard1-24/+8
2007-01-26git-merge: leave sensible reflog message when used as the first level UI.Libravatar Junio C Hamano2-1/+3
2007-01-26Make sure we do not write bogus reflog entries.Libravatar Junio C Hamano2-18/+23
2007-01-26Remove unnecessary found variable from describe.Libravatar Shawn O. Pearce1-2/+1
2007-01-26Use inttypes.h rather than stdint.h.Libravatar Jason Riedy1-1/+1
2007-01-26Documentation: pack-refs --all vs default behaviourLibravatar Junio C Hamano1-1/+12
2007-01-25show-branch -g: default to HEADLibravatar Junio C Hamano1-4/+13
2007-01-25Add dangling objects tips.Libravatar Linus Torvalds1-0/+109
2007-01-25parse-remote: do not barf on a remote shorthand without any refs to fetch.Libravatar Junio C Hamano1-1/+8
2007-01-25diffcore-pickaxe: fix infinite loop on zero-length needleLibravatar Jeff King1-0/+2
2007-01-26user-manual: stub discussion of fsck and reflogLibravatar J. Bruce Fields1-0/+21
2007-01-25Allow non-developer to clone, checkout and fetch more easily.Libravatar Junio C Hamano5-22/+13
2007-01-25contrib/emacs/vc-git.el: support vc-version-other-windowLibravatar Sam Vilain1-1/+26
2007-01-25Fix seriously broken "git pack-refs"Libravatar Linus Torvalds2-1/+12
2007-01-24New files in git weren't being downloaded during CVS updateLibravatar Andy Parkins1-3/+3
2007-01-24make --upload-pack option to git-fetch configurableLibravatar Uwe Kleine-König3-1/+24
2007-01-24Consolidate {receive,fetch}.unpackLimitLibravatar Junio C Hamano4-10/+35
2007-01-24fetch-pack: remove --keep-auto and make it the default.Libravatar Junio C Hamano3-15/+29
2007-01-24Allow fetch-pack to decide keeping the fetched pack without explodingLibravatar Junio C Hamano1-32/+59
2007-01-24Refactor the pack header reading function out of receive-pack.cLibravatar Junio C Hamano3-12/+40
2007-01-24Allow default core.logallrefupdates to be overridden with template's configLibravatar Alex Riesen1-1/+3
2007-01-24ls-remote and clone: accept --upload-pack=<path> as well.Libravatar Junio C Hamano3-6/+15
2007-01-24rename --exec to --upload-pack for fetch-pack and peek-remoteLibravatar Uwe Kleine-König4-12/+26
2007-01-24Documentation: --amend cannot be combined with -c/-C/-F.Libravatar Peter Eriksen2-5/+5
2007-01-24Documentation/config.txt: Correct info about subsection nameLibravatar Jakub Narebski1-2/+2
2007-01-24git-daemon documentation on enabling services.Libravatar Junio C Hamano1-2/+2
2007-01-24reflog inspection: introduce shortcut "-g"Libravatar Johannes Schindelin4-6/+9
2007-01-24annotate: use pagerLibravatar Johannes Schindelin1-1/+1
2007-01-23t/t1300-repo-config.sh: value continued on next lineLibravatar Jakub Narebski1-0/+20
2007-01-23git-checkout -m: fix merge caseLibravatar Junio C Hamano2-11/+32
2007-01-22reflog gc: a tag that does not point at a commit is not a crime.Libravatar Junio C Hamano1-3/+0
2007-01-22contrib/vim: update syntax for changed commit templateLibravatar Jeff King1-2/+2
2007-01-22format-patch: fix bug with --stdout in a subdirectoryLibravatar Jeff King1-1/+1
2007-01-22[PATCH] honor --author even with --amend, -C, and -c.Libravatar Junio C Hamano1-9/+10