summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Header files for object parsingDaniel Barkalow2005-04-184-0/+87
* Do a very simple "merge-base" that finds the most recent commonLinus Torvalds2005-04-172-1/+61
* Make "rev-tree.c" use the new-and-improved "mark_reachable()"Linus Torvalds2005-04-171-16/+1
* Make "revision.h" slightly better to use.Linus Torvalds2005-04-172-7/+11
* Move "parse_commit()" into common revision.h file.Linus Torvalds2005-04-172-79/+40
* [PATCH] fix for memory leak in write-tree.cBrad Roberts2005-04-171-4/+2
* [PATCH] Fix +x-related show-diff false positivesPetr Baudis2005-04-171-1/+1
* [PATCH] Remove unused arguments from index_fd()Junio C Hamano2005-04-171-9/+6
* [PATCH] Better error message from checkout-cache for unmerged files.Junio C Hamano2005-04-171-2/+9
* Fix total permission bogosity in "checkout-cache.c".Linus Torvalds2005-04-171-3/+1
* [PATCH] update-cache --remove marks the path merged.Junio C Hamano2005-04-171-1/+3
* [PATCH] show-diff.c: do not include unused header fileJunio C Hamano2005-04-171-1/+0
* Be much more liberal about the file mode bits.Linus Torvalds2005-04-165-6/+21
* [PATCH] Do not run useless show-diff on unmerged paths repeatedly.Junio C Hamano2005-04-161-0/+13
* [PATCH] show-diff style fix.Junio C Hamano2005-04-161-4/+3
* [PATCH] Rename confusing variable in show-diffJunio C Hamano2005-04-161-4/+4
* [PATCH] show-diff shell safetyJunio C Hamano2005-04-161-4/+60
* [PATCH] show-diff -z option for machine readable output.Junio C Hamano2005-04-161-9/+19
* [PATCH] Optionally tell show-diff to show only named filesJunio C Hamano2005-04-161-8/+30
* [PATCH] Un unoptimize ls-tree behaviourJunio C Hamano2005-04-161-26/+15
* Add "--unmerged" flag to "show-files", which does what the name implies.Linus Torvalds2005-04-161-1/+10
* Remove "merge-tree.c"Linus Torvalds2005-04-162-149/+1
* When inserting a index entry of stage 0, remove all old unmerged entries.Linus Torvalds2005-04-161-5/+31
* Make 'read-tree' do a few more of the trivial merge cases.Linus Torvalds2005-04-161-17/+53
* [PATCH] Add --stage to show-files for new stage dircache.Junio C Hamano2005-04-162-9/+25
* [PATCH] Byteorder fix for read-tree, new -m semantics version.Junio C Hamano2005-04-161-1/+1
* 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