2005-04-21 |
Duh, just make git-export.c use the proper syntax,...
|
diff | tree |
2005-04-21 |
Fix up some problems from the commit->tree helper patch
|
diff | tree |
2005-04-21 |
Fix up git-export to use the lower-level interfaces...
|
diff | tree |
2005-04-20 |
Improve build: add <unistd.h> and use -O2 instead of -O3
|
diff | tree |
2005-04-20 |
Make the sha1 of the index file go at the very end...
|
diff | tree |
2005-04-20 |
Speed up index file writing by chunking it nicely.
|
diff | tree |
2005-04-20 |
Make "write_sha1_file()" exit early if the file already...
|
diff | tree |
2005-04-20 |
The recent hash/compression switch-over missed the...
|
diff | tree |
2005-04-20 |
Do SHA1 hash _before_ compression.
|
diff | tree |
2005-04-20 |
Make "diff-tree" take commit objects too, like "diff...
|
diff | tree |
2005-04-20 |
Add "diff-cache" helper program to compare a tree ...
|
diff | tree |
2005-04-19 |
Make us be better at guessing a good hostname for the...
|
diff | tree |
2005-04-19 |
Remove duplicate getenv(DB_ENVIRONMENT) call
|
diff | tree |
2005-04-19 |
Add stupid "git export" thing, which can export a git...
|
diff | tree |
2005-04-19 |
Fix init-db shared database case
|
diff | tree |
2005-04-19 |
Update "git-pull-script" to use "read-tree -m" for
|
diff | tree |
2005-04-19 |
Make "read-tree" know how to do a "1-way merge".
|
diff | tree |
2005-04-19 |
Make "read-tree" take the 'stat' information for a...
|
diff | tree |
2005-04-19 |
Make git-pull-script do the right thing for symlinked...
|
diff | tree |
2005-04-19 |
Don't parse commit objects more than once.
|
diff | tree |
2005-04-19 |
Make fsck-cache print the object type for unreachable...
|
diff | tree |
2005-04-18 |
Add "update-cache --refresh" to git-pull-script to...
|
diff | tree |
2005-04-18 |
Change merge-cache and git-merge-one-file to use the...
|
diff | tree |
2005-04-18 |
Add "unpack-file" helper that unpacks a sha1 blob into...
|
diff | tree |
2005-04-18 |
Add more header dependencies.
|
diff | tree |
2005-04-18 |
Split up read-cache.c into more logical clumps.
|
diff | tree |
2005-04-18 |
Clean up the Makefile a bit.
|
diff | tree |
2005-04-18 |
Add the simple scripts I used to do a merge with content...
|
diff | tree |
2005-04-18 |
Merge the new object model thing from Daniel Barkalow
|
diff | tree |
2005-04-18 |
Update README to reflect the hierarchical tree objects,
|
diff | tree |
2005-04-18 |
Ass a "merge-cache" helper program to execute a merge on
|
diff | tree |
2005-04-18 |
Ignore any unmerged entries for "checkout-cache -a".
|
diff | tree |
2005-04-17 |
Remove extraneous ',' ';' and '.' characters from the...
|
diff | tree |
2005-04-17 |
Make the revision tracking track the object types too.
|
diff | tree |
2005-04-17 |
Make "commit-tree" check the input objects more carefully.
|
diff | tree |
2005-04-17 |
Make "parse_commit" return the "struct revision" for...
|
diff | tree |
2005-04-17 |
Do a very simple "merge-base" that finds the most recent...
|
diff | tree |
2005-04-17 |
Make "rev-tree.c" use the new-and-improved "mark_reachable()"
|
diff | tree |
2005-04-17 |
Make "revision.h" slightly better to use.
|
diff | tree |
2005-04-17 |
Move "parse_commit()" into common revision.h file.
|
diff | tree |
2005-04-17 |
Fix total permission bogosity in "checkout-cache.c".
|
diff | tree |
2005-04-17 |
Be much more liberal about the file mode bits.
|
diff | tree |
2005-04-16 |
Add "--unmerged" flag to "show-files", which does what...
|
diff | tree |
2005-04-16 |
Remove "merge-tree.c"
|
diff | tree |
2005-04-16 |
When inserting a index entry of stage 0, remove all...
|
diff | tree |
2005-04-16 |
Make 'read-tree' do a few more of the trivial merge...
|
diff | tree |
2005-04-16 |
Make "read-tree" merge the trees it reads by giving...
|
diff | tree |
2005-04-16 |
Make cache entry comparison take the new "state" flag...
|
diff | tree |
2005-04-16 |
write-tree: refuse to write out trees with unmerged...
|
diff | tree |
2005-04-16 |
Encode a few extra flags per index entry.
|
diff | tree |
2005-04-16 |
Simplify show-diff cache entry name handling.
|
diff | tree |
2005-04-15 |
Make "diff-tree" have similar behaviour as "ls-tree...
|
diff | tree |
2005-04-15 |
Add "--cacheinfo" option to update-cache.
|
diff | tree |
2005-04-15 |
Convert the index file reading/writing to use network...
|
diff | tree |
2005-04-14 |
Add "merge-tree" helper program. Maybe it's retarded...
|
diff | tree |
2005-04-14 |
Use common "revision.h" header for both fsck and rev...
|
diff | tree |
2005-04-14 |
Fix read-cache.c collission check logic.
|
diff | tree |
2005-04-13 |
Make 'fsck' able to take an arbitrary number of parents...
|
diff | tree |
2005-04-13 |
Make fsck reachability avoid doing unnecessary work for
|
diff | tree |
2005-04-13 |
Make "fsck-cache" use the same revision tracking structure...
|
diff | tree |
2005-04-12 |
Make "checkout-cache" silently skip up-to-date files.
|
diff | tree |
2005-04-12 |
Make "rev-tree" able to read its own output again from...
|
diff | tree |
2005-04-12 |
Remove the annoying "ok" printout from show-diff.
|
diff | tree |
2005-04-12 |
Add a "check-files" command, which is useful for scripting
|
diff | tree |
2005-04-12 |
Add "show-files" command to show the list of managed...
|
diff | tree |
2005-04-12 |
Allow zero-sized files to be checked in.
|
diff | tree |
2005-04-12 |
Make the rev-tree output more regular. This is the...
|
diff | tree |
2005-04-12 |
Make "rev-tree" capable of showing the difference in...
|
diff | tree |
2005-04-11 |
Make "rev-tree" more efficient and more useful.
|
diff | tree |
2005-04-11 |
Rename ".dircache" directory to ".git"
|
diff | tree |
2005-04-11 |
Fix stale index.lock file removal using "atexit()".
|
diff | tree |
2005-04-11 |
Add a "rev-tree" helper, which calculates the revision
|
diff | tree |
2005-04-11 |
Fix "usage()" to do the missing line termination.
|
diff | tree |
2005-04-11 |
Fix "update-cache" not fixing up the size field as...
|
diff | tree |
2005-04-11 |
Make the default directory permissions more lax.
|
diff | tree |
2005-04-11 |
Add a COPYING notice, making it explicit that the license...
|
diff | tree |
2005-04-11 |
Make "update-cache --refresh" do what it really should...
|
diff | tree |
2005-04-11 |
Fix up commit-tree/diff-tree user interface issues.
|
diff | tree |
2005-04-11 |
Oops. Fix bad initialization of the "seen" array, causing...
|
diff | tree |
2005-04-11 |
Oops, the actual 'printf' for missing objects was missing.
|
diff | tree |
2005-04-11 |
Add connectivity tracking to fsck.
|
diff | tree |
2005-04-11 |
Fix off-by-one error in removal of cache entry.
|
diff | tree |
2005-04-11 |
Fix diff-tree recursion.
|
diff | tree |
2005-04-10 |
Simplify "diff-tree" output, and only keep track of...
|
diff | tree |
2005-04-10 |
Add "-R" flag to "diff-tree", so that it will recursively...
|
diff | tree |
2005-04-10 |
Make "update-cache" a bit friendlier to use (and harder...
|
diff | tree |
2005-04-10 |
This implements the new "recursive tree" write-tree.
|
diff | tree |
2005-04-09 |
Make fsck-cache warn about old-style tree objects that...
|
diff | tree |
2005-04-09 |
Teach "fsck" and "read-tree" about recursive tree-nodes.
|
diff | tree |
2005-04-09 |
Make "fsck-cache" print out all the root commits it...
|
diff | tree |
2005-04-09 |
Add "diff-tree" program to show which files have changed...
|
diff | tree |
2005-04-09 |
Export "cache_name_compare()" helper function.
|
diff | tree |
2005-04-09 |
Make "read-tree" read the tree into the current directory...
|
diff | tree |
2005-04-09 |
Make "write_cache()" and friends available as generic...
|
diff | tree |
2005-04-09 |
Fix "checkout-cache.c" mis-use of read_sha1_file()...
|
diff | tree |
2005-04-09 |
Fix up "checkout-cache" a bit
|
diff | tree |
2005-04-09 |
Add a "checkout-cache" command which does what the...
|
diff | tree |
2005-04-09 |
Make the cache stat information comparator public.
|
diff | tree |
2005-04-09 |
Make "cache_name_pos()" available to others.
|
diff | tree |
2005-04-09 |
Fix missing return values and some error tests for...
|
diff | tree |