summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-04-13Make 'fsck' able to take an arbitrary number of parents on theLibravatar Linus Torvalds1-14/+19
2005-04-13Make fsck reachability avoid doing unnecessary work forLibravatar Linus Torvalds1-0/+3
2005-04-13Make "fsck-cache" use the same revision tracking structure as "rev-tree".Libravatar Linus Torvalds1-76/+133
2005-04-13[PATCH] Change diff-tree output formatLibravatar Petr Baudis1-2/+6
2005-04-13[PATCH] diff-tree usageLibravatar Petr Baudis1-1/+1
2005-04-13[PATCH] nsec portabilityLibravatar Petr Baudis1-0/+4
2005-04-13[PATCH] Whitespace FixesLibravatar Ingo Molnar7-9/+9
2005-04-13[PATCH] No need to clean temp_git_file_* anymoreLibravatar Junio C Hamano1-1/+1
2005-04-13[PATCH] Typofix in git/show-files.Libravatar Junio C Hamano1-1/+1
2005-04-13[PATCH] Consolidate the error handlingLibravatar Petr Baudis13-69/+77
2005-04-13[PATCH] Make nsec checking optionalLibravatar Petr Baudis2-4/+20
2005-04-13[PATCH] SHA1 naive collision checkingLibravatar Petr Baudis2-2/+23
2005-04-13[PATCH] ls-tree for listing treesLibravatar Petr Baudis2-2/+58
2005-04-13[PATCH] Correct show-diff output for deleted filesLibravatar Petr Baudis1-1/+1
2005-04-13[PATCH] Silent flag for show-diffLibravatar Petr Baudis1-1/+13
2005-04-12[PATCH] Fix a crash when doing rev-treeLibravatar Petr Baudis1-6/+6
2005-04-12Make "checkout-cache" silently skip up-to-date files.Libravatar Linus Torvalds1-5/+7
2005-04-12Make "rev-tree" able to read its own output again from the cache.Libravatar Linus Torvalds1-7/+74
2005-04-12[PATCH] rev-tree support for "in X but not in Y".Libravatar David Woodhouse1-0/+8
2005-04-12[PATCH] show-diff show deleted files as diff as well.Libravatar Christopher Li1-4/+45
2005-04-12Remove the annoying "ok" printout from show-diff.Libravatar Linus Torvalds1-3/+1
2005-04-12Add a "check-files" command, which is useful for scriptingLibravatar Linus Torvalds2-1/+52
2005-04-11Add "show-files" command to show the list of managed (or non-managed) files.Libravatar Linus Torvalds2-1/+168
2005-04-11Allow zero-sized files to be checked in.Libravatar Linus Torvalds1-4/+8
2005-04-11Make the rev-tree output more regular. This is the lastLibravatar Linus Torvalds1-2/+2
2005-04-11Make "rev-tree" capable of showing the difference in reachability between twoLibravatar Linus Torvalds1-13/+99
2005-04-11Make "rev-tree" more efficient and more useful.Libravatar Linus Torvalds1-44/+68
2005-04-11Rename ".dircache" directory to ".git"Libravatar Linus Torvalds6-12/+12
2005-04-11Fix stale index.lock file removal using "atexit()".Libravatar Linus Torvalds2-39/+47
2005-04-11Add a "rev-tree" helper, which calculates the revisionLibravatar Linus Torvalds2-1/+142
2005-04-11Fix "usage()" to do the missing line termination.Libravatar Linus Torvalds1-1/+3
2005-04-11Fix "update-cache" not fixing up the size field as appropriate.Libravatar Linus Torvalds1-5/+6
2005-04-11Make the default directory permissions more lax.Libravatar Linus Torvalds2-4/+4
2005-04-11Add a COPYING notice, making it explicit that the license is GPLv2.Libravatar Linus Torvalds1-0/+361
2005-04-11Make "update-cache --refresh" do what it really should do: justLibravatar Linus Torvalds1-19/+99
2005-04-11Fix up commit-tree/diff-tree user interface issues.Libravatar Linus Torvalds2-4/+4
2005-04-10Oops. Fix bad initialization of the "seen" array, causing us to notLibravatar Linus Torvalds1-1/+1
2005-04-10Oops, the actual 'printf' for missing objects was missing.Libravatar Linus Torvalds1-0/+1
2005-04-10Add connectivity tracking to fsck.Libravatar Linus Torvalds1-4/+100
2005-04-10Fix off-by-one error in removal of cache entry.Libravatar Linus Torvalds1-7/+7
2005-04-10Fix diff-tree recursion.Libravatar Linus Torvalds1-6/+53
2005-04-10Simplify "diff-tree" output, and only keep track of one single name-base.Libravatar Linus Torvalds1-24/+23
2005-04-10Add "-R" flag to "diff-tree", so that it will recursively traverse a tree of ...Libravatar Linus Torvalds3-29/+67
2005-04-10Make "update-cache" a bit friendlier to use (and harder to mis-use).Libravatar Linus Torvalds5-11/+70
2005-04-09This implements the new "recursive tree" write-tree.Libravatar Linus Torvalds4-22/+70
2005-04-09Make fsck-cache warn about old-style tree objects that have fullLibravatar Linus Torvalds1-0/+9
2005-04-09Teach "fsck" and "read-tree" about recursive tree-nodes.Libravatar Linus Torvalds2-9/+24
2005-04-09Make "fsck-cache" print out all the root commits it finds.Libravatar Linus Torvalds1-0/+5
2005-04-09Add "diff-tree" program to show which files have changed between two trees.Libravatar Linus Torvalds2-1/+113
2005-04-09Export "cache_name_compare()" helper function.Libravatar Linus Torvalds2-1/+2