summaryrefslogtreecommitdiff
path: root/builtin-read-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/read-tree-df' (early part)Junio C Hamano2007-04-071-0/+1
|\
| * Fix read-tree --prefix=dir/.Junio C Hamano2007-04-041-0/+1
* | git-read-tree --index-output=<file>Junio C Hamano2007-04-031-1/+6
* | _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano2007-04-031-2/+2
|/
* read-tree: use xcallocJames Bowes2007-03-271-1/+1
* Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds2007-03-211-2/+1
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-2/+2
* read-tree: document --exclude-per-directoryJunio C Hamano2006-12-051-1/+1
* read-tree: further loosen "working file will be lost" check.Junio C Hamano2006-12-051-0/+20
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-231-1/+1
* remove unnecessary initializationsDavid Rientjes2006-08-151-1/+1
* Merge branch 'js/read-tree'Junio C Hamano2006-08-121-823/+38
|\
| * read-tree: move merge functions to the libraryJohannes Schindelin2006-07-301-397/+1
| * read-trees: refactor the unpack_trees() partJohannes Schindelin2006-07-301-483/+94
* | Better error message when we are unable to lock the index fileJunio C Hamano2006-08-121-3/+1
* | read-tree: shadowed variable fix.Junio C Hamano2006-08-031-1/+1
|/
* Call setup_git_directory() much earlierLinus Torvalds2006-07-291-2/+1
* checkout -f failed to check out a file if an existing directory interfered.Junio C Hamano2006-07-161-2/+2
* Avoid C99 initializersShawn Pearce2006-07-101-10/+8
* Close the index file between writing and committingJohannes Schindelin2006-07-081-1/+1
* Don't use empty structure initializers.Florian Forster2006-06-181-2/+1
* Merge branch 'jc/rw-prefix'Junio C Hamano2006-06-171-6/+64
* Make index file locking code reusable to others.Junio C Hamano2006-06-061-4/+4
* read-tree: fix eye-candy.Linus Torvalds2006-06-051-0/+1
* Merge branch 'lt/tree-2'Junio C Hamano2006-06-031-12/+56
|\
| * tree_entry(): new tree-walking helper functionLinus Torvalds2006-05-301-23/+13
| * Remove last vestiges of generic tree_entry_listLinus Torvalds2006-05-291-1/+44
| * Remove "tree->entries" tree-entry list from tree parserLinus Torvalds2006-05-291-2/+2
| * builtin-read-tree.c: avoid tree_entry_list in prime_cache_tree_rec()Linus Torvalds2006-05-291-5/+15
| * Make "tree_entry" have a SHA1 instead of a union of object pointersLinus Torvalds2006-05-291-4/+5
| * Make "struct tree" contain the pointer to the tree bufferLinus Torvalds2006-05-291-2/+2
* | read-tree --reset: update working tree file for conflicted paths.Junio C Hamano2006-06-031-10/+14
|/
* Merge branch 'jc/cache-tree'Junio C Hamano2006-05-281-3/+59
* Builtin git-read-tree.Peter Eriksen2006-05-231-0/+882