sourcetree的commit列表如何按作者筛选?

问题描述
sourcetree的日志/历史页面,提交列表的内容如何按照作者名称筛选结果?比如一个项目由5个人开发,那么是否有一个选项可以在提交列表中只展示自己的历史提交记录。
问题出现的平台版本及自己尝试过哪些方法
2.0及以上版本
慕容3067478
浏览 2596回答 2
2回答

凤凰求蛊

sourcetree没有使用过,可以使用git命令,很方便。使用gitlog的--author参数指定某个commiter的名字,下面以以太坊仓库为例,显示FelixLange的所有commit:gitlg--author"FelixLange"*025595158-crypto:replaceToECDSAPubwitherror-checkingfuncUnmarshalPubkey(#16932)(6monthsago)*e8ea5aa0d-trie:reducehasherallocations(#16896)(6monthsago)*3f33a7c8c-consensus/ethash:reducekeccakhashallocations(#16857)(6monthsago)*6286c255f-p2p/enr:updatesfordiscoveryv4compatibility(#16679)(6monthsago)*53a18d2e2-event:documentselectcasesliceuseandaddedgecasetest(#16680)(7monthsago)*b724d1aad-core/state:cachemissingstorageentries(#16584)(7monthsago)*e7067be94-cmd/geth,mobile:addmemsizetopprofserver(#16532)(7monthsago)*52b046c9b-rpc:cleanupIPChandler(#16524)(7monthsago)*3caf16b15-core:removestrayaccountcreationsinstatetransition(#16470)(8monthsago)*c7ab3e554-common:deleteStringToAddress,StringToHash(#16436)(8monthsago)gitlg中的lg是自定义的命令昵称,方便显示log。alias.lg=log--color--graph--pretty=format:'%Cred%h%Creset-%C(yellow)%d%Creset%s%Cgreen(%cr)%C(boldblue)%Creset'--abbrev-commit

肥皂起泡泡

找到了sourcetree按作者筛选具体方法:GotoSearchView(menuView>SearchView,orpressCtrl+3)Changethesearchfilterusingthedropdownontherightto'Authors'Typeyourqueryinthesearchbar
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript