summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] diff-tree usagePetr Baudis2005-04-131-1/+1
* [PATCH] nsec portabilityPetr Baudis2005-04-131-0/+4
* [PATCH] Whitespace FixesIngo Molnar2005-04-137-9/+9
* [PATCH] No need to clean temp_git_file_* anymoreJunio C Hamano2005-04-131-1/+1
* [PATCH] Typofix in git/show-files.Junio C Hamano2005-04-131-1/+1
* [PATCH] Consolidate the error handlingPetr Baudis2005-04-1313-69/+77
* [PATCH] Make nsec checking optionalPetr Baudis2005-04-132-4/+20
* [PATCH] SHA1 naive collision checkingPetr Baudis2005-04-132-2/+23
* [PATCH] ls-tree for listing treesPetr Baudis2005-04-132-2/+58
* [PATCH] Correct show-diff output for deleted filesPetr Baudis2005-04-131-1/+1
* [PATCH] Silent flag for show-diffPetr Baudis2005-04-131-1/+13
* [PATCH] Fix a crash when doing rev-treePetr Baudis2005-04-121-6/+6
* Make "checkout-cache" silently skip up-to-date files.Linus Torvalds2005-04-121-5/+7
* Make "rev-tree" able to read its own output again from the cache.Linus Torvalds2005-04-121-7/+74
* [PATCH] rev-tree support for "in X but not in Y".David Woodhouse2005-04-121-0/+8
* [PATCH] show-diff show deleted files as diff as well.Christopher Li2005-04-121-4/+45
* Remove the annoying "ok" printout from show-diff.Linus Torvalds2005-04-121-3/+1
* Add a "check-files" command, which is useful for scriptingLinus Torvalds2005-04-122-1/+52
* Add "show-files" command to show the list of managed (or non-managed) files.Linus Torvalds2005-04-112-1/+168
* Allow zero-sized files to be checked in.Linus Torvalds2005-04-111-4/+8
* Make the rev-tree output more regular. This is the lastLinus Torvalds2005-04-111-2/+2
* Make "rev-tree" capable of showing the difference in reachability between twoLinus Torvalds2005-04-111-13/+99
* Make "rev-tree" more efficient and more useful.Linus Torvalds2005-04-111-44/+68
* Rename ".dircache" directory to ".git"Linus Torvalds2005-04-116-12/+12
* Fix stale index.lock file removal using "atexit()".Linus Torvalds2005-04-112-39/+47
* Add a "rev-tree" helper, which calculates the revisionLinus Torvalds2005-04-112-1/+142
* Fix "usage()" to do the missing line termination.Linus Torvalds2005-04-111-1/+3
* Fix "update-cache" not fixing up the size field as appropriate.Linus Torvalds2005-04-111-5/+6
* Make the default directory permissions more lax.Linus Torvalds2005-04-112-4/+4
* Add a COPYING notice, making it explicit that the license is GPLv2.Linus Torvalds2005-04-111-0/+361
* Make "update-cache --refresh" do what it really should do: justLinus Torvalds2005-04-111-19/+99
* Fix up commit-tree/diff-tree user interface issues.Linus Torvalds2005-04-112-4/+4
* Oops. Fix bad initialization of the "seen" array, causing us to notLinus Torvalds2005-04-101-1/+1
* Oops, the actual 'printf' for missing objects was missing.Linus Torvalds2005-04-101-0/+1
* Add connectivity tracking to fsck.Linus Torvalds2005-04-101-4/+100
* Fix off-by-one error in removal of cache entry.Linus Torvalds2005-04-101-7/+7
* Fix diff-tree recursion.Linus Torvalds2005-04-101-6/+53
* Simplify "diff-tree" output, and only keep track of one single name-base.Linus Torvalds2005-04-101-24/+23
* Add "-R" flag to "diff-tree", so that it will recursively traverse a tree of ...Linus Torvalds2005-04-103-29/+67
* Make "update-cache" a bit friendlier to use (and harder to mis-use).Linus Torvalds2005-04-105-11/+70
* This implements the new "recursive tree" write-tree.Linus Torvalds2005-04-094-22/+70
* Make fsck-cache warn about old-style tree objects that have fullLinus Torvalds2005-04-091-0/+9
* Teach "fsck" and "read-tree" about recursive tree-nodes.Linus Torvalds2005-04-092-9/+24
* Make "fsck-cache" print out all the root commits it finds.Linus Torvalds2005-04-091-0/+5
* Add "diff-tree" program to show which files have changed between two trees.Linus Torvalds2005-04-092-1/+113
* Export "cache_name_compare()" helper function.Linus Torvalds2005-04-092-1/+2
* Make "read-tree" read the tree into the current directory cache.Linus Torvalds2005-04-092-50/+82
* Make "write_cache()" and friends available as generic routines.Linus Torvalds2005-04-093-73/+75
* Fix "checkout-cache.c" mis-use of read_sha1_file() interface.Linus Torvalds2005-04-091-2/+3
* Fix up "checkout-cache" a bitLinus Torvalds2005-04-091-10/+8