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