summaryrefslogtreecommitdiffstats
path: root/read-tree.c
AgeCommit message (Expand)AuthorLines
2006-02-06read-tree --aggressiveJunio C Hamano-0/+32
2005-12-26avoid asking ?alloc() for zero bytes.Junio C Hamano-7/+10
2005-11-28Make the rest of commands work from a subdirectory.Junio C Hamano-0/+2
2005-11-08ls-files and read-tree need core.filemodeAlex Riesen-0/+2
2005-10-10Remove empty directories after read-tree -u.Junio C Hamano-1/+30
2005-10-02read-tree: --trivialLinus Torvalds-0/+12
2005-10-02read-tree: remove --head option.Junio C Hamano-8/+2
2005-09-20Document -i flag to git-read-treeJunio C Hamano-1/+1
2005-09-13read-tree: fix bogus debugging statement.Junio C Hamano-6/+9
2005-09-10Add a new merge strategy by Fredrik Kuivinen.Junio C Hamano-2/+20
2005-09-10Plug leak in Daniel's read-tree.Junio C Hamano-0/+1
2005-09-10[PATCH] Add debugging help for case #16 to read-tree.cJunio C Hamano-8/+28
2005-09-10[PATCH] Disable debugging from read-tree.Junio C Hamano-3/+10
2005-09-10[PATCH] Rewrite read-treeDaniel Barkalow-382/+421
2005-07-29[PATCH] Unify usage strings declarationPetr Baudis-1/+1
2005-07-14Start adding interfaces to read in partial treesLinus Torvalds-1/+1
2005-06-15git-read-tree: fix "--reset" handlingLinus Torvalds-0/+1
2005-06-12[PATCH] read-tree: loosen too strict index requirementsJunio C Hamano-0/+6
2005-06-12[PATCH] Finish making --emu23 equivalent to pure 2-way merge.Junio C Hamano-5/+132
2005-06-12[PATCH] read-tree: fix too strong index requirement #5ALTJunio C Hamano-2/+18
2005-06-12[PATCH] read-tree --emu23.Junio C Hamano-4/+77
2005-06-09git-read-tree: remove deleted files in the working directoryLinus Torvalds-6/+18
2005-06-09git-read-tree: add "--reset" flagLinus Torvalds-9/+38
2005-06-07git-read-tree: -u without -m is meaningless. Don't allow it.Linus Torvalds-1/+3
2005-06-07git-read-tree: make one-way merge also honor the "update" flagLinus Torvalds-5/+5
2005-06-07[PATCH] read-tree: save more user hassles during fast-forward.Junio C Hamano-13/+36
2005-06-06git-read-tree: some "final" cleanupsLinus Torvalds-14/+10
2005-06-06git-read-tree: simplify merge loops enormouslyLinus Torvalds-163/+110
2005-06-06[PATCH] index locking like everybody elseJunio C Hamano-17/+5
2005-06-05Fix off-by-one in new three-way-merge updatesLinus Torvalds-1/+1
2005-06-05Three-way merge: fix silly bug that made trivial merges not workLinus Torvalds-2/+2
2005-06-05git-read-tree: fix up two-way mergeLinus Torvalds-15/+44
2005-06-05More work on merging with git-read-tree..Linus Torvalds-19/+104
2005-06-05git-read-tree: fix up three-way merge testsLinus Torvalds-14/+14
2005-06-05git-read-tree: be a lot more careful about merging dirty treesLinus Torvalds-3/+51
2005-05-20sparse cleanupLinus Torvalds-1/+1
2005-05-19[PATCH] cleanup of in-code namesAlexey Nezhdanov-1/+1
2005-05-11Fixed a leak in read-treePetr Baudis-1/+4
2005-05-01Add "get_sha1()" helper function.Linus Torvalds-1/+1
2005-04-28[PATCH] Rename and extend read_tree_with_tree_or_commit_sha1Junio C Hamano-1/+1
2005-04-22Move "read_tree()" to "tree.c" to be used as a generic helper function.Linus Torvalds-63/+3
2005-04-22Clean up and simplify read-tree a bit.Linus Torvalds-7/+6
2005-04-21Add support for a "GIT_INDEX_FILE" environment variable.Linus Torvalds-8/+11
2005-04-20[PATCH] Usage-string fixes.Junio C Hamano-4/+6
2005-04-20[PATCH] Teach read-tree about commit objectsJunio C Hamano-10/+24
2005-04-19Make "read-tree" know how to do a "1-way merge".Linus Torvalds-5/+39
2005-04-19Make "read-tree" take the 'stat' information for a merge result from theLinus Torvalds-2/+39
2005-04-16Be much more liberal about the file mode bits.Linus Torvalds-1/+1
2005-04-16Make 'read-tree' do a few more of the trivial merge cases.Linus Torvalds-17/+53
2005-04-15Make "read-tree" merge the trees it reads by giving them consecutive states.Linus Torvalds-6/+53