Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
新しいサービス (Gitorious) があり、Gitosis はユーザーに忘れられていると思われるため、Gitosis サーバーでの最後のアクティビティを確認したいと思います。これを使用して、コミット数を確認できます。
cd /path/to/repos/ && ls | xargs -I % git --git-dir=% rev-list --all 2>/dev/null | wc -l
ただし、これは日付ではなく数字のみを示しています。