summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-08Correct spelling of fast-import in docs.Shawn O. Pearce
2007-02-08Correct some language in fast-import documentation.Shawn O. Pearce
2007-02-08Correct ^0 asciidoc syntax in fast-import docs.Shawn O. Pearce
2007-02-07Add a Tips and Tricks section to fast-import's manual.Shawn O. Pearce
2007-02-07Don't crash fast-import if the marks cannot be exported.Shawn O. Pearce
2007-02-07Dump all refs and marks during a checkpoint in fast-import.Shawn O. Pearce
2007-02-07Teach fast-import how to sit quietly in the corner.Shawn O. Pearce
2007-02-07Teach fast-import how to clear the internal branch content.Shawn O. Pearce
2007-02-07Minor timestamp related documentation corrections for fast-import.Shawn O. Pearce
2007-02-06S_IFLNK != 0140000Junio C Hamano
2007-02-06Don't do non-fastforward updates in fast-import.Shawn O. Pearce
2007-02-06Support RFC 2822 date parsing in fast-import.Shawn O. Pearce
2007-02-06Minor fast-import documentation corrections.Shawn O. Pearce
2007-02-06Remove unnecessary null pointer checks in fast-import.Shawn O. Pearce
2007-02-06Correct fast-import timezone documentation.Shawn O. Pearce
2007-02-06Correct minor style issue in fast-import.Shawn O. Pearce
2007-02-06Correct compiler warnings in fast-import.Shawn O. Pearce
2007-02-06Remove --branch-log from fast-import.Shawn O. Pearce
2007-02-06Initial draft of fast-import documentation.Shawn O. Pearce
2007-02-06Don't support shell-quoted refnames in fast-import.Shawn O. Pearce
2007-02-05Reduce memory usage of fast-import.Shawn O. Pearce
2007-02-05Include checkpoint command in the BNF.Shawn O. Pearce
2007-01-30Merge branch 'master' into sp/gfiShawn O. Pearce
2007-01-30blameview: Use git-cat-file to read the file content.Aneesh Kumar K.V
2007-01-30git-fetch: Allow fetching the remote HEADSanti BĂ©jar
2007-01-30git-send-email: remove debugging output.Junio C Hamano
2007-01-30Add a missing fork() error check.Johannes Sixt
2007-01-30git-blame: somewhat better commenting.Junio C Hamano
2007-01-29Make fsck and fsck-objects be builtins.Mark Wooding
2007-01-29git-commit -s: no extra space when sign-offs appear at the end already.Junio C Hamano
2007-01-29Replace perl code with pure shell codeSimon 'corecode' Schubert
2007-01-29lock_any_ref_for_update(): do not accept malformatted refs.Junio C Hamano
2007-01-29git-fsck-objects is now synonym to git-fsckJunio C Hamano
2007-01-29[PATCH] Rename git-repo-config to git-config.Tom Prince
2007-01-28Heavily expanded update hook to send more useful emails than the old hookAndy Parkins
2007-01-28UNIX reference time of 1970-01-01 00:00 is UTC timezone, not local time zoneAndy Parkins
2007-01-28Teach for-each-ref about a little language called Tcl.Shawn O. Pearce
2007-01-28Add a sample program 'blameview' to show how to use git-blame --incrementalJeff King
2007-01-28git-push through git protocolLinus Torvalds
2007-01-28Document 'git-blame --incremental'Junio C Hamano
2007-01-28Documentation/config.txt: Fix documentation of colour config tweaks.Mark Wooding
2007-01-28wt-status: Actually accept `color.status.BLAH' configuration variables.Mark Wooding
2007-01-28git-blame --incremental: don't use pagerRen,Ai(B Scharfe
2007-01-28Compute accurate distances in git-describe before output.Shawn O. Pearce
2007-01-28Update describe documentation.Junio C Hamano
2007-01-28Teach git-describe to display distances from tags.Shawn O. Pearce
2007-01-28git-blame --porcelain: quote filename in c-style when needed.Junio C Hamano
2007-01-28git-blame --incrementalLinus Torvalds
2007-01-28Don't force everybody to call setup_ident().Junio C Hamano
2007-01-28git-log -g --pretty=oneline should display the reflog messageNicolas Pitre