# git-what-branch --all 1f9c381fa3e0b9b9042e310c69df87eaf9b46ea41f9c381fa3e0b9b9042e310c69df87eaf9b46ea4 first merged onto master using the following minimal temporal path:v2.6.12-rc3-450-g1f9c381 merged up at v2.6.12-rc3-590-gbfd4bda (Thu May 5 08:59:37 2005)v2.6.12-rc3-590-gbfd4bda merged up at v2.6.12-rc3-461-g84e48b6 (Tue May 3 18:27:24 2005)v2.6.12-rc3-461-g84e48b6 is on masterv2.6.12-rc3-461-g84e48b6 is on v2.6.12-n[...]
* ccfd449 (HEAD -> develop) Require to return undef if no digits found* 93dd5ff Merge pull request #4 from KES777/clean_api|\| * 39d82d1 Fix tc0118faests for debugging debugger internals| * ed67179 Move &push_frame out of core| * 2fd84b5 Do not lose info about call point| * 3ab09a2 Improve debugger output: Show info about emitted events| * a435005 Merge branch 'redesign_interactions' into clean_api| |\| | * a06cc29 Code comments| | * d5d6266 Remove copy/paste code| | * c0118fa Allow command to choose how continue interaction| | * 19cb534 Emit &interact event
你应该运行:
git log c0118fa..HEAD --ancestry-path --merges
然后向下滚动以找到最后合并提交。这是:
commit a435005445a6752dfe788b8d994e155b3cd9778fMerge: 0953cac a06cc29Author: Eugen KonkovDate: Sat Oct 1 00:54:18 2016 +0300
Merge branch 'redesign_interactions' into clean_api