summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implemented tree delta compression in fast-import.Shawn O. Pearce2007-01-141-65/+155
* Converted hash memcpy/memcmp to new hashcpy/hashcmp/hashclr.Shawn O. Pearce2007-01-141-26/+26
* Don't crash fast-import if no branch log was requested.Shawn O. Pearce2007-01-141-1/+2
* Added 'reset' command to clear a branch's tree.Shawn O. Pearce2007-01-141-0/+32
* Map only part of the generated pack file at any point in time.Shawn O. Pearce2007-01-141-20/+24
* Fixed compile error in fast-import.Shawn O. Pearce2007-01-141-1/+1
* Fixed GPF in fast-import caused by unterminated linked list.Shawn O. Pearce2007-01-141-1/+2
* Added --branch-log to option to fast-import.Shawn O. Pearce2007-01-141-5/+37
* Added option to export the marks table when fast-import terminates.Shawn O. Pearce2007-01-141-1/+35
* Account for tree entry memory costs in fast-import.Shawn O. Pearce2007-01-141-0/+1
* Moved from command to after data to help cvs2svn.Shawn O. Pearce2007-01-141-3/+4
* Remove branch creation command from fast-import.Shawn O. Pearce2007-01-141-98/+71
* Round out memory pool allocations in fast-import to pointer sizes.Shawn O. Pearce2007-01-141-0/+3
* Implemented tree reloading in fast-import.Shawn O. Pearce2007-01-141-13/+149
* Implemented 'tag' command in fast-import.Shawn O. Pearce2007-01-141-0/+125
* Added branch load counter to fast-import.Shawn O. Pearce2007-01-141-2/+4
* Added mark store/find to fast-import.Shawn O. Pearce2007-01-141-17/+87
* Converted fast-import to accept standard command line parameters.Shawn O. Pearce2007-01-141-6/+28
* Fixed segfault in fast-import after growing a tree.Shawn O. Pearce2007-01-141-5/+10
* Allow symlink blobs in trees during fast-import.Shawn O. Pearce2007-01-141-0/+1
* Changed fast-import's pack header creation to use pack.hShawn O. Pearce2007-01-141-9/+8
* Converted fast-import to a text based protocol.Shawn O. Pearce2007-01-141-160/+326
* Implement blob ID validation in fast-import.Shawn O. Pearce2007-01-141-4/+24
* Added tree and commit writing to fast-import.Shawn O. Pearce2007-01-141-177/+729
* Implemented branch handling and basic tree support in fast-import.Shawn O. Pearce2007-01-141-5/+165
* Added basic command handler to fast-import.Shawn O. Pearce2007-01-141-14/+46
* Refactored fast-import's internals for future additions.Shawn O. Pearce2007-01-141-66/+83
* Cleaned up memory allocation for object_entry structs.Shawn O. Pearce2007-01-141-47/+46
* Added automatic index generation to fast-import.Shawn O. Pearce2007-01-141-19/+163
* Created fast-import, a tool to quickly generating a pack from blobs.Shawn O. Pearce2007-01-143-0/+216
* Convert memset(hash,0,20) to hashclr(hash).Junio C Hamano2006-08-236-5/+9
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-2334-78/+81
* Fix a comparison bug in diff-delta.cPierre Habouzit2006-08-231-1/+1
* git-send-email: Don't set author_not_sender from Cc: linesHaavard Skinnemoen2006-08-231-1/+1
* Remove unnecessary forward declaration of unpack_entry.Shawn Pearce2006-08-211-3/+0
* Verify we know how to read a pack before trying to using it.Shawn Pearce2006-08-211-0/+12
* Add write_or_die(), a helper functionRene Scharfe2006-08-215-46/+32
* Axe the last entRene Scharfe2006-08-211-1/+1
* Merge branch 'maint'Junio C Hamano2006-08-212-2/+9
|\
| * builtin-mv: readability patchJohannes Schindelin2006-08-211-60/+44
| * git-mv: fix off-by-one errorJohannes Schindelin2006-08-211-1/+1
| * git-mv: special case destination "."Johannes Schindelin2006-08-212-1/+8
* | builtin-mv: readability patchJohannes Schindelin2006-08-201-60/+44
* | Indentation fix.Tilman Sauerbeck2006-08-171-6/+6
* | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-1731-71/+74
* | gitweb: Uniquify version info output, add meta generator in page headerJakub Narebski2006-08-171-1/+2
* | Merge branch 'jc/format-patch'Junio C Hamano2006-08-161-1/+43
|\ \
| * | Add a newline before appending "Signed-off-by: " lineFranck Bui-Huu2006-08-131-1/+43
* | | Be nicer if git executable is not installedVille Skyttä2006-08-161-1/+1
* | | Merge branch 'jc/racy'Junio C Hamano2006-08-164-60/+236
|\ \ \