summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-04-18Ass a "merge-cache" helper program to execute a merge onLinus Torvalds
2005-04-18[PATCH] fork optional branch point normazilationBrad Roberts
2005-04-18Ignore any unmerged entries for "checkout-cache -a".Linus Torvalds
2005-04-17Remove extraneous ',' ';' and '.' characters from the full name gecos field.Linus Torvalds
2005-04-17Make the revision tracking track the object types too.Linus Torvalds
2005-04-17Make "commit-tree" check the input objects more carefully.Linus Torvalds
2005-04-17Make "parse_commit" return the "struct revision" for the commit.Linus Torvalds
2005-04-17Do a very simple "merge-base" that finds the most recent commonLinus Torvalds
2005-04-17Make "rev-tree.c" use the new-and-improved "mark_reachable()"Linus Torvalds
2005-04-17Make "revision.h" slightly better to use.Linus Torvalds
2005-04-17Move "parse_commit()" into common revision.h file.Linus Torvalds
2005-04-17[PATCH] fix for memory leak in write-tree.cBrad Roberts
2005-04-17[PATCH] Fix +x-related show-diff false positivesPetr Baudis
2005-04-17[PATCH] Remove unused arguments from index_fd()Junio C Hamano
2005-04-17[PATCH] Better error message from checkout-cache for unmerged files.Junio C Hamano
2005-04-17Fix total permission bogosity in "checkout-cache.c".Linus Torvalds
2005-04-17[PATCH] update-cache --remove marks the path merged.Junio C Hamano
2005-04-17[PATCH] show-diff.c: do not include unused header fileJunio C Hamano
2005-04-17Be much more liberal about the file mode bits.Linus Torvalds
2005-04-17[PATCH] Do not run useless show-diff on unmerged paths repeatedly.Junio C Hamano
2005-04-17[PATCH] show-diff style fix.Junio C Hamano
2005-04-17[PATCH] Rename confusing variable in show-diffJunio C Hamano
2005-04-17[PATCH] show-diff shell safetyJunio C Hamano
2005-04-17[PATCH] show-diff -z option for machine readable output.Junio C Hamano
2005-04-17[PATCH] Optionally tell show-diff to show only named filesJunio C Hamano
2005-04-16[PATCH] Un unoptimize ls-tree behaviourJunio C Hamano
2005-04-16Add "--unmerged" flag to "show-files", which does what the name implies.Linus Torvalds
2005-04-16Remove "merge-tree.c"Linus Torvalds
2005-04-16When inserting a index entry of stage 0, remove all old unmerged entries.Linus Torvalds
2005-04-16Make 'read-tree' do a few more of the trivial merge cases.Linus Torvalds
2005-04-16[PATCH] Add --stage to show-files for new stage dircache.Junio C Hamano
2005-04-16[PATCH] Byteorder fix for read-tree, new -m semantics version.Junio C Hamano
2005-04-16Make "read-tree" merge the trees it reads by giving them consecutive states.Linus Torvalds
2005-04-16Make cache entry comparison take the new "state" flag into account.Linus Torvalds
2005-04-16write-tree: refuse to write out trees with unmerged index entries.Linus Torvalds
2005-04-16Encode a few extra flags per index entry.Linus Torvalds
2005-04-16Simplify show-diff cache entry name handling.Linus Torvalds
2005-04-16[PATCH] Add '-z' to merge-tree.cJunio C Hamano
2005-04-15Make "diff-tree" have similar behaviour as "ls-tree" wrt line termination.Linus Torvalds
2005-04-15[PATCH] Add "-q" option to show-diff.cJunio C Hamano
2005-04-15[PATCH] Add -z option to show-filesJunio C Hamano
2005-04-15Add "--cacheinfo" option to update-cache.Linus Torvalds
2005-04-15Convert the index file reading/writing to use network byte order.Linus Torvalds
2005-04-15[PATCH] Simplify date handling and make it more reliableDavid Woodhouse
2005-04-15[PATCH] ls-tree enhancementsJunio C Hamano
2005-04-14Add "merge-tree" helper program. Maybe it's retarded, maybe it's helpful.Linus Torvalds
2005-04-14Use common "revision.h" header for both fsck and rev-tree.Linus Torvalds
2005-04-14Fix read-cache.c collission check logic.Linus Torvalds
2005-04-13Make 'fsck' able to take an arbitrary number of parents on theLinus Torvalds
2005-04-13Make fsck reachability avoid doing unnecessary work forLinus Torvalds