index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fast-import.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove unnecessary duplicate_count in fast-import.
Shawn O. Pearce
2007-01-15
1
-3
/
+4
*
Restructure fast-import to support creating multiple packfiles.
Shawn O. Pearce
2007-01-15
1
-121
/
+124
*
Misc. type cleanups within fast-import.
Shawn O. Pearce
2007-01-15
1
-5
/
+5
*
Improve reuse of sha1_file library within fast-import.
Shawn O. Pearce
2007-01-15
1
-144
/
+31
*
Merge branch 'master' into sp/fast-import
Shawn O. Pearce
2007-01-14
1
-10
/
+10
*
Allow creating branches without committing in fast-import.
Shawn O. Pearce
2007-01-14
1
-1
/
+7
*
Support creation of merge commits in fast-import.
Shawn O. Pearce
2007-01-14
1
-0
/
+58
*
Fix repository corruption when using marks for modified blobs.
Shawn O. Pearce
2007-01-14
1
-0
/
+1
*
Additional fast-import tree delta corruption cleanups.
Shawn O. Pearce
2007-01-14
1
-11
/
+11
*
Correct tree corruption problems in fast-import.
Shawn O. Pearce
2007-01-14
1
-5
/
+11
*
Replace ywrite in fast-import with the standard write_or_die.
Shawn O. Pearce
2007-01-14
1
-20
/
+7
*
Reuse the same buffer for all commits/tags in fast-import.
Shawn O. Pearce
2007-01-14
1
-20
/
+23
*
Recycle data buffers for tree generation in fast-import.
Shawn O. Pearce
2007-01-14
1
-14
/
+32
*
Implemented tree delta compression in fast-import.
Shawn O. Pearce
2007-01-14
1
-65
/
+155
*
Converted hash memcpy/memcmp to new hashcpy/hashcmp/hashclr.
Shawn O. Pearce
2007-01-14
1
-26
/
+26
*
Don't crash fast-import if no branch log was requested.
Shawn O. Pearce
2007-01-14
1
-1
/
+2
*
Added 'reset' command to clear a branch's tree.
Shawn O. Pearce
2007-01-14
1
-0
/
+32
*
Map only part of the generated pack file at any point in time.
Shawn O. Pearce
2007-01-14
1
-20
/
+24
*
Fixed compile error in fast-import.
Shawn O. Pearce
2007-01-14
1
-1
/
+1
*
Fixed GPF in fast-import caused by unterminated linked list.
Shawn O. Pearce
2007-01-14
1
-1
/
+2
*
Added --branch-log to option to fast-import.
Shawn O. Pearce
2007-01-14
1
-5
/
+37
*
Added option to export the marks table when fast-import terminates.
Shawn O. Pearce
2007-01-14
1
-1
/
+35
*
Account for tree entry memory costs in fast-import.
Shawn O. Pearce
2007-01-14
1
-0
/
+1
*
Moved from command to after data to help cvs2svn.
Shawn O. Pearce
2007-01-14
1
-3
/
+4
*
Remove branch creation command from fast-import.
Shawn O. Pearce
2007-01-14
1
-98
/
+71
*
Round out memory pool allocations in fast-import to pointer sizes.
Shawn O. Pearce
2007-01-14
1
-0
/
+3
*
Implemented tree reloading in fast-import.
Shawn O. Pearce
2007-01-14
1
-13
/
+149
*
Implemented 'tag' command in fast-import.
Shawn O. Pearce
2007-01-14
1
-0
/
+125
*
Added branch load counter to fast-import.
Shawn O. Pearce
2007-01-14
1
-2
/
+4
*
Added mark store/find to fast-import.
Shawn O. Pearce
2007-01-14
1
-17
/
+87
*
Converted fast-import to accept standard command line parameters.
Shawn O. Pearce
2007-01-14
1
-6
/
+28
*
Fixed segfault in fast-import after growing a tree.
Shawn O. Pearce
2007-01-14
1
-5
/
+10
*
Allow symlink blobs in trees during fast-import.
Shawn O. Pearce
2007-01-14
1
-0
/
+1
*
Changed fast-import's pack header creation to use pack.h
Shawn O. Pearce
2007-01-14
1
-9
/
+8
*
Converted fast-import to a text based protocol.
Shawn O. Pearce
2007-01-14
1
-160
/
+326
*
Implement blob ID validation in fast-import.
Shawn O. Pearce
2007-01-14
1
-4
/
+24
*
Added tree and commit writing to fast-import.
Shawn O. Pearce
2007-01-14
1
-177
/
+729
*
Implemented branch handling and basic tree support in fast-import.
Shawn O. Pearce
2007-01-14
1
-5
/
+165
*
Added basic command handler to fast-import.
Shawn O. Pearce
2007-01-14
1
-14
/
+46
*
Refactored fast-import's internals for future additions.
Shawn O. Pearce
2007-01-14
1
-66
/
+83
*
Cleaned up memory allocation for object_entry structs.
Shawn O. Pearce
2007-01-14
1
-47
/
+46
*
Added automatic index generation to fast-import.
Shawn O. Pearce
2007-01-14
1
-19
/
+163
*
Created fast-import, a tool to quickly generating a pack from blobs.
Shawn O. Pearce
2007-01-14
1
-0
/
+214
[prev]