summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-01-29git-gui: Implemented file browser and incremental blame.Libravatar Shawn O. Pearce1-0/+459
2007-01-29git-gui: Test for Cygwin differently than from Windows.Libravatar Shawn O. Pearce1-34/+104
2007-01-29git-gui: Offer quick access to the HTML formatted documentation.Libravatar Shawn O. Pearce1-4/+44
2007-01-29user-manual: fix a header levelLibravatar J. Bruce Fields1-1/+1
2007-01-29user-manual: typo fixLibravatar J. Bruce Fields1-1/+1
2007-01-29user-manual: add references to git-config man pageLibravatar J. Bruce Fields1-3/+7
2007-01-28user-manual: repo-config -> configLibravatar J. Bruce Fields1-9/+9
2007-01-28user-manual: fsck-objects -> fsckLibravatar J. Bruce Fields1-8/+8
2007-01-28user-manual: git-fsck, dangling objectsLibravatar J. Bruce Fields1-6/+118
2007-01-28git-fsck-objects is now synonym to git-fsckLibravatar Junio C Hamano15-140/+159
2007-01-28[PATCH] Rename git-repo-config to git-config.Libravatar Tom Prince58-439/+460
2007-01-28Heavily expanded update hook to send more useful emails than the old hookLibravatar Andy Parkins1-72/+268
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-27git-gui: Reword meaning of merge.summary.Libravatar Shawn O. Pearce1-6/+2
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-26git-gui: Support merge.summary, merge.verbosity.Libravatar Shawn O. Pearce1-27/+50
2007-01-26git-gui: Always offer scrollbars for branch lists.Libravatar Shawn O. Pearce1-7/+13
2007-01-26git-gui: Don't allow merges in the middle of other things.Libravatar Shawn O. Pearce1-0/+15
2007-01-26git-gui: Don't allow users to commit a bad octopus merge.Libravatar Shawn O. Pearce1-4/+24