summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GIT v1.5.0-rc4v1.5.0-rc4Junio C Hamano2007-02-071-1/+1
* Documentation: Add gfi to the main command list.Junio C Hamano2007-02-071-0/+1
* Fix "git log -z" behaviourLinus Torvalds2007-02-071-4/+3
* git-add -i: update removed path correctly.Junio C Hamano2007-02-071-2/+1
* t4200: skip gc-rerere test on systems with non GNU date.Junio C Hamano2007-02-071-20/+17
* Merge branch 'ml/gitk' (early part)Junio C Hamano2007-02-071-132/+156
|\
| * gitk: Use show-ref instead of ls-remoteJunio C Hamano2007-02-051-2/+2
| * Make gitk work reasonably well on Cygwin.Mark Levedahl2007-02-051-126/+150
| * gitk - remove trailing whitespace from a few lines.Mark Levedahl2007-02-051-4/+4
* | fast-import: Fix compile warningsJohannes Schindelin2007-02-071-3/+5
* | for-each-reflog: fix case for empty log directoryJunio C Hamano2007-02-071-1/+3
* | Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano2007-02-073-57/+277
|\ \
| * | 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
* | | git-clone --reference: work well with pack-ref'ed reference repositoryJunio C Hamano2007-02-071-35/+21
* | | Avoid ActiveState Perl IO in t800[12]Alex Riesen2007-02-071-1/+2
* | | Documentation: add KMail in SubmittingPatchesMichael2007-02-071-1/+17
* | | Remove git-merge-recurJunio C Hamano2007-02-062-7/+2
* | | Add deprecation notices.Junio C Hamano2007-02-062-1/+3
* | | Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano2007-02-065-0/+3139
|\ \ \ | |/ /
| * | 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
| |\ \
| * | | Accept 'inline' file data in fast-import commit structure.Shawn O. Pearce2007-01-182-6/+82
| * | | Reduce value duplication in t9300-fast-import.Shawn O. Pearce2007-01-181-17/+17
| * | | Create test case for fast-import.Shawn O. Pearce2007-01-181-0/+184
| * | | Support delimited data regions in fast-import.Shawn O. Pearce2007-01-181-15/+49
| * | | Remove unnecessary options from fast-import.Shawn O. Pearce2007-01-181-12/+4
| * | | Use fixed-size integers when writing out the index in fast-import.Shawn O. Pearce2007-01-182-2/+3
| * | | Always use struct pack_header for pack header in fast-import.Shawn O. Pearce2007-01-181-12/+14
| * | | Correct packfile edge output in fast-import.Shawn O. Pearce2007-01-171-8/+15
| * | | Declare no-arg functions as (void) in fast-import.Shawn O. Pearce2007-01-171-18/+18
| * | | Correct a few types to be unsigned in fast-import.Shawn O. Pearce2007-01-171-3/+3
| * | | Corrected BNF input documentation for fast-import.Shawn O. Pearce2007-01-171-1/+2
| * | | Print out the edge commits for each packfile in fast-import.Shawn O. Pearce2007-01-161-2/+24