summaryrefslogtreecommitdiff
path: root/builtin-read-tree.c
AgeCommit message (Expand)Author
2009-08-17read-tree: Fix regression with creation of a new index file.Alexandre Julliard
2009-06-27read-tree: migrate to parse-optionsStephen Boyd
2009-06-27read-tree: convert unhelpful usage()'s to helpful die()'sStephen Boyd
2009-04-23Merge branch 'jc/maint-read-tree-multi'Junio C Hamano
2009-04-20read-tree -m A B: prime cache-tree from the switched-to treeJunio C Hamano
2009-04-20Move prime_cache_tree() to cache-tree.cJunio C Hamano
2009-04-20read-tree A B: do not corrupt cache-treeJunio C Hamano
2009-02-18Turn the flags in struct dir_struct into a single variableJohannes Schindelin
2008-11-12checkout: Fix "initial checkout" detectionJunio C Hamano
2008-09-19Merge branch 'jc/maint-checkout-keep-remove' into maintJunio C Hamano
2008-09-16Start conforming code to "git subcmd" style part 3Heikki Orsila
2008-09-10checkout: do not lose staged removalJunio C Hamano
2008-08-29read-tree: setup worktree if merge is requiredNguyễn Thái Ngọc Duy
2008-07-01Move read_cache_unmerged() to read-cache.cMiklos Vajna
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-04-09Move name hashing functions into a file of its ownLinus Torvalds
2008-03-14read-tree() and unpack_trees(): use consistent limitJunio C Hamano
2008-03-09Make 'unpack_trees()' have a separate source and destination indexLinus Torvalds
2008-03-09Make 'unpack_trees()' take the index to work on as an argumentLinus Torvalds
2008-02-27Merge branch 'db/checkout'Junio C Hamano
2008-02-23Name hash fixups: export (and rename) remove_hash_entryLinus Torvalds
2008-02-21git-reset --hard and git-read-tree --reset: fix read_cache_unmerged()Junio C Hamano
2008-02-10Allow callers of unpack_trees() to handle failureDaniel Barkalow
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds
2008-01-16Improve use of lockfile APIBrandon Casey
2007-08-17Clean-up read-tree error condition.Junio C Hamano
2007-08-16Fix read-tree merging more than 3 trees using 3-way mergeJunio C Hamano
2007-08-10Start moving unpack-trees to "struct tree_desc"Linus Torvalds
2007-08-03read-tree: remove unnecessary call to setup_git_directory()Johannes Schindelin
2007-06-16Document git read-tree --trivialJakub Narebski
2007-04-08Merge branch 'jc/read-tree-df' (early part)Junio C Hamano
2007-04-04Fix read-tree --prefix=dir/.Junio C Hamano
2007-04-04git-read-tree --index-output=<file>Junio C Hamano
2007-04-04_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano
2007-03-27read-tree: use xcallocJames Bowes
2007-03-21Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
2006-12-06read-tree: document --exclude-per-directoryJunio C Hamano
2006-12-06read-tree: further loosen "working file will be lost" check.Junio C Hamano
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce
2006-08-16remove unnecessary initializationsDavid Rientjes
2006-08-13Merge branch 'js/read-tree'Junio C Hamano
2006-08-13Better error message when we are unable to lock the index fileJunio C Hamano
2006-08-03read-tree: shadowed variable fix.Junio C Hamano
2006-07-31read-tree: move merge functions to the libraryJohannes Schindelin
2006-07-31read-trees: refactor the unpack_trees() partJohannes Schindelin
2006-07-29Call setup_git_directory() much earlierLinus Torvalds
2006-07-17checkout -f failed to check out a file if an existing directory interfered.Junio C Hamano
2006-07-10Avoid C99 initializersShawn Pearce
2006-07-08Close the index file between writing and committingJohannes Schindelin