summaryrefslogtreecommitdiff
path: root/write-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Make git-write-tree a builtinLukas Sandström2006-06-181-72/+0
* Merge branch 'jc/rw-prefix'Junio C Hamano2006-06-171-5/+18
|\
| * write-tree: --prefix=<path>Junio C Hamano2006-05-011-5/+18
* | Make index file locking code reusable to others.Junio C Hamano2006-06-061-3/+3
|/
* cache_tree_update: give an option to update cache-tree only.Junio C Hamano2006-04-271-1/+1
* index: make the index file format extensible.Junio C Hamano2006-04-241-11/+25
* Update write-tree to use cache-tree.Junio C Hamano2006-04-231-125/+12
* Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen2006-04-041-1/+2
* "Assume unchanged" gitJunio C Hamano2006-02-081-1/+1
* write-tree: check extra arguments and die but be a bit more helpful.Junio C Hamano2005-12-051-1/+3
* Make the rest of commands work from a subdirectory.Junio C Hamano2005-11-281-1/+4
* [PATCH] Trivial tidyupsPetr Baudis2005-07-291-2/+2
* [PATCH] add --missing-ok option to write-treeBryan Larsen2005-07-111-1/+13
* [PATCH] git-write-tree doesn't check alternate directoriesJan Harkes2005-06-251-5/+4
* [PATCH] cleanup of in-code namesAlexey Nezhdanov2005-05-191-4/+4
* Merge with http://members.cox.net/junkio/git-jc.gitPetr Baudis2005-05-111-4/+31
|\
| * Notice index that has path and path/file and refuse to write such a tree.Junio C Hamano2005-05-071-4/+31
* | write-tree is now willing to write empty treePetr Baudis2005-05-081-4/+4
|/
* [PATCH] introduce xmalloc and xreallocChristopher Li2005-04-261-2/+2
* Simplify "write_sha1_file()" interfacesLinus Torvalds2005-04-251-19/+3
* [PATCH] fix for memory leak in write-tree.cBrad Roberts2005-04-171-4/+2
* write-tree: refuse to write out trees with unmerged index entries.Linus Torvalds2005-04-151-0/+18
* Convert the index file reading/writing to use network byte order.Linus Torvalds2005-04-151-2/+2
* [PATCH] Consolidate the error handlingPetr Baudis2005-04-131-2/+2
* Make "update-cache" a bit friendlier to use (and harder to mis-use).Linus Torvalds2005-04-101-2/+0
* This implements the new "recursive tree" write-tree.Linus Torvalds2005-04-091-18/+63
* Use "-Wall -O2" for the compiler to get more warnings.Linus Torvalds2005-04-081-1/+1
* Add copyright notices.Linus Torvalds2005-04-071-0/+5
* Initial revision of "git", the information manager from hellinitialLinus Torvalds2005-04-071-0/+66