为了账号安全,请及时绑定邮箱和手机立即绑定

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

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

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

2 回答

?
凤凰求蛊

TA贡献1825条经验 获得超4个赞

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)<%an>%Creset'--abbrev-commit
                            
查看完整回答
反对 回复 2019-05-09
?
肥皂起泡泡

TA贡献1829条经验 获得超6个赞

找到了sourcetree按作者筛选
具体方法:
GotoSearchView(menuView>SearchView,orpressCtrl+3)Changethesearchfilterusingthedropdownontherightto'Authors'Typeyourqueryinthesearchbar
                            
查看完整回答
反对 回复 2019-05-09
  • 2 回答
  • 0 关注
  • 2595 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信