AOSP
コマンドでダウンロードしたソースを使用していますrepo
( http://source.android.com/source/using-repo.html )
1か月前と同じように、すべてのリポジトリを取得する必要があります。
ここで解決策を見つけました(http://alexpeattie.com/blog/working-with-dates-in-git/):
git revert master@{"1 month ago"}
しかし、AOSP ソース ツリーでは実行できません。
私はそれをやろうとしました:しかし、 AOSPにはすべてのリポジトリのブランチ
repo forall -c git revert master@{"1 month ago"}
がないため、機能していません。master
git
repo
解決策はありますか?