summaryrefslogtreecommitdiff
path: root/merge-cache.c
Commit message (Collapse)AuthorAgeFilesLines
* Change merge-cache and git-merge-one-file to use the SHA1 of the fileLinus Torvalds2005-04-181-24/+3
| | | | | | instead of a checked-out temporary copy. If merging requires a checked-out-copy, we now do so with "unpack-file".
* Ass a "merge-cache" helper program to execute a merge onLinus Torvalds2005-04-171-0/+127
any unmerged files. This one doesn't actually do the merging, but it makes it easy to script the programs that do using it.