# libgit2_log **Repository Path**: begeekmyfriend/libgit2_log ## Basic Information - **Project Name**: libgit2_log - **Description**: Sample code of log command for libgit2. - **Primary Language**: C - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-10-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README libgit2_log =========== This is sample code of log command for libgit2. Test ---- Download libgit2 repository into `/tmp`. ```shell cd /tmp git clone git@github.com:libgit2/libgit2.git ``` Install libgit2 into `/usr/local/lib`. See [libgit2](https://github.com/libgit2/libgit2). Build libgit2_log and run. ```shell cd libgit2_log make time ./traverse_commits_original.sh time ./traverse_commits_optimal.sh ```