summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-01-14Improve reuse of sha1_file library within fast-import.Libravatar Shawn O. Pearce1-144/+31
2007-01-14Merge branch 'master' into sp/fast-importLibravatar Shawn O. Pearce404-15208/+36654
2007-01-14Allow creating branches without committing in fast-import.Libravatar Shawn O. Pearce1-1/+7
2007-01-14Support creation of merge commits in fast-import.Libravatar Shawn O. Pearce1-0/+58
2007-01-14Fix repository corruption when using marks for modified blobs.Libravatar Shawn O. Pearce1-0/+1
2007-01-14Additional fast-import tree delta corruption cleanups.Libravatar Shawn O. Pearce1-11/+11
2007-01-14Correct tree corruption problems in fast-import.Libravatar Shawn O. Pearce1-5/+11
2007-01-14Replace ywrite in fast-import with the standard write_or_die.Libravatar Shawn O. Pearce1-20/+7
2007-01-14Reuse the same buffer for all commits/tags in fast-import.Libravatar Shawn O. Pearce1-20/+23
2007-01-14Recycle data buffers for tree generation in fast-import.Libravatar Shawn O. Pearce1-14/+32
2007-01-14Implemented tree delta compression in fast-import.Libravatar Shawn O. Pearce1-65/+155
2007-01-14Converted hash memcpy/memcmp to new hashcpy/hashcmp/hashclr.Libravatar Shawn O. Pearce1-26/+26
2007-01-14Don't crash fast-import if no branch log was requested.Libravatar Shawn O. Pearce1-1/+2
2007-01-14Added 'reset' command to clear a branch's tree.Libravatar Shawn O. Pearce1-0/+32
2007-01-14Map only part of the generated pack file at any point in time.Libravatar Shawn O. Pearce1-20/+24
2007-01-14Fixed compile error in fast-import.Libravatar Shawn O. Pearce1-1/+1
2007-01-14Fixed GPF in fast-import caused by unterminated linked list.Libravatar Shawn O. Pearce1-1/+2
2007-01-14Added --branch-log to option to fast-import.Libravatar Shawn O. Pearce1-5/+37
2007-01-14Added option to export the marks table when fast-import terminates.Libravatar Shawn O. Pearce1-1/+35
2007-01-14Account for tree entry memory costs in fast-import.Libravatar Shawn O. Pearce1-0/+1
2007-01-14Moved from command to after data to help cvs2svn.Libravatar Shawn O. Pearce1-3/+4
2007-01-14Remove branch creation command from fast-import.Libravatar Shawn O. Pearce1-98/+71
2007-01-14Round out memory pool allocations in fast-import to pointer sizes.Libravatar Shawn O. Pearce1-0/+3
2007-01-14Implemented tree reloading in fast-import.Libravatar Shawn O. Pearce1-13/+149
2007-01-14Implemented 'tag' command in fast-import.Libravatar Shawn O. Pearce1-0/+125
2007-01-14Added branch load counter to fast-import.Libravatar Shawn O. Pearce1-2/+4
2007-01-14Added mark store/find to fast-import.Libravatar Shawn O. Pearce1-17/+87
2007-01-14Converted fast-import to accept standard command line parameters.Libravatar Shawn O. Pearce1-6/+28
2007-01-14Fixed segfault in fast-import after growing a tree.Libravatar Shawn O. Pearce1-5/+10
2007-01-14Allow symlink blobs in trees during fast-import.Libravatar Shawn O. Pearce1-0/+1
2007-01-14Changed fast-import's pack header creation to use pack.hLibravatar Shawn O. Pearce1-9/+8
2007-01-14Converted fast-import to a text based protocol.Libravatar Shawn O. Pearce1-160/+326
2007-01-14Implement blob ID validation in fast-import.Libravatar Shawn O. Pearce1-4/+24
2007-01-14Added tree and commit writing to fast-import.Libravatar Shawn O. Pearce1-177/+729
2007-01-14Implemented branch handling and basic tree support in fast-import.Libravatar Shawn O. Pearce1-5/+165
2007-01-14Added basic command handler to fast-import.Libravatar Shawn O. Pearce1-14/+46
2007-01-14Refactored fast-import's internals for future additions.Libravatar Shawn O. Pearce1-66/+83
2007-01-14Cleaned up memory allocation for object_entry structs.Libravatar Shawn O. Pearce1-47/+46
2007-01-14Added automatic index generation to fast-import.Libravatar Shawn O. Pearce1-19/+163
2007-01-14Created fast-import, a tool to quickly generating a pack from blobs.Libravatar Shawn O. Pearce3-0/+216
2007-01-13git-commit documentation: -a adds and also removesLibravatar Junio C Hamano1-1/+2
2007-01-13git-remote: no longer silent on unknown commands.Libravatar Quy Tonthat1-1/+6
2007-01-13git-svn: fix tests to work with older svnLibravatar Eric Wong2-2/+4
2007-01-12Make git-prune-packed a bit more chatty.Libravatar Junio C Hamano3-9/+22
2007-01-12glossary typofixLibravatar Junio C Hamano1-1/+1
2007-01-12use 'init' instead of 'init-db' for shipped docs and toolsLibravatar Nicolas Pitre29-45/+42
2007-01-12Explain "Not a git repository: '.git'".Libravatar Junio C Hamano1-1/+5
2007-01-12merge-recursive: do not report the resulting tree object nameLibravatar Junio C Hamano1-6/+3
2007-01-12git-revert: Fix die before git-sh-setup defines it.Libravatar Bob Proulx1-1/+2
2007-01-12fix documentation for git-commit --no-verifyLibravatar Michael S. Tsirkin1-6/+2