Community
Participate
Working Groups
Build Identifier: M20100211-1343, 1.0.0.20110609070 Command line git implements support for so called 'graft points' [1]. This is very useful feature when converting from another VCS to git. You start with clean git repository and attach old converted history (for example from subversion to git). Once you establish graft points command line git will see full history even before git was introduced. This is currently missing in egit/jgit and one has to fall back to command line git if one wants to examine pre git history. 1. https://git.wiki.kernel.org/index.php/GraftPoint Reproducible: Always Steps to Reproduce: 1. Attach converted history with graft point 2. Open eclipse and view history for some file
*** Bug 344978 has been marked as a duplicate of this bug. ***
Bug 483109 is a related request for git-replace support.