2005-04-27 |
Linus Torvalds | diff-cache.c: use the "U <pathname>" format for unmerged...
|
commit | commitdiff | tree |
2005-04-27 |
Linus Torvalds | show-diff: don't print out the full "ce" format for...
|
commit | commitdiff | tree |
2005-04-27 |
Linus Torvalds | show-diff: match diff-tree and diff-cache output
|
commit | commitdiff | tree |
2005-04-26 |
Linus Torvalds | git-pull-script: do automatic merges
|
commit | commitdiff | tree |
2005-04-26 |
Linus Torvalds | update-cache: remove index lock file on SIGINT
|
commit | commitdiff | tree |
2005-04-25 |
Linus Torvalds | fsck-cache: show root objects only with "--root"
|
commit | commitdiff | tree |
2005-04-25 |
Linus Torvalds | fsck-cache: only show tags if asked to do so with ...
|
commit | commitdiff | tree |
2005-04-25 |
Linus Torvalds | Add the git-*-script files to the install
|
commit | commitdiff | tree |
2005-04-25 |
Linus Torvalds | Add example "git-tag-script" to show how to create...
|
commit | commitdiff | tree |
2005-04-25 |
Linus Torvalds | Make "fsck" also show what the name of the tag object...
|
commit | commitdiff | tree |
2005-04-25 |
Linus Torvalds | Add "tag" objects that can be used to sign other objects.
|
commit | commitdiff | tree |
2005-04-25 |
Linus Torvalds | Fix up the types in write_sha1_file
|
commit | commitdiff | tree |
2005-04-25 |
Linus Torvalds | Simplify "write_sha1_file()" interfaces
|
commit | commitdiff | tree |
2005-04-24 |
Linus Torvalds | fsck-cache: warn about missing commit dates
|
commit | commitdiff | tree |
2005-04-24 |
Linus Torvalds | Update "convert-cache" to handle git itself.
|
commit | commitdiff | tree |
2005-04-24 |
Linus Torvalds | Don't add references to objects we couldn't find.
|
commit | commitdiff | tree |
2005-04-24 |
Linus Torvalds | Verify that the object type matches for tree/commit...
|
commit | commitdiff | tree |
2005-04-24 |
Linus Torvalds | Set object type at object creation time, not object...
|
commit | commitdiff | tree |
2005-04-24 |
Linus Torvalds | fsck-cache: notice missing "blob" objects.
|
commit | commitdiff | tree |
2005-04-24 |
Linus Torvalds | Support a fine-grained diff-tree Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
commit | commitdiff | tree |
2005-04-24 |
Linus Torvalds | Don't add parents to the commit list if we have already
|
commit | commitdiff | tree |
2005-04-24 |
Linus Torvalds | Add "rev-list" program that uses the new time-based...
|
commit | commitdiff | tree |
2005-04-23 |
Linus Torvalds | Make a hack to convert-cache for missing author dates...
|
commit | commitdiff | tree |
2005-04-23 |
Linus Torvalds | Make "convert-cache" able to handle the really old...
|
commit | commitdiff | tree |
2005-04-23 |
Linus Torvalds | Use O_NOATIME when opening the sha1 files.
|
commit | commitdiff | tree |
2005-04-23 |
Linus Torvalds | New "diff-cache" implementation.
|
commit | commitdiff | tree |
2005-04-22 |
Linus Torvalds | Move "read_tree()" to "tree.c" to be used as a generic...
|
commit | commitdiff | tree |
2005-04-22 |
Linus Torvalds | Clean up and simplify read-tree a bit.
|
commit | commitdiff | tree |
2005-04-21 |
Linus Torvalds | Add support for alternate SHA1 library implementations.
|
commit | commitdiff | tree |
2005-04-21 |
Linus Torvalds | Split up Makefile library list handling with separate...
|
commit | commitdiff | tree |
2005-04-21 |
Linus Torvalds | Include <limits.h> in commit.c for ULONG_MAX. Remove...
|
commit | commitdiff | tree |
2005-04-21 |
Linus Torvalds | Add support for a "GIT_INDEX_FILE" environment variable.
|
commit | commitdiff | tree |
2005-04-21 |
Linus Torvalds | Add the ability to prefix something to the pathname...
|
commit | commitdiff | tree |
2005-04-21 |
Linus Torvalds | Fix NSEC compile problem, and properly parse the rev...
|
commit | commitdiff | tree |
2005-04-21 |
Linus Torvalds | Duh, just make git-export.c use the proper syntax,...
|
commit | commitdiff | tree |
2005-04-21 |
Linus Torvalds | Fix up some problems from the commit->tree helper patch
|
commit | commitdiff | tree |
2005-04-21 |
Linus Torvalds | Fix up git-export to use the lower-level interfaces...
|
commit | commitdiff | tree |
2005-04-20 |
Linus Torvalds | Improve build: add <unistd.h> and use -O2 instead of -O3
|
commit | commitdiff | tree |
2005-04-20 |
Linus Torvalds | Make the sha1 of the index file go at the very end...
|
commit | commitdiff | tree |
2005-04-20 |
Linus Torvalds | Speed up index file writing by chunking it nicely.
|
commit | commitdiff | tree |
2005-04-20 |
Linus Torvalds | Make "write_sha1_file()" exit early if the file already...
|
commit | commitdiff | tree |
2005-04-20 |
Linus Torvalds | The recent hash/compression switch-over missed the...
|
commit | commitdiff | tree |
2005-04-20 |
Linus Torvalds | Do SHA1 hash _before_ compression.
|
commit | commitdiff | tree |
2005-04-20 |
Linus Torvalds | Make "diff-tree" take commit objects too, like "diff...
|
commit | commitdiff | tree |
2005-04-20 |
Linus Torvalds | Add "diff-cache" helper program to compare a tree ...
|
commit | commitdiff | tree |
2005-04-19 |
Linus Torvalds | Make us be better at guessing a good hostname for the...
|
commit | commitdiff | tree |
2005-04-19 |
Linus Torvalds | Remove duplicate getenv(DB_ENVIRONMENT) call
|
commit | commitdiff | tree |
2005-04-19 |
Linus Torvalds | Add stupid "git export" thing, which can export a git...
|
commit | commitdiff | tree |
2005-04-19 |
Linus Torvalds | Fix init-db shared database case
|
commit | commitdiff | tree |
2005-04-19 |
Linus Torvalds | Update "git-pull-script" to use "read-tree -m" for
|
commit | commitdiff | tree |
2005-04-19 |
Linus Torvalds | Make "read-tree" know how to do a "1-way merge".
|
commit | commitdiff | tree |
2005-04-19 |
Linus Torvalds | Make "read-tree" take the 'stat' information for a...
|
commit | commitdiff | tree |
2005-04-19 |
Linus Torvalds | Make git-pull-script do the right thing for symlinked...
|
commit | commitdiff | tree |
2005-04-19 |
Linus Torvalds | Don't parse commit objects more than once.
|
commit | commitdiff | tree |
2005-04-19 |
Linus Torvalds | Make fsck-cache print the object type for unreachable...
|
commit | commitdiff | tree |
2005-04-18 |
Linus Torvalds | Add "update-cache --refresh" to git-pull-script to...
|
commit | commitdiff | tree |
2005-04-18 |
Linus Torvalds | Change merge-cache and git-merge-one-file to use the...
|
commit | commitdiff | tree |
2005-04-18 |
Linus Torvalds | Add "unpack-file" helper that unpacks a sha1 blob into...
|
commit | commitdiff | tree |
2005-04-18 |
Linus Torvalds | Add more header dependencies.
|
commit | commitdiff | tree |
2005-04-18 |
Linus Torvalds | Split up read-cache.c into more logical clumps.
|
commit | commitdiff | tree |
2005-04-18 |
Linus Torvalds | Clean up the Makefile a bit.
|
commit | commitdiff | tree |
2005-04-18 |
Linus Torvalds | Add the simple scripts I used to do a merge with content...
|
commit | commitdiff | tree |
2005-04-18 |
Linus Torvalds | Merge the new object model thing from Daniel Barkalow
|
commit | commitdiff | tree |
2005-04-18 |
Linus Torvalds | Update README to reflect the hierarchical tree objects,
|
commit | commitdiff | tree |
2005-04-18 |
Linus Torvalds | Ass a "merge-cache" helper program to execute a merge on
|
commit | commitdiff | tree |
2005-04-18 |
Linus Torvalds | Ignore any unmerged entries for "checkout-cache -a".
|
commit | commitdiff | tree |
2005-04-17 |
Linus Torvalds | Remove extraneous ',' ';' and '.' characters from the...
|
commit | commitdiff | tree |
2005-04-17 |
Linus Torvalds | Make the revision tracking track the object types too.
|
commit | commitdiff | tree |
2005-04-17 |
Linus Torvalds | Make "commit-tree" check the input objects more carefully.
|
commit | commitdiff | tree |
2005-04-17 |
Linus Torvalds | Make "parse_commit" return the "struct revision" for...
|
commit | commitdiff | tree |
2005-04-17 |
Linus Torvalds | Do a very simple "merge-base" that finds the most recent...
|
commit | commitdiff | tree |
2005-04-17 |
Linus Torvalds | Make "rev-tree.c" use the new-and-improved "mark_reachable()"
|
commit | commitdiff | tree |
2005-04-17 |
Linus Torvalds | Make "revision.h" slightly better to use.
|
commit | commitdiff | tree |
2005-04-17 |
Linus Torvalds | Move "parse_commit()" into common revision.h file.
|
commit | commitdiff | tree |
2005-04-17 |
Linus Torvalds | Fix total permission bogosity in "checkout-cache.c".
|
commit | commitdiff | tree |
2005-04-17 |
Linus Torvalds | Be much more liberal about the file mode bits.
|
commit | commitdiff | tree |
2005-04-16 |
Linus Torvalds | Add "--unmerged" flag to "show-files", which does what...
|
commit | commitdiff | tree |
2005-04-16 |
Linus Torvalds | Remove "merge-tree.c"
|
commit | commitdiff | tree |
2005-04-16 |
Linus Torvalds | When inserting a index entry of stage 0, remove all...
|
commit | commitdiff | tree |
2005-04-16 |
Linus Torvalds | Make 'read-tree' do a few more of the trivial merge...
|
commit | commitdiff | tree |
2005-04-16 |
Linus Torvalds | Make "read-tree" merge the trees it reads by giving...
|
commit | commitdiff | tree |
2005-04-16 |
Linus Torvalds | Make cache entry comparison take the new "state" flag...
|
commit | commitdiff | tree |
2005-04-16 |
Linus Torvalds | write-tree: refuse to write out trees with unmerged...
|
commit | commitdiff | tree |
2005-04-16 |
Linus Torvalds | Encode a few extra flags per index entry.
|
commit | commitdiff | tree |
2005-04-16 |
Linus Torvalds | Simplify show-diff cache entry name handling.
|
commit | commitdiff | tree |
2005-04-15 |
Linus Torvalds | Make "diff-tree" have similar behaviour as "ls-tree...
|
commit | commitdiff | tree |
2005-04-15 |
Linus Torvalds | Add "--cacheinfo" option to update-cache.
|
commit | commitdiff | tree |
2005-04-15 |
Linus Torvalds | Convert the index file reading/writing to use network...
|
commit | commitdiff | tree |
2005-04-14 |
Linus Torvalds | Add "merge-tree" helper program. Maybe it's retarded...
|
commit | commitdiff | tree |
2005-04-14 |
Linus Torvalds | Use common "revision.h" header for both fsck and rev...
|
commit | commitdiff | tree |
2005-04-14 |
Linus Torvalds | Fix read-cache.c collission check logic.
|
commit | commitdiff | tree |
2005-04-13 |
Linus Torvalds | Make 'fsck' able to take an arbitrary number of parents...
|
commit | commitdiff | tree |
2005-04-13 |
Linus Torvalds | Make fsck reachability avoid doing unnecessary work for
|
commit | commitdiff | tree |
2005-04-13 |
Linus Torvalds | Make "fsck-cache" use the same revision tracking structure...
|
commit | commitdiff | tree |
2005-04-12 |
Linus Torvalds | Make "checkout-cache" silently skip up-to-date files.
|
commit | commitdiff | tree |
2005-04-12 |
Linus Torvalds | Make "rev-tree" able to read its own output again from...
|
commit | commitdiff | tree |
2005-04-12 |
Linus Torvalds | Remove the annoying "ok" printout from show-diff.
|
commit | commitdiff | tree |
2005-04-12 |
Linus Torvalds | Add a "check-files" command, which is useful for scripting
|
commit | commitdiff | tree |
2005-04-12 |
Linus Torvalds | Add "show-files" command to show the list of managed...
|
commit | commitdiff | tree |
2005-04-12 |
Linus Torvalds | Allow zero-sized files to be checked in.
|
commit | commitdiff | tree |