Например в этом дереве коммитов:
* ccfd449 Require to return undef if no digits found
* 93dd5ff Merge pull request #4 from KES777/clean_api
|\
| * 39d82d1 Fix tests 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
я хочу найти то, что коммит c0118fa был сделан в ветку redesign_interactions.
Какой коммандой это можно сделать?
grep c0118fa(или черезfind c0118faдля Windows) ? – PinkTux Oct 29 '16 at 14:09git show c0118fa– Eugen Konkov Oct 29 '16 at 15:11a06cc29 Code comments– вredesign_interactionsилиKES777/clean_api? – Nick Volynkin Oct 30 '16 at 14:11a06cc29был сделан вredesign_interactions– Eugen Konkov Oct 30 '16 at 15:52