[PATCH] Cleanup: git-verify-tag-script
[git.git] / read-tree.c
2005-07-18 Linus TorvaldsMerge master.kernel.org:/pub/scm/gitk/gitk
2005-07-16 Linus TorvaldsMerge git-tools repository under "tools" subdirectory
2005-07-14 Linus TorvaldsStart adding interfaces to read in partial trees
2005-07-06 Linus TorvaldsMerge master.kernel.org:/pub/scm/gitk/gitk
2005-06-28 Linus TorvaldsMerge rsync://rsync.kernel.org/pub/scm/gitk/gitk
2005-06-22 Linus TorvaldsDo a cross-project merge of Paul Mackerras' gitk visualizer
2005-06-15 Linus Torvaldsgit-read-tree: fix "--reset" handling
2005-06-13 Junio C Hamano[PATCH] read-tree: loosen too strict index requirements
2005-06-13 Junio C Hamano[PATCH] Finish making --emu23 equivalent to pure 2...
2005-06-13 Junio C Hamano[PATCH] read-tree: fix too strong index requirement...
2005-06-13 Junio C Hamano[PATCH] read-tree --emu23.
2005-06-09 Linus Torvaldsgit-read-tree: remove deleted files in the working...
2005-06-09 Linus Torvaldsgit-read-tree: add "--reset" flag
2005-06-07 Linus Torvaldsgit-read-tree: -u without -m is meaningless. Don't...
2005-06-07 Linus Torvaldsgit-read-tree: make one-way merge also honor the "updat...
2005-06-07 Junio C Hamano[PATCH] read-tree: save more user hassles during fast...
2005-06-06 Linus Torvaldsgit-read-tree: some "final" cleanups
2005-06-06 Linus Torvaldsgit-read-tree: simplify merge loops enormously
2005-06-06 Junio C Hamano[PATCH] index locking like everybody else
2005-06-06 Linus TorvaldsFix off-by-one in new three-way-merge updates
2005-06-06 Linus TorvaldsThree-way merge: fix silly bug that made trivial merges...
2005-06-06 Linus Torvaldsgit-read-tree: fix up two-way merge
2005-06-06 Linus TorvaldsMore work on merging with git-read-tree..
2005-06-06 Linus Torvaldsgit-read-tree: fix up three-way merge tests
2005-06-06 Linus Torvaldsgit-read-tree: be a lot more careful about merging...
2005-05-20 Linus Torvaldssparse cleanup
2005-05-19 Alexey Nezhdanov[PATCH] cleanup of in-code names
2005-05-11 Petr BaudisFixed a leak in read-tree
2005-05-01 Linus TorvaldsAdd "get_sha1()" helper function.
2005-04-28 Junio C Hamano[PATCH] Rename and extend read_tree_with_tree_or_commit...
2005-04-22 Linus TorvaldsMove "read_tree()" to "tree.c" to be used as a generic...
2005-04-22 Linus TorvaldsClean up and simplify read-tree a bit.
2005-04-21 Linus TorvaldsAdd support for a "GIT_INDEX_FILE" environment variable.
2005-04-21 Junio C Hamano[PATCH] Usage-string fixes.
2005-04-21 Junio C Hamano[PATCH] Teach read-tree about commit objects
2005-04-19 Linus TorvaldsMake "read-tree" know how to do a "1-way merge".
2005-04-19 Linus TorvaldsMake "read-tree" take the 'stat' information for a...
2005-04-17 Linus TorvaldsBe much more liberal about the file mode bits.
2005-04-16 Linus TorvaldsMake 'read-tree' do a few more of the trivial merge...
2005-04-16 Linus TorvaldsMake "read-tree" merge the trees it reads by giving...
2005-04-16 Linus TorvaldsEncode a few extra flags per index entry.
2005-04-15 Linus TorvaldsConvert the index file reading/writing to use network...
2005-04-13 Petr Baudis[PATCH] Consolidate the error handling
2005-04-11 Linus TorvaldsRename ".dircache" directory to ".git"
2005-04-11 Linus TorvaldsFix stale index.lock file removal using "atexit()".
2005-04-10 Linus TorvaldsMake "update-cache" a bit friendlier to use (and harder...
2005-04-09 Linus TorvaldsTeach "fsck" and "read-tree" about recursive tree-nodes.
2005-04-09 Linus TorvaldsMake "read-tree" read the tree into the current directo...
2005-04-08 Linus TorvaldsUse "-Wall -O2" for the compiler to get more warnings.
2005-04-08 Linus TorvaldsMake read-tree actually unpack the whole tree.
2005-04-07 Linus TorvaldsAdd copyright notices.
2005-04-07 Linus TorvaldsInitial revision of "git", the information manager...