1
allenm 2013-06-07 10:00:17 +08:00
使用 git hooks 应该可以做到
|
2
jarnanchen OP @allenm 可否详细说明?
|
3
NemoAlex 2013-06-07 10:11:28 +08:00
找个目录 clone 一份再 checkout 到相应的 commit 即可
|
4
jarnanchen OP @NemoAlex Clone之后应该是包含全部的代码的?我只想要这个commit里涉及到的文件
|
5
swulling 2013-06-07 10:18:37 +08:00 2
|
6
johnnyb 2013-06-07 10:19:12 +08:00 2
git diff HEAD^1 --stat
|
7
risent 2013-06-07 19:37:30 +08:00
git diff-index --name-only b7718272db12cc431e4267f8c9b23a0198f5b8df
|
8
zhouitpro 2013-06-13 16:57:12 +08:00
好吧,我来说两句,使用 cat-file, 4a12bde1403d 这个是commit的哈兮
git cat-file -p 4a12bde1403d:base.php > base.php |