summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-01-28UNIX reference time of 1970-01-01 00:00 is UTC timezone, not local time zoneLibravatar Andy Parkins1-1/+1
2007-01-28Teach for-each-ref about a little language called Tcl.Libravatar Shawn O. Pearce4-2/+47
2007-01-28Add a sample program 'blameview' to show how to use git-blame --incrementalLibravatar Jeff King2-0/+128
2007-01-28git-push through git protocolLibravatar Linus Torvalds1-0/+7
2007-01-28Document 'git-blame --incremental'Libravatar Junio C Hamano1-1/+46
2007-01-28Documentation/config.txt: Fix documentation of colour config tweaks.Libravatar Mark Wooding1-10/+16
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-28add reflog when moving HEAD to a new branchLibravatar Nicolas Pitre1-1/+1
2007-01-28create_symref(): do not assume pathname from git_path() persists long enoughLibravatar Junio C Hamano1-9/+11
2007-01-28add logref support to git-symbolic-refLibravatar Nicolas Pitre6-8/+35
2007-01-28move create_symref() past log_ref_write()Libravatar Nicolas Pitre1-47/+47
2007-01-28add reflog entries for HEAD when detachedLibravatar Nicolas Pitre1-2/+3
2007-01-28enable separate reflog for HEADLibravatar Nicolas Pitre1-2/+5
2007-01-28lock_ref_sha1_basic(): remember the original name of a ref when resolving itLibravatar Nicolas Pitre2-0/+3
2007-01-28make reflog filename independent from struct ref_lockLibravatar Nicolas Pitre3-25/+26
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