背景
フォルダを移動した/リネームしたファイルの履歴が(通常操作では)途切れる。
解決策
--follow
オプションを付加する
Continue listing the history of a file beyond renames (works only for a single file).
例
1 |
$ git log --follow src/hello.c |
フォルダを移動した/リネームしたファイルの履歴が(通常操作では)途切れる。
--follow
オプションを付加する
Continue listing the history of a file beyond renames (works only for a single file).
1 |
$ git log --follow src/hello.c |