summaryrefslogtreecommitdiff
path: root/unpack-trees.c
AgeCommit message (Expand)Author
2008-03-15Fix recent 'unpack_trees()'-related changes breaking 'git stash'Linus Torvalds
2008-03-14read-tree() and unpack_trees(): use consistent limitJunio C Hamano
2008-03-11unpack_trees(): fix diff-index regression.Linus Torvalds
2008-03-10traverse_trees_recursive(): propagate merge errors upJunio C Hamano
2008-03-09unpack_trees(): minor memory leak fix in unused destination indexLinus Torvalds
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-03-09Move 'unpack_trees()' over to 'traverse_trees()' interfaceLinus Torvalds
2008-02-27Merge branch 'db/checkout'Junio C Hamano
2008-02-24Be more verbose when checkout takes a long timeLinus Torvalds
2008-02-23Use helper function for copying index entry informationLinus Torvalds
2008-02-17Merge branch 'jc/gitignore-ends-with-slash'Junio C Hamano
2008-02-10Add "skip_unmerged" option to unpack_trees.Daniel Barkalow
2008-02-10Discard "deleted" cache entries after using them to update the working treeDaniel Barkalow
2008-02-10Send unpack-trees debugging output to stderrDaniel Barkalow
2008-02-10Add flag to make unpack_trees() not print errors.Daniel Barkalow
2008-02-10Allow callers of unpack_trees() to handle failureDaniel Barkalow
2008-02-05gitignore: lazily find dtypeJunio C Hamano
2008-02-05gitignore(5): Allow "foo/" in ignore list to match directory "foo"Junio C Hamano
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds
2007-12-18unpack-trees: FLEX_ARRAY fixLinus Torvalds
2007-11-29per-directory-exclude: lazily read .gitignore filesJunio C Hamano
2007-11-14Merge branch 'jc/maint-add-sync-stat'Junio C Hamano
2007-11-10ce_match_stat, run_diff_files: use symbolic constants for readabilityJunio C Hamano
2007-10-30relax usage of the progress APINicolas Pitre
2007-10-30make struct progress an opaque typeNicolas Pitre
2007-10-17more compact progress displayNicolas Pitre
2007-08-11Optimize the three-way merge of git-read-treeLinus Torvalds
2007-08-10Optimize the two-way merge of git-read-tree tooLinus Torvalds
2007-08-10Optimize the common cases of git-read-treeLinus Torvalds
2007-08-10Move old index entry removal from "unpack_trees()" into the individual functionsLinus Torvalds
2007-08-10Start moving unpack-trees to "struct tree_desc"Linus Torvalds
2007-08-05unpack-trees.c: assume submodules are clean during check-outJunio C Hamano
2007-07-25cleanup unpack-trees.c: shrink struct tree_entry_listRené Scharfe
2007-07-19unpack-trees.c: assume submodules are clean during check-outSven Verdoolaege
2007-07-12Teach read-tree 2-way merge to ignore intermediate symlinksJunio C Hamano
2007-05-21Merge branch 'maint-1.5.1' into maintJunio C Hamano
2007-05-20unpack-trees.c: verify_uptodate: remove dead codeSven Verdoolaege
2007-05-12read-tree -m -u: avoid getting confused by intermediate symlinks.Junio C Hamano
2007-04-23delay progress display when checking out filesNicolas Pitre
2007-04-23make progress "title" part of the common progress interfaceNicolas Pitre
2007-04-23common progress display supportNicolas Pitre
2007-04-10Treat D/F conflict entry more carefully in unpack-trees.c::threeway_merge()Junio C Hamano
2007-04-10t1000: fix case table.Junio C Hamano
2007-04-04Fix switching to a branch with D/F when current branch has file D.Junio C Hamano
2007-04-04Fix twoway_merge that passed d/f conflict marker to merged_entry().Junio C Hamano
2007-04-04unpack-trees: get rid of *indpos parameter.Junio C Hamano
2007-04-04unpack_trees.c: pass unpack_trees_options structure to keep_entry() as well.Junio C Hamano
2007-03-21Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds
2006-12-20simplify inclusion of system header files.Junio C Hamano