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
2005-04-10
Make "update-cache" a bit friendlier to use (and harder to mis-use).
Linus Torvalds
5
-11
/
+70
2005-04-09
This implements the new "recursive tree" write-tree.
Linus Torvalds
4
-22
/
+70
2005-04-09
Make fsck-cache warn about old-style tree objects that have full
Linus Torvalds
1
-0
/
+9
2005-04-09
Teach "fsck" and "read-tree" about recursive tree-nodes.
Linus Torvalds
2
-9
/
+24
2005-04-09
Make "fsck-cache" print out all the root commits it finds.
Linus Torvalds
1
-0
/
+5
2005-04-09
Add "diff-tree" program to show which files have changed between two trees.
Linus Torvalds
2
-1
/
+113
2005-04-09
Export "cache_name_compare()" helper function.
Linus Torvalds
2
-1
/
+2
2005-04-09
Make "read-tree" read the tree into the current directory cache.
Linus Torvalds
2
-50
/
+82
2005-04-09
Make "write_cache()" and friends available as generic routines.
Linus Torvalds
3
-73
/
+75
2005-04-09
Fix "checkout-cache.c" mis-use of read_sha1_file() interface.
Linus Torvalds
1
-2
/
+3
2005-04-09
Fix up "checkout-cache" a bit
Linus Torvalds
1
-10
/
+8
2005-04-09
Add a "checkout-cache" command which does what the name suggests.
Linus Torvalds
2
-1
/
+145
2005-04-09
Make the cache stat information comparator public.
Linus Torvalds
3
-32
/
+33
2005-04-09
Make "cache_name_pos()" available to others.
Linus Torvalds
3
-36
/
+37
2005-04-09
Fix missing return values and some error tests for empty index files
Linus Torvalds
3
-3
/
+4
2005-04-08
Make fsck-cache start parsing the object types, and checking their
Linus Torvalds
1
-11
/
+42
2005-04-08
Add "-lz" to link line to get in zlib.
Linus Torvalds
1
-1
/
+1
2005-04-08
Add new fsck-cache to Makefile.
Linus Torvalds
1
-1
/
+4
2005-04-08
Add first cut at "fsck-cache" that validates the SHA1 object store.
Linus Torvalds
1
-0
/
+106
2005-04-08
Add "check_sha1_signature()" helper function
Linus Torvalds
2
-0
/
+12
2005-04-08
Factor out "read_sha1_file" into mapping/inflating/unmapping.
Linus Torvalds
2
-9
/
+33
2005-04-08
Use "-Wall -O2" for the compiler to get more warnings.
Linus Torvalds
8
-9
/
+9
2005-04-08
Make "cat-file" output the file contents to stdout.
Linus Torvalds
2
-10
/
+35
2005-04-07
Make read-tree actually unpack the whole tree.
Linus Torvalds
1
-1
/
+41
2005-04-07
Add copyright notices.
Linus Torvalds
8
-0
/
+40
2005-04-07
Initial revision of "git", the information manager from hell
Linus Torvalds
11
-0
/
+1244