Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-releng-inbox] [Bug 316208] CDT git migration

https://bugs.eclipse.org/bugs/show_bug.cgi?id=316208
Product/Component: CDT / cdt-releng

--- Comment #65 from James Blackburn <jamesblackburn+eclipse@xxxxxxxxx> 2011-06-15 16:10:20 EDT ---
(In reply to comment #63)
> James, can you graft that history into the main repo?

I've grafted in the DSF history and the Traditional memory history from DSDP
into the CDT git repo.

This work because git doesn't actually track renames in the repo. rather
reconstructs via cleverness. So grafting the DAG from one repo into the first
commit of the moved content in another, causes the added content to now have
history as blame and log detect the file rename / move.

Increases the size of the repo. by a couple MB:
Writing objects: 100% (433211/433211), 85.01 MiB | 779 KiB/s, done.

I've updated: 
https://github.com/jamesblackburn/org.eclipse.cdt
Marc, let me know of any issues.

-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Back to the top