| Age | Commit message (Expand) | Author | Files | Lines |
| 2006-05-23 | Builtin git-read-tree. | Peter Eriksen | 1 | -881/+0 |
| 2006-05-17 | read-tree -m -u: do not overwrite or remove untracked working tree files. | Junio C Hamano | 1 | -5/+40 |
| 2006-05-15 | read-tree --reset -u fix. | Linus Torvalds | 1 | -4/+12 |
| 2006-05-15 | read-tree -u one-way merge fix to check out locally modified paths. | Junio C Hamano | 1 | -0/+3 |
| 2006-05-14 | Allow one-way tree merge to remove old files | Linus Torvalds | 1 | -1/+1 |
| 2006-05-08 | Separate object name errors from usage errors | Dmitry V. Levin | 1 | -2/+2 |
| 2006-04-04 | Merge branch 'pe/cleanup' into next | Junio C Hamano | 1 | -6/+3 |
| 2006-04-04 | Replace xmalloc+memset(0) with xcalloc. | Peter Eriksen | 1 | -6/+3 |
| 2006-04-03 | Merge branch 'lt/fix-sol-pack' into next | Junio C Hamano | 1 | -9/+19 |
| 2006-04-03 | Use sigaction and SA_RESTART in read-tree.c; add option in Makefile.v1.2.5 | Jason Riedy | 1 | -9/+19 |
| 2006-03-23 | sha1_name: warning ambiguous refs. | Junio C Hamano | 1 | -0/+1 |
| 2006-03-05 | Add --temp and --stage=all options to checkout-index. | Shawn Pearce | 1 | -1/+1 |
| 2006-03-02 | Documentation: read-tree --aggressive | Junio C Hamano | 1 | -1/+1 |
| 2006-03-01 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+4 |
| 2006-03-01 | read-tree --aggressive: remove deleted entry from the working tree. | Junio C Hamano | 1 | -2/+4 |
| 2006-02-23 | Merge fixes early for next maint series. | Junio C Hamano | 1 | -2/+62 |
| 2006-02-23 | Merge branches 'jc/fix-co-candy', 'jc/fix-rename-leak' and 'ar/fix-win' into ... | Junio C Hamano | 1 | -0/+60 |
| 2006-02-22 | Give no terminating LF to error() function. | Junio C Hamano | 1 | -2/+2 |
| 2006-02-22 | checkout - eye candy. | Junio C Hamano | 1 | -0/+60 |
| 2006-02-08 | "Assume unchanged" git | Junio C Hamano | 1 | -1/+1 |
| 2006-02-06 | read-tree --aggressive | Junio C Hamano | 1 | -0/+32 |
| 2005-12-26 | avoid asking ?alloc() for zero bytes. | Junio C Hamano | 1 | -7/+10 |
| 2005-11-28 | Make the rest of commands work from a subdirectory. | Junio C Hamano | 1 | -0/+2 |
| 2005-11-08 | ls-files and read-tree need core.filemode | Alex Riesen | 1 | -0/+2 |
| 2005-10-10 | Remove empty directories after read-tree -u. | Junio C Hamano | 1 | -1/+30 |
| 2005-10-02 | read-tree: --trivial | Linus Torvalds | 1 | -0/+12 |
| 2005-10-02 | read-tree: remove --head option. | Junio C Hamano | 1 | -8/+2 |
| 2005-09-20 | Document -i flag to git-read-tree | Junio C Hamano | 1 | -1/+1 |
| 2005-09-13 | read-tree: fix bogus debugging statement. | Junio C Hamano | 1 | -6/+9 |
| 2005-09-10 | Add a new merge strategy by Fredrik Kuivinen. | Junio C Hamano | 1 | -2/+20 |
| 2005-09-10 | Plug leak in Daniel's read-tree. | Junio C Hamano | 1 | -0/+1 |
| 2005-09-10 | [PATCH] Add debugging help for case #16 to read-tree.c | Junio C Hamano | 1 | -8/+28 |
| 2005-09-10 | [PATCH] Disable debugging from read-tree. | Junio C Hamano | 1 | -3/+10 |
| 2005-09-10 | [PATCH] Rewrite read-tree | Daniel Barkalow | 1 | -382/+421 |
| 2005-07-29 | [PATCH] Unify usage strings declaration | Petr Baudis | 1 | -1/+1 |
| 2005-07-14 | Start adding interfaces to read in partial trees | Linus Torvalds | 1 | -1/+1 |
| 2005-06-15 | git-read-tree: fix "--reset" handling | Linus Torvalds | 1 | -0/+1 |
| 2005-06-12 | [PATCH] read-tree: loosen too strict index requirements | Junio C Hamano | 1 | -0/+6 |
| 2005-06-12 | [PATCH] Finish making --emu23 equivalent to pure 2-way merge. | Junio C Hamano | 1 | -5/+132 |
| 2005-06-12 | [PATCH] read-tree: fix too strong index requirement #5ALT | Junio C Hamano | 1 | -2/+18 |
| 2005-06-12 | [PATCH] read-tree --emu23. | Junio C Hamano | 1 | -4/+77 |
| 2005-06-09 | git-read-tree: remove deleted files in the working directory | Linus Torvalds | 1 | -6/+18 |
| 2005-06-09 | git-read-tree: add "--reset" flag | Linus Torvalds | 1 | -9/+38 |
| 2005-06-07 | git-read-tree: -u without -m is meaningless. Don't allow it. | Linus Torvalds | 1 | -1/+3 |
| 2005-06-07 | git-read-tree: make one-way merge also honor the "update" flag | Linus Torvalds | 1 | -5/+5 |
| 2005-06-07 | [PATCH] read-tree: save more user hassles during fast-forward. | Junio C Hamano | 1 | -13/+36 |
| 2005-06-06 | git-read-tree: some "final" cleanups | Linus Torvalds | 1 | -14/+10 |
| 2005-06-06 | git-read-tree: simplify merge loops enormously | Linus Torvalds | 1 | -163/+110 |
| 2005-06-06 | [PATCH] index locking like everybody else | Junio C Hamano | 1 | -17/+5 |
| 2005-06-05 | Fix off-by-one in new three-way-merge updates | Linus Torvalds | 1 | -1/+1 |
| 2005-06-05 | Three-way merge: fix silly bug that made trivial merges not work | Linus Torvalds | 1 | -2/+2 |
| 2005-06-05 | git-read-tree: fix up two-way merge | Linus Torvalds | 1 | -15/+44 |
| 2005-06-05 | More work on merging with git-read-tree.. | Linus Torvalds | 1 | -19/+104 |
| 2005-06-05 | git-read-tree: fix up three-way merge tests | Linus Torvalds | 1 | -14/+14 |
| 2005-06-05 | git-read-tree: be a lot more careful about merging dirty trees | Linus Torvalds | 1 | -3/+51 |
| 2005-05-20 | sparse cleanup | Linus Torvalds | 1 | -1/+1 |
| 2005-05-19 | [PATCH] cleanup of in-code names | Alexey Nezhdanov | 1 | -1/+1 |
| 2005-05-11 | Fixed a leak in read-tree | Petr Baudis | 1 | -1/+4 |
| 2005-05-01 | Add "get_sha1()" helper function. | Linus Torvalds | 1 | -1/+1 |
| 2005-04-28 | [PATCH] Rename and extend read_tree_with_tree_or_commit_sha1 | Junio C Hamano | 1 | -1/+1 |
| 2005-04-22 | Move "read_tree()" to "tree.c" to be used as a generic helper function. | Linus Torvalds | 1 | -63/+3 |
| 2005-04-22 | Clean up and simplify read-tree a bit. | Linus Torvalds | 1 | -7/+6 |
| 2005-04-21 | Add support for a "GIT_INDEX_FILE" environment variable. | Linus Torvalds | 1 | -8/+11 |
| 2005-04-20 | [PATCH] Usage-string fixes. | Junio C Hamano | 1 | -4/+6 |
| 2005-04-20 | [PATCH] Teach read-tree about commit objects | Junio C Hamano | 1 | -10/+24 |
| 2005-04-19 | Make "read-tree" know how to do a "1-way merge". | Linus Torvalds | 1 | -5/+39 |
| 2005-04-19 | Make "read-tree" take the 'stat' information for a merge result from the | Linus Torvalds | 1 | -2/+39 |
| 2005-04-16 | Be much more liberal about the file mode bits. | Linus Torvalds | 1 | -1/+1 |
| 2005-04-16 | Make 'read-tree' do a few more of the trivial merge cases. | Linus Torvalds | 1 | -17/+53 |
| 2005-04-15 | Make "read-tree" merge the trees it reads by giving them consecutive states. | Linus Torvalds | 1 | -6/+53 |
| 2005-04-15 | Encode a few extra flags per index entry. | Linus Torvalds | 1 | -1/+1 |
| 2005-04-15 | Convert the index file reading/writing to use network byte order. | Linus Torvalds | 1 | -2/+2 |
| 2005-04-13 | [PATCH] Consolidate the error handling | Petr Baudis | 1 | -5/+5 |
| 2005-04-11 | Rename ".dircache" directory to ".git" | Linus Torvalds | 1 | -3/+3 |
| 2005-04-11 | Fix stale index.lock file removal using "atexit()". | Linus Torvalds | 1 | -22/+23 |
| 2005-04-10 | Make "update-cache" a bit friendlier to use (and harder to mis-use). | Linus Torvalds | 1 | -1/+1 |
| 2005-04-09 | Teach "fsck" and "read-tree" about recursive tree-nodes. | Linus Torvalds | 1 | -7/+21 |
| 2005-04-09 | Make "read-tree" read the tree into the current directory cache. | Linus Torvalds | 1 | -49/+53 |
| 2005-04-08 | Use "-Wall -O2" for the compiler to get more warnings. | Linus Torvalds | 1 | -1/+0 |
| 2005-04-07 | Make read-tree actually unpack the whole tree. | Linus Torvalds | 1 | -1/+41 |
| 2005-04-07 | Add copyright notices. | Linus Torvalds | 1 | -0/+5 |
| 2005-04-07 | Initial revision of "git", the information manager from hell | Linus Torvalds | 1 | -0/+43 |