summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make "read-tree" merge the trees it reads by giving them consecutive states.Linus Torvalds2005-04-151-6/+53
* Make cache entry comparison take the new "state" flag into account.Linus Torvalds2005-04-152-6/+13
* write-tree: refuse to write out trees with unmerged index entries.Linus Torvalds2005-04-151-0/+18
* Encode a few extra flags per index entry.Linus Torvalds2005-04-153-5/+9
* Simplify show-diff cache entry name handling.Linus Torvalds2005-04-151-1/+1
* [PATCH] Add '-z' to merge-tree.cJunio C Hamano2005-04-151-3/+20
* Make "diff-tree" have similar behaviour as "ls-tree" wrt line termination.Linus Torvalds2005-04-151-3/+10
* [PATCH] Add "-q" option to show-diff.cJunio C Hamano2005-04-151-5/+12
* [PATCH] Add -z option to show-filesJunio C Hamano2005-04-151-3/+9
* Add "--cacheinfo" option to update-cache.Linus Torvalds2005-04-151-0/+35
* Convert the index file reading/writing to use network byte order.Linus Torvalds2005-04-157-60/+64
* [PATCH] Simplify date handling and make it more reliableDavid Woodhouse2005-04-152-6/+165
* [PATCH] ls-tree enhancementsJunio C Hamano2005-04-151-18/+90
* Add "merge-tree" helper program. Maybe it's retarded, maybe it's helpful.Linus Torvalds2005-04-142-1/+132
* Use common "revision.h" header for both fsck and rev-tree.Linus Torvalds2005-04-133-202/+121
* Fix read-cache.c collission check logic.Linus Torvalds2005-04-131-11/+28
* Make 'fsck' able to take an arbitrary number of parents on theLinus Torvalds2005-04-131-14/+19
* Make fsck reachability avoid doing unnecessary work forLinus Torvalds2005-04-131-0/+3
* Make "fsck-cache" use the same revision tracking structure as "rev-tree".Linus Torvalds2005-04-131-76/+133
* [PATCH] Change diff-tree output formatPetr Baudis2005-04-131-2/+6
* [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