summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-02-06Don't do non-fastforward updates in fast-import.Libravatar Shawn O. Pearce3-17/+143
2007-02-06Support RFC 2822 date parsing in fast-import.Libravatar Shawn O. Pearce3-24/+214
2007-02-06Minor fast-import documentation corrections.Libravatar Shawn O. Pearce1-14/+18
2007-02-06Remove unnecessary null pointer checks in fast-import.Libravatar Shawn O. Pearce1-10/+5
2007-02-06Correct fast-import timezone documentation.Libravatar Shawn O. Pearce1-2/+2
2007-02-06Correct minor style issue in fast-import.Libravatar Shawn O. Pearce1-17/+17
2007-02-06Correct compiler warnings in fast-import.Libravatar Shawn O. Pearce1-4/+5
2007-02-06Remove --branch-log from fast-import.Libravatar Shawn O. Pearce2-39/+0
2007-02-05Initial draft of fast-import documentation.Libravatar Shawn O. Pearce1-0/+655
2007-02-05Don't support shell-quoted refnames in fast-import.Libravatar Shawn O. Pearce1-62/+5
2007-02-05Reduce memory usage of fast-import.Libravatar Shawn O. Pearce1-12/+12
2007-02-05Include checkpoint command in the BNF.Libravatar Shawn O. Pearce1-0/+1
2007-01-30Merge branch 'master' into sp/gfiLibravatar Shawn O. Pearce252-2661/+5440
2007-01-30blameview: Use git-cat-file to read the file content.Libravatar Aneesh Kumar K.V1-1/+2
2007-01-30git-fetch: Allow fetching the remote HEADLibravatar Santi BĂ©jar1-1/+1
2007-01-30git-send-email: remove debugging output.Libravatar Junio C Hamano1-1/+1
2007-01-30Add a missing fork() error check.Libravatar Johannes Sixt1-0/+2
2007-01-29git-blame: somewhat better commenting.Libravatar Junio C Hamano1-38/+255
2007-01-29Make fsck and fsck-objects be builtins.Libravatar Mark Wooding4-2/+5
2007-01-29git-commit -s: no extra space when sign-offs appear at the end already.Libravatar Junio C Hamano1-1/+4
2007-01-29Replace perl code with pure shell codeLibravatar Simon 'corecode' Schubert1-44/+23
2007-01-29lock_any_ref_for_update(): do not accept malformatted refs.Libravatar Junio C Hamano2-4/+4
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-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-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