summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
| * | | Correct object_count type and stat output in fast-import.Shawn O. Pearce2007-01-161-3/+6
| * | | Correct max_packsize default in fast-import.Shawn O. Pearce2007-01-161-1/+1
| * | | Remove unnecessary pack_fd global in fast-import.Shawn O. Pearce2007-01-161-6/+7
| * | | Ensure we close the packfile after creating it in fast-import.Shawn O. Pearce2007-01-161-4/+2
| * | | Use .keep files in fast-import during processing.Shawn O. Pearce2007-01-161-20/+71
| * | | Reuse sha1 in packed_git in fast-import.Shawn O. Pearce2007-01-161-5/+4
| * | | Replace redundant yread() with read_in_full() in fast-import.Shawn O. Pearce2007-01-161-14/+2
| * | | Use uintmax_t for marks in fast-import.Shawn O. Pearce2007-01-162-44/+48
| * | | Corrected buffer overflow during automatic checkpoint in fast-import.Shawn O. Pearce2007-01-151-9/+10
| * | | Print the packfile names to stdout from fast-import.Shawn O. Pearce2007-01-151-0/+2
| * | | Implemented automatic checkpoints within fast-import.Shawn O. Pearce2007-01-151-28/+68
| * | | Optimize index creation on large object sets in fast-import.Shawn O. Pearce2007-01-151-3/+8
| * | | Don't create a final empty packfile in fast-import.Shawn O. Pearce2007-01-151-11/+17
| * | | Implemented manual packfile switching in fast-import.Shawn O. Pearce2007-01-151-24/+65
| * | | Remove unnecessary duplicate_count in fast-import.Shawn O. Pearce2007-01-151-3/+4
| * | | Restructure fast-import to support creating multiple packfiles.Shawn O. Pearce2007-01-151-121/+124
| * | | Misc. type cleanups within fast-import.Shawn O. Pearce2007-01-151-5/+5
| * | | Improve reuse of sha1_file library within fast-import.Shawn O. Pearce2007-01-141-144/+31
| * | | Merge branch 'master' into sp/fast-importShawn O. Pearce2007-01-14404-15208/+36654
| |\ \ \
| * | | | Allow creating branches without committing in fast-import.Shawn O. Pearce2007-01-141-1/+7
| * | | | Support creation of merge commits in fast-import.Shawn O. Pearce2007-01-141-0/+58