summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-04-16[PATCH] Byteorder fix for read-tree, new -m semantics version.Junio C Hamano
2005-04-16Make "read-tree" merge the trees it reads by giving them consecutive states.Linus Torvalds
2005-04-16Make cache entry comparison take the new "state" flag into account.Linus Torvalds
2005-04-16write-tree: refuse to write out trees with unmerged index entries.Linus Torvalds
2005-04-16Encode a few extra flags per index entry.Linus Torvalds
2005-04-16Simplify show-diff cache entry name handling.Linus Torvalds
2005-04-16[PATCH] Add '-z' to merge-tree.cJunio C Hamano
2005-04-15Make "diff-tree" have similar behaviour as "ls-tree" wrt line termination.Linus Torvalds
2005-04-15[PATCH] Add "-q" option to show-diff.cJunio C Hamano
2005-04-15[PATCH] Add -z option to show-filesJunio C Hamano
2005-04-15Add "--cacheinfo" option to update-cache.Linus Torvalds
2005-04-15Convert the index file reading/writing to use network byte order.Linus Torvalds
2005-04-15[PATCH] Simplify date handling and make it more reliableDavid Woodhouse
2005-04-15[PATCH] ls-tree enhancementsJunio C Hamano
2005-04-14Add "merge-tree" helper program. Maybe it's retarded, maybe it's helpful.Linus Torvalds
2005-04-14Use common "revision.h" header for both fsck and rev-tree.Linus Torvalds
2005-04-14Fix read-cache.c collission check logic.Linus Torvalds
2005-04-13Make 'fsck' able to take an arbitrary number of parents on theLinus Torvalds
2005-04-13Make fsck reachability avoid doing unnecessary work forLinus Torvalds
2005-04-13Make "fsck-cache" use the same revision tracking structure as "rev-tree".Linus Torvalds
2005-04-13[PATCH] Change diff-tree output formatPetr Baudis
2005-04-13[PATCH] diff-tree usagePetr Baudis
2005-04-13[PATCH] nsec portabilityPetr Baudis
2005-04-13[PATCH] Whitespace FixesIngo Molnar
2005-04-13[PATCH] No need to clean temp_git_file_* anymoreJunio C Hamano
2005-04-13[PATCH] Typofix in git/show-files.Junio C Hamano
2005-04-13[PATCH] Consolidate the error handlingPetr Baudis
2005-04-13[PATCH] Make nsec checking optionalPetr Baudis
2005-04-13[PATCH] SHA1 naive collision checkingPetr Baudis
2005-04-13[PATCH] ls-tree for listing treesPetr Baudis
2005-04-13[PATCH] Correct show-diff output for deleted filesPetr Baudis
2005-04-13[PATCH] Silent flag for show-diffPetr Baudis
2005-04-12[PATCH] Fix a crash when doing rev-treePetr Baudis
2005-04-12Make "checkout-cache" silently skip up-to-date files.Linus Torvalds
2005-04-12Make "rev-tree" able to read its own output again from the cache.Linus Torvalds
2005-04-12[PATCH] rev-tree support for "in X but not in Y".David Woodhouse
2005-04-12[PATCH] show-diff show deleted files as diff as well.Christopher Li
2005-04-12Remove the annoying "ok" printout from show-diff.Linus Torvalds
2005-04-12Add a "check-files" command, which is useful for scriptingLinus Torvalds
2005-04-12Add "show-files" command to show the list of managed (or non-managed) files.Linus Torvalds
2005-04-12Allow zero-sized files to be checked in.Linus Torvalds
2005-04-12Make the rev-tree output more regular. This is the lastLinus Torvalds
2005-04-12Make "rev-tree" capable of showing the difference in reachability between twoLinus Torvalds
2005-04-11Make "rev-tree" more efficient and more useful.Linus Torvalds
2005-04-11Rename ".dircache" directory to ".git"Linus Torvalds
2005-04-11Fix stale index.lock file removal using "atexit()".Linus Torvalds
2005-04-11Add a "rev-tree" helper, which calculates the revisionLinus Torvalds
2005-04-11Fix "usage()" to do the missing line termination.Linus Torvalds
2005-04-11Fix "update-cache" not fixing up the size field as appropriate.Linus Torvalds
2005-04-11Make the default directory permissions more lax.Linus Torvalds