summaryrefslogtreecommitdiff
path: root/merge-tree.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-04Replace deprecated dashed git commands in usageLibravatar Alexander Potashev1-1/+1
2009-01-26Add calls to git_extract_argv0_path() in programs that call git_config_*Libravatar Steffen Prohaska1-0/+3
2008-10-08Replace xmalloc/memset(0) pairs with xcallocLibravatar Brandon Casey1-2/+1
2008-03-09Make 'traverse_trees()' traverse conflicting DF entries in parallelLibravatar Linus Torvalds1-1/+1
2008-03-09Add return value to 'traverse_tree()' callbackLibravatar Linus Torvalds1-4/+5
2008-03-09Make 'traverse_tree()' use linked structure rather than 'const char *base'Libravatar Linus Torvalds1-24/+27
2007-12-13xdl_diff: identify call sites.Libravatar Junio C Hamano1-1/+1
2007-07-06Future-proof source for changes in xdemitconf_tLibravatar Johannes Schindelin1-1/+1
2007-03-21Remove "pathlen" from "struct name_entry"Libravatar Linus Torvalds1-4/+5
2007-02-27convert object type handling from a string to a numberLibravatar Nicolas Pitre1-4/+4
2006-09-14Handle invalid argc gentlyLibravatar Dmitry V. Levin1-1/+1
2006-09-13Make count-objects, describe and merge-tree work in subdirectoryLibravatar Dmitry V. Levin1-0/+2
2006-09-02Replace uses of strdup with xstrdup.Libravatar Shawn Pearce1-2/+2
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.Libravatar David Rientjes1-1/+1
2006-06-28Improved three-way blob merging codeLibravatar Linus Torvalds1-0/+73
2006-06-28Prepare "git-merge-tree" for future workLibravatar Linus Torvalds1-15/+119
2006-05-08Merge branch 'fix'Libravatar Junio C Hamano1-1/+1
2006-05-08Separate object name errors from usage errorsLibravatar Dmitry V. Levin1-1/+1
2006-05-03sha1_to_hex() usage cleanupLibravatar Linus Torvalds1-4/+2
2006-03-29tree/diff header cleanup.Libravatar Junio C Hamano1-95/+1
2006-02-15git-merge-tree: generalize the "traverse <n> trees in sync" functionalityLibravatar Linus Torvalds1-53/+67
2006-02-15Handling large files with GITLibravatar Linus Torvalds1-10/+30
2006-02-15Handling large files with GITLibravatar Linus Torvalds1-0/+238
2005-04-16Remove "merge-tree.c"Libravatar Linus Torvalds1-145/+0
2005-04-15[PATCH] Add '-z' to merge-tree.cLibravatar Junio C Hamano1-3/+20
2005-04-14Add "merge-tree" helper program. Maybe it's retarded, maybe it's helpful.Libravatar Linus Torvalds1-0/+128