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

Feature: pick range #16

Open max630 opened 10 years ago

max630 commented 10 years ago

Pick a range of commits. Needed for inner merges, for example.

Should be able to deal with complicated topology. In general case, a range has several roots and several leaves

max630 commented 10 years ago

Idea: still use a single leaf commit (so the result is a single 'picked' commit, which can be referred, for example), but reuse common parts from several ranged picks. Use gh-8 and gh-15.