summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-04-17Update README to reflect the hierarchical tree objects,Libravatar Linus Torvalds1-109/+401
2005-04-17[PATCH] (resend) show-diff.c off-by-one fixLibravatar Junio C Hamano1-2/+2
2005-04-17Ass a "merge-cache" helper program to execute a merge onLibravatar Linus Torvalds2-1/+131
2005-04-17[PATCH] fork optional branch point normazilationLibravatar Brad Roberts1-3/+3
2005-04-17Ignore any unmerged entries for "checkout-cache -a".Libravatar Linus Torvalds1-0/+2
2005-04-17Remove extraneous ',' ';' and '.' characters from the full name gecos field.Libravatar Linus Torvalds1-0/+15
2005-04-17Make the revision tracking track the object types too.Libravatar Linus Torvalds3-23/+29
2005-04-17Make "commit-tree" check the input objects more carefully.Libravatar Linus Torvalds1-0/+14
2005-04-17Make "parse_commit" return the "struct revision" for the commit.Libravatar Linus Torvalds2-7/+4
2005-04-17Do a very simple "merge-base" that finds the most recent commonLibravatar Linus Torvalds2-1/+61
2005-04-17Make "rev-tree.c" use the new-and-improved "mark_reachable()"Libravatar Linus Torvalds1-16/+1
2005-04-17Make "revision.h" slightly better to use.Libravatar Linus Torvalds2-7/+11
2005-04-17Move "parse_commit()" into common revision.h file.Libravatar Linus Torvalds2-79/+40
2005-04-17[PATCH] fix for memory leak in write-tree.cLibravatar Brad Roberts1-4/+2
2005-04-17[PATCH] Fix +x-related show-diff false positivesLibravatar Petr Baudis1-1/+1
2005-04-17[PATCH] Remove unused arguments from index_fd()Libravatar Junio C Hamano1-9/+6
2005-04-17[PATCH] Better error message from checkout-cache for unmerged files.Libravatar Junio C Hamano1-2/+9
2005-04-17Fix total permission bogosity in "checkout-cache.c".Libravatar Linus Torvalds1-3/+1
2005-04-17[PATCH] update-cache --remove marks the path merged.Libravatar Junio C Hamano1-1/+3
2005-04-17[PATCH] show-diff.c: do not include unused header fileLibravatar Junio C Hamano1-1/+0
2005-04-16Be much more liberal about the file mode bits.Libravatar Linus Torvalds5-6/+21
2005-04-16[PATCH] Do not run useless show-diff on unmerged paths repeatedly.Libravatar Junio C Hamano1-0/+13
2005-04-16[PATCH] show-diff style fix.Libravatar Junio C Hamano1-4/+3
2005-04-16[PATCH] Rename confusing variable in show-diffLibravatar Junio C Hamano1-4/+4
2005-04-16[PATCH] show-diff shell safetyLibravatar Junio C Hamano1-4/+60
2005-04-16[PATCH] show-diff -z option for machine readable output.Libravatar Junio C Hamano1-9/+19
2005-04-16[PATCH] Optionally tell show-diff to show only named filesLibravatar Junio C Hamano1-8/+30
2005-04-16[PATCH] Un unoptimize ls-tree behaviourLibravatar Junio C Hamano1-26/+15
2005-04-16Add "--unmerged" flag to "show-files", which does what the name implies.Libravatar Linus Torvalds1-1/+10
2005-04-16Remove "merge-tree.c"Libravatar Linus Torvalds2-149/+1
2005-04-16When inserting a index entry of stage 0, remove all old unmerged entries.Libravatar Linus Torvalds1-5/+31
2005-04-16Make 'read-tree' do a few more of the trivial merge cases.Libravatar Linus Torvalds1-17/+53
2005-04-16[PATCH] Add --stage to show-files for new stage dircache.Libravatar Junio C Hamano2-9/+25
2005-04-16[PATCH] Byteorder fix for read-tree, new -m semantics version.Libravatar Junio C Hamano1-1/+1
2005-04-15Make "read-tree" merge the trees it reads by giving them consecutive states.Libravatar Linus Torvalds1-6/+53
2005-04-15Make cache entry comparison take the new "state" flag into account.Libravatar Linus Torvalds2-6/+13
2005-04-15write-tree: refuse to write out trees with unmerged index entries.Libravatar Linus Torvalds1-0/+18
2005-04-15Encode a few extra flags per index entry.Libravatar Linus Torvalds3-5/+9
2005-04-15Simplify show-diff cache entry name handling.Libravatar Linus Torvalds1-1/+1
2005-04-15[PATCH] Add '-z' to merge-tree.cLibravatar Junio C Hamano1-3/+20
2005-04-15Make "diff-tree" have similar behaviour as "ls-tree" wrt line termination.Libravatar Linus Torvalds1-3/+10
2005-04-15[PATCH] Add "-q" option to show-diff.cLibravatar Junio C Hamano1-5/+12
2005-04-15[PATCH] Add -z option to show-filesLibravatar Junio C Hamano1-3/+9
2005-04-15Add "--cacheinfo" option to update-cache.Libravatar Linus Torvalds1-0/+35
2005-04-15Convert the index file reading/writing to use network byte order.Libravatar Linus Torvalds7-60/+64
2005-04-15[PATCH] Simplify date handling and make it more reliableLibravatar David Woodhouse2-6/+165
2005-04-15[PATCH] ls-tree enhancementsLibravatar Junio C Hamano1-18/+90
2005-04-14Add "merge-tree" helper program. Maybe it's retarded, maybe it's helpful.Libravatar Linus Torvalds2-1/+132
2005-04-13Use common "revision.h" header for both fsck and rev-tree.Libravatar Linus Torvalds3-202/+121
2005-04-13Fix read-cache.c collission check logic.Libravatar Linus Torvalds1-11/+28