| Commit message (Collapse) | Author | Age |
... | |
|
|
|
|
|
|
|
| |
Introduce xmalloc and xrealloc to die gracefully with a descriptive
message when out of memory, rather than taking a SIGSEGV.
Signed-off-by: Christopher Li<chrislgit@chrisli.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
|
|
|
| |
That would SIGSEGV.
|
|
|
|
| |
The type doesn't come from the parsing, the type also has to match the usage.
|
|
|
|
| |
Otherwise we can have objects without a type, which is not good.
|
|
|
|
|
|
|
| |
This adds the contents of trees to struct tree.
Signed-Off-By: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
|
|
|
| |
Next step: make "diff-cache" use it.
|
|
This implements the parsing functions.
Signed-Off-By: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|