summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Correct spelling of fast-import in docs.Shawn O. Pearce2007-02-081-78/+78
* Correct some language in fast-import documentation.Shawn O. Pearce2007-02-081-5/+6
* Correct ^0 asciidoc syntax in fast-import docs.Shawn O. Pearce2007-02-081-2/+2
* Add a Tips and Tricks section to fast-import's manual.Shawn O. Pearce2007-02-071-0/+87
* Don't crash fast-import if the marks cannot be exported.Shawn O. Pearce2007-02-071-2/+6
* Dump all refs and marks during a checkpoint in fast-import.Shawn O. Pearce2007-02-072-9/+27
* Teach fast-import how to sit quietly in the corner.Shawn O. Pearce2007-02-072-33/+49
* Teach fast-import how to clear the internal branch content.Shawn O. Pearce2007-02-073-6/+94
* Minor timestamp related documentation corrections for fast-import.Shawn O. Pearce2007-02-071-7/+14
* S_IFLNK != 0140000Junio C Hamano2007-02-062-2/+2
* Don't do non-fastforward updates in fast-import.Shawn O. Pearce2007-02-063-17/+143
* Support RFC 2822 date parsing in fast-import.Shawn O. Pearce2007-02-063-24/+214
* Minor fast-import documentation corrections.Shawn O. Pearce2007-02-061-14/+18
* Remove unnecessary null pointer checks in fast-import.Shawn O. Pearce2007-02-061-10/+5
* Correct fast-import timezone documentation.Shawn O. Pearce2007-02-061-2/+2
* Correct minor style issue in fast-import.Shawn O. Pearce2007-02-061-17/+17
* Correct compiler warnings in fast-import.Shawn O. Pearce2007-02-061-4/+5
* Remove --branch-log from fast-import.Shawn O. Pearce2007-02-062-39/+0
* Initial draft of fast-import documentation.Shawn O. Pearce2007-02-051-0/+655
* Don't support shell-quoted refnames in fast-import.Shawn O. Pearce2007-02-051-62/+5
* Reduce memory usage of fast-import.Shawn O. Pearce2007-02-051-12/+12
* Include checkpoint command in the BNF.Shawn O. Pearce2007-02-051-0/+1
* Merge branch 'master' into sp/gfiShawn O. Pearce2007-01-30252-2661/+5440
|\
| * blameview: Use git-cat-file to read the file content.Aneesh Kumar K.V2007-01-301-1/+2
| * git-fetch: Allow fetching the remote HEADSanti BĂ©jar2007-01-301-1/+1
| * git-send-email: remove debugging output.Junio C Hamano2007-01-301-1/+1
| * Add a missing fork() error check.Johannes Sixt2007-01-301-0/+2
| * git-blame: somewhat better commenting.Junio C Hamano2007-01-291-38/+255
| * Make fsck and fsck-objects be builtins.Mark Wooding2007-01-294-2/+5
| * git-commit -s: no extra space when sign-offs appear at the end already.Junio C Hamano2007-01-291-1/+4
| * Replace perl code with pure shell codeSimon 'corecode' Schubert2007-01-291-44/+23
| * lock_any_ref_for_update(): do not accept malformatted refs.Junio C Hamano2007-01-292-4/+4
| * git-fsck-objects is now synonym to git-fsckJunio C Hamano2007-01-2815-140/+159
| * [PATCH] Rename git-repo-config to git-config.Tom Prince2007-01-2858-439/+460
| * Heavily expanded update hook to send more useful emails than the old hookAndy Parkins2007-01-281-72/+268
| * UNIX reference time of 1970-01-01 00:00 is UTC timezone, not local time zoneAndy Parkins2007-01-281-1/+1
| * Teach for-each-ref about a little language called Tcl.Shawn O. Pearce2007-01-284-2/+47
| * Add a sample program 'blameview' to show how to use git-blame --incrementalJeff King2007-01-282-0/+128
| * git-push through git protocolLinus Torvalds2007-01-281-0/+7
| * Document 'git-blame --incremental'Junio C Hamano2007-01-281-1/+46
| * Documentation/config.txt: Fix documentation of colour config tweaks.Mark Wooding2007-01-281-10/+16
| * wt-status: Actually accept `color.status.BLAH' configuration variables.Mark Wooding2007-01-281-1/+1
| * git-blame --incremental: don't use pagerRen,Ai(B Scharfe2007-01-282-1/+4
| * Compute accurate distances in git-describe before output.Shawn O. Pearce2007-01-281-1/+41
| * Update describe documentation.Junio C Hamano2007-01-281-9/+22
| * Teach git-describe to display distances from tags.Shawn O. Pearce2007-01-281-2/+3
| * git-blame --porcelain: quote filename in c-style when needed.Junio C Hamano2007-01-281-5/+10
| * git-blame --incrementalLinus Torvalds2007-01-281-66/+107
| * Don't force everybody to call setup_ident().Junio C Hamano2007-01-2813-28/+35
| * git-log -g --pretty=oneline should display the reflog messageNicolas Pitre2007-01-282-2/+7