summaryrefslogtreecommitdiff
path: root/merge-recursive.c
AgeCommit message (Expand)Author
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce
2006-08-31Use xmalloc instead of mallocJonas Fonseca
2006-08-23hashcpy/hashcmp remaining bits.Junio C Hamano
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce
2006-08-13Merge branch 'master' into js/c-merge-recursiveJunio C Hamano
2006-08-09merge-recur: do not die unnecessarilyJohannes Schindelin
2006-08-09merge-recur: try to merge older merge bases firstJohannes Schindelin
2006-08-09merge-recur: if there is no common ancestor, fake empty oneJohannes Schindelin
2006-08-09merge-recur: do not setenv("GIT_INDEX_FILE")Johannes Schindelin
2006-08-09merge-recur: do not call git-write-treeJohannes Schindelin
2006-08-04merge-recursive: fix rename handlingJohannes Schindelin
2006-07-31merge-recur: virtual commits shall never be parsedJohannes Schindelin
2006-07-31merge-recur: use the unpack_trees() interface instead of exec()ing read-treeJohannes Schindelin
2006-07-30merge-recur: fix thinko in unique_path()Johannes Schindelin
2006-07-28merge-recur: Explain why sha_eq() and struct stage_data cannot goJohannes Schindelin
2006-07-28merge-recur: Cleanup last mixedCase variables...Johannes Schindelin
2006-07-28merge-recur: Fix compiler warning with -pedanticJohannes Schindelin
2006-07-28merge-recur: Remove dead codeJohannes Schindelin
2006-07-28merge-recur: Get rid of debug codeJohannes Schindelin
2006-07-28merge-recur: Convert variable names to lower_caseJohannes Schindelin
2006-07-28Cumulative update of merge-recursive in CJohannes Schindelin
2006-07-14Merge branch 'lt/unitype' into js/c-merge-recursiveJunio C Hamano
2006-07-14Status update on merge-recursive in CJohannes Schindelin