Linus Torvalds
|
9174026cfe
|
Add "diff-tree" program to show which files have changed between two trees.
Very useful for creating diffs efficiently, and in general to see what has
changed in the namespace.
|
2005-04-09 13:00:54 -07:00 |
|
Linus Torvalds
|
33db5f4d90
|
Add a "checkout-cache" command which does what the name suggests.
I'll also eventually change "read-tree" to only update the cache
information, instead of doing a checkout of the tree. Much nicer.
|
2005-04-09 09:53:05 -07:00 |
|
Linus Torvalds
|
9426167765
|
Add "-lz" to link line to get in zlib.
Not all Linux distributions seem to need it (notably not YDL on ppc64), but
enough ones obviously do.
|
2005-04-08 15:31:19 -07:00 |
|
Linus Torvalds
|
7660a188df
|
Add new fsck-cache to Makefile.
This is what happens when there are no nice tools to tell you to do things
properly.
|
2005-04-08 15:04:51 -07:00 |
|
Linus Torvalds
|
19b2860cba
|
Use "-Wall -O2" for the compiler to get more warnings.
And fix up the warnings that it pointed out. Let's keep the tree
clean from early on.
Not that the code is very beautiful anyway ;)
|
2005-04-08 09:59:28 -07:00 |
|
Linus Torvalds
|
e83c516331
|
Initial revision of "git", the information manager from hell
|
2005-04-07 15:13:13 -07:00 |
|