aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Make "parse_commit" return the "struct revision" for the commit.Linus Torvalds2005-04-17
* Do a very simple "merge-base" that finds the most recent commonLinus Torvalds2005-04-17
* Make "rev-tree.c" use the new-and-improved "mark_reachable()"Linus Torvalds2005-04-17
* Make "revision.h" slightly better to use.Linus Torvalds2005-04-17
* Move "parse_commit()" into common revision.h file.Linus Torvalds2005-04-17
* [PATCH] fix for memory leak in write-tree.cBrad Roberts2005-04-17
* [PATCH] Fix +x-related show-diff false positivesPetr Baudis2005-04-17
* [PATCH] Remove unused arguments from index_fd()Junio C Hamano2005-04-17
* [PATCH] Better error message from checkout-cache for unmerged files.Junio C Hamano2005-04-17
* Fix total permission bogosity in "checkout-cache.c".Linus Torvalds2005-04-17
* [PATCH] update-cache --remove marks the path merged.Junio C Hamano2005-04-17
* [PATCH] show-diff.c: do not include unused header fileJunio C Hamano2005-04-17
* Be much more liberal about the file mode bits.Linus Torvalds2005-04-16
* [PATCH] Do not run useless show-diff on unmerged paths repeatedly.Junio C Hamano2005-04-16
* [PATCH] show-diff style fix.Junio C Hamano2005-04-16
* [PATCH] Rename confusing variable in show-diffJunio C Hamano2005-04-16
* [PATCH] show-diff shell safetyJunio C Hamano2005-04-16
* [PATCH] show-diff -z option for machine readable output.Junio C Hamano2005-04-16
* [PATCH] Optionally tell show-diff to show only named filesJunio C Hamano2005-04-16
* [PATCH] Un unoptimize ls-tree behaviourJunio C Hamano2005-04-16
* Add "--unmerged" flag to "show-files", which does what the name implies.Linus Torvalds2005-04-16
* Remove "merge-tree.c"Linus Torvalds2005-04-16
* When inserting a index entry of stage 0, remove all old unmerged entries.Linus Torvalds2005-04-16
* Make 'read-tree' do a few more of the trivial merge cases.Linus Torvalds2005-04-16
* [PATCH] Add --stage to show-files for new stage dircache.Junio C Hamano2005-04-16
* [PATCH] Byteorder fix for read-tree, new -m semantics version.Junio C Hamano2005-04-16
* Make "read-tree" merge the trees it reads by giving them consecutive states.Linus Torvalds2005-04-15
* Make cache entry comparison take the new "state" flag into account.Linus Torvalds2005-04-15
* write-tree: refuse to write out trees with unmerged index entries.Linus Torvalds2005-04-15
* Encode a few extra flags per index entry.Linus Torvalds2005-04-15
* Simplify show-diff cache entry name handling.Linus Torvalds2005-04-15
* [PATCH] Add '-z' to merge-tree.cJunio C Hamano2005-04-15
* Make "diff-tree" have similar behaviour as "ls-tree" wrt line termination.Linus Torvalds2005-04-15
* [PATCH] Add "-q" option to show-diff.cJunio C Hamano2005-04-15
* [PATCH] Add -z option to show-filesJunio C Hamano2005-04-15
* Add "--cacheinfo" option to update-cache.Linus Torvalds2005-04-15
* Convert the index file reading/writing to use network byte order.Linus Torvalds2005-04-15
* [PATCH] Simplify date handling and make it more reliableDavid Woodhouse2005-04-15
* [PATCH] ls-tree enhancementsJunio C Hamano2005-04-15
* Add "merge-tree" helper program. Maybe it's retarded, maybe it's helpful.Linus Torvalds2005-04-14
* Use common "revision.h" header for both fsck and rev-tree.Linus Torvalds2005-04-13
* Fix read-cache.c collission check logic.Linus Torvalds2005-04-13
* Make 'fsck' able to take an arbitrary number of parents on theLinus Torvalds2005-04-13
* Make fsck reachability avoid doing unnecessary work forLinus Torvalds2005-04-13
* Make "fsck-cache" use the same revision tracking structure as "rev-tree".Linus Torvalds2005-04-13
* [PATCH] Change diff-tree output formatPetr Baudis2005-04-13
* [PATCH] diff-tree usagePetr Baudis2005-04-13
* [PATCH] nsec portabilityPetr Baudis2005-04-13
* [PATCH] Whitespace FixesIngo Molnar2005-04-13
* [PATCH] No need to clean temp_git_file_* anymoreJunio C Hamano2005-04-13