사용자 도구

사이트 도구


git:rev-list

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

git:rev-list [2015/02/14 02:06]
kwon37xi 만듦
git:rev-list [2015/02/14 02:28] (현재)
kwon37xi
줄 2: 줄 2:
   * [[http://git-scm.com/docs/git-rev-list|rev-list]]   * [[http://git-scm.com/docs/git-rev-list|rev-list]]
  
 +===== 어떤 Commit이 특정 변경을 일으켰는지 검색 =====
 +  * [[http://stackoverflow.com/questions/2928584/how-to-grep-search-committed-code-in-the-git-history|How to grep (search) committed code in the git history?]]
 +<code sh>
 +git rev-list --all | xargs git grep expression
 +# or
 +git grep <regexp> $(git rev-list --all)
 +</code>
  
git/rev-list.txt · 마지막으로 수정됨: 2015/02/14 02:28 저자 kwon37xi