max630 / git-rehi

git-rehi, history editor
https://github.com/max630/git-rehi/wiki
GNU General Public License v2.0
3 stars 0 forks source link

Remove IO from build_rebase_sequence() #29

Closed max630 closed 10 years ago

max630 commented 10 years ago

Get all $commits in order to do it:

  1. get all commits and all refs a. during initial run - this is done b. second time after initial run - to collect parents c. after reading TODO (can be done in single run)
  2. include tree - to detect "ours" commit
max630 commented 10 years ago

c. after reading TODO (can be done in single run)

this is actually not needed for build_rebase_sequence()

max630 commented 10 years ago

Fixed now, the reading after reading TODO is not implemented, as it is not needed for build_rebase_sequence().