git.git
2005-04-18 Linus TorvaldsAdd "unpack-file" helper that unpacks a sha1 blob into...
2005-04-18 Linus TorvaldsAdd more header dependencies.
2005-04-18 Linus TorvaldsSplit up read-cache.c into more logical clumps.
2005-04-18 Linus TorvaldsClean up the Makefile a bit.
2005-04-18 Linus TorvaldsAdd the simple scripts I used to do a merge with conten...
2005-04-18 Linus TorvaldsMerge the new object model thing from Daniel Barkalow
2005-04-18 James Bottomley[PATCH] fix bug in read-cache.c which loses files when...
2005-04-18 Daniel Barkalow[PATCH] Switch implementations of merge-base, port...
2005-04-18 Daniel Barkalow[PATCH] Port fsck-cache to use parsing functions
2005-04-18 Daniel Barkalow[PATCH] Port rev-tree to parsing functions
2005-04-18 Daniel Barkalow[PATCH] Implementations of parsing functions
2005-04-18 Daniel Barkalow[PATCH] Header files for object parsing
2005-04-18 Junio C Hamano[PATCH] Fix confusing behaviour of update-cache --refre...
2005-04-18 Linus TorvaldsUpdate README to reflect the hierarchical tree objects,
2005-04-18 Junio C Hamano[PATCH] (resend) show-diff.c off-by-one fix
2005-04-18 Linus TorvaldsAss a "merge-cache" helper program to execute a merge on
2005-04-18 Brad Roberts[PATCH] fork optional branch point normazilation
2005-04-18 Linus TorvaldsIgnore any unmerged entries for "checkout-cache -a".
2005-04-17 Linus TorvaldsRemove extraneous ',' ';' and '.' characters from the...
2005-04-17 Linus TorvaldsMake the revision tracking track the object types too.
2005-04-17 Linus TorvaldsMake "commit-tree" check the input objects more carefully.
2005-04-17 Linus TorvaldsMake "parse_commit" return the "struct revision" for...
2005-04-17 Linus TorvaldsDo a very simple "merge-base" that finds the most recen...
2005-04-17 Linus TorvaldsMake "rev-tree.c" use the new-and-improved "mark_reacha...
2005-04-17 Linus TorvaldsMake "revision.h" slightly better to use.
2005-04-17 Linus TorvaldsMove "parse_commit()" into common revision.h file.
2005-04-17 Brad Roberts[PATCH] fix for memory leak in write-tree.c
2005-04-17 Petr Baudis[PATCH] Fix +x-related show-diff false positives
2005-04-17 Junio C Hamano[PATCH] Remove unused arguments from index_fd()
2005-04-17 Junio C Hamano[PATCH] Better error message from checkout-cache for...
2005-04-17 Linus TorvaldsFix total permission bogosity in "checkout-cache.c".
2005-04-17 Junio C Hamano[PATCH] update-cache --remove marks the path merged.
2005-04-17 Junio C Hamano[PATCH] show-diff.c: do not include unused header file
2005-04-17 Linus TorvaldsBe much more liberal about the file mode bits.
2005-04-17 Junio C Hamano[PATCH] Do not run useless show-diff on unmerged paths...
2005-04-17 Junio C Hamano[PATCH] show-diff style fix.
2005-04-17 Junio C Hamano[PATCH] Rename confusing variable in show-diff
2005-04-17 Junio C Hamano[PATCH] show-diff shell safety
2005-04-17 Junio C Hamano[PATCH] show-diff -z option for machine readable output.
2005-04-17 Junio C Hamano[PATCH] Optionally tell show-diff to show only named...
2005-04-16 Junio C Hamano[PATCH] Un unoptimize ls-tree behaviour
2005-04-16 Linus TorvaldsAdd "--unmerged" flag to "show-files", which does what...
2005-04-16 Linus TorvaldsRemove "merge-tree.c"
2005-04-16 Linus TorvaldsWhen inserting a index entry of stage 0, remove all...
2005-04-16 Linus TorvaldsMake 'read-tree' do a few more of the trivial merge...
2005-04-16 Junio C Hamano[PATCH] Add --stage to show-files for new stage dircache.
2005-04-16 Junio C Hamano[PATCH] Byteorder fix for read-tree, new -m semantics...
2005-04-16 Linus TorvaldsMake "read-tree" merge the trees it reads by giving...
2005-04-16 Linus TorvaldsMake cache entry comparison take the new "state" flag...
2005-04-16 Linus Torvaldswrite-tree: refuse to write out trees with unmerged...
2005-04-16 Linus TorvaldsEncode a few extra flags per index entry.
2005-04-16 Linus TorvaldsSimplify show-diff cache entry name handling.
2005-04-16 Junio C Hamano[PATCH] Add '-z' to merge-tree.c
2005-04-15 Linus TorvaldsMake "diff-tree" have similar behaviour as "ls-tree...
2005-04-15 Junio C Hamano[PATCH] Add "-q" option to show-diff.c
2005-04-15 Junio C Hamano[PATCH] Add -z option to show-files
2005-04-15 Linus TorvaldsAdd "--cacheinfo" option to update-cache.
2005-04-15 Linus TorvaldsConvert the index file reading/writing to use network...
2005-04-15 David Woodhouse[PATCH] Simplify date handling and make it more reliable
2005-04-15 Junio C Hamano[PATCH] ls-tree enhancements
2005-04-14 Linus TorvaldsAdd "merge-tree" helper program. Maybe it's retarded...
2005-04-14 Linus TorvaldsUse common "revision.h" header for both fsck and rev...
2005-04-14 Linus TorvaldsFix read-cache.c collission check logic.
2005-04-13 Linus TorvaldsMake 'fsck' able to take an arbitrary number of parents...
2005-04-13 Linus TorvaldsMake fsck reachability avoid doing unnecessary work for
2005-04-13 Linus TorvaldsMake "fsck-cache" use the same revision tracking struct...
2005-04-13 Petr Baudis[PATCH] Change diff-tree output format
2005-04-13 Petr Baudis[PATCH] diff-tree usage
2005-04-13 Petr Baudis[PATCH] nsec portability
2005-04-13 Ingo Molnar[PATCH] Whitespace Fixes
2005-04-13 Junio C Hamano[PATCH] No need to clean temp_git_file_* anymore
2005-04-13 Junio C Hamano[PATCH] Typofix in git/show-files.
2005-04-13 Petr Baudis[PATCH] Consolidate the error handling
2005-04-13 Petr Baudis[PATCH] Make nsec checking optional
2005-04-13 Petr Baudis[PATCH] SHA1 naive collision checking
2005-04-13 Petr Baudis[PATCH] ls-tree for listing trees
2005-04-13 Petr Baudis[PATCH] Correct show-diff output for deleted files
2005-04-13 Petr Baudis[PATCH] Silent flag for show-diff
2005-04-12 Petr Baudis[PATCH] Fix a crash when doing rev-tree
2005-04-12 Linus TorvaldsMake "checkout-cache" silently skip up-to-date files.
2005-04-12 Linus TorvaldsMake "rev-tree" able to read its own output again from...
2005-04-12 David Woodhouse[PATCH] rev-tree support for "in X but not in Y".
2005-04-12 Christopher Li[PATCH] show-diff show deleted files as diff as well.
2005-04-12 Linus TorvaldsRemove the annoying "ok" printout from show-diff.
2005-04-12 Linus TorvaldsAdd a "check-files" command, which is useful for scripting
2005-04-12 Linus TorvaldsAdd "show-files" command to show the list of managed...
2005-04-12 Linus TorvaldsAllow zero-sized files to be checked in.
2005-04-12 Linus TorvaldsMake the rev-tree output more regular. This is the...
2005-04-12 Linus TorvaldsMake "rev-tree" capable of showing the difference in...
2005-04-11 Linus TorvaldsMake "rev-tree" more efficient and more useful.
2005-04-11 Linus TorvaldsRename ".dircache" directory to ".git"
2005-04-11 Linus TorvaldsFix stale index.lock file removal using "atexit()".
2005-04-11 Linus TorvaldsAdd a "rev-tree" helper, which calculates the revision
2005-04-11 Linus TorvaldsFix "usage()" to do the missing line termination.
2005-04-11 Linus TorvaldsFix "update-cache" not fixing up the size field as...
2005-04-11 Linus TorvaldsMake the default directory permissions more lax.
2005-04-11 Linus TorvaldsAdd a COPYING notice, making it explicit that the licen...
2005-04-11 Linus TorvaldsMake "update-cache --refresh" do what it really should...
2005-04-11 Linus TorvaldsFix up commit-tree/diff-tree user interface issues.
2005-04-11 Linus TorvaldsOops. Fix bad initialization of the "seen" array, causi...
next