summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-04-18[PATCH] show-diff.c: clean up private buffer use.Junio C Hamano
2005-04-18Add "update-cache --refresh" to git-pull-script to make sureLinus Torvalds
2005-04-18Change merge-cache and git-merge-one-file to use the SHA1 of the fileLinus Torvalds
2005-04-18Add "unpack-file" helper that unpacks a sha1 blob into a tmpfile.Linus Torvalds
2005-04-18Add more header dependencies.Linus Torvalds
2005-04-18Split up read-cache.c into more logical clumps.Linus Torvalds
2005-04-18Clean up the Makefile a bit.Linus Torvalds
2005-04-18Add the simple scripts I used to do a merge with content conflicts.Linus Torvalds
2005-04-18Merge the new object model thing from Daniel BarkalowLinus Torvalds
2005-04-18[PATCH] fix bug in read-cache.c which loses files when merging a treeJames Bottomley
2005-04-18[PATCH] Switch implementations of merge-base, port to parsingDaniel Barkalow
2005-04-18[PATCH] Port fsck-cache to use parsing functionsDaniel Barkalow
2005-04-18[PATCH] Port rev-tree to parsing functionsDaniel Barkalow
2005-04-18[PATCH] Implementations of parsing functionsDaniel Barkalow
2005-04-18[PATCH] Header files for object parsingDaniel Barkalow
2005-04-18[PATCH] Fix confusing behaviour of update-cache --refresh on unmerged paths.Junio C Hamano
2005-04-18Update README to reflect the hierarchical tree objects,Linus Torvalds
2005-04-18[PATCH] (resend) show-diff.c off-by-one fixJunio C Hamano
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