This plugin allows you to easily copy Git commit histories in a formatted text to your clipboard.
- Open IntelliJ IDEA.
- Open the 'File' menu, then select 'Settings'.
- From the left-side menu, select 'Plugins'.
- In the 'Marketplace' tab, search for 'Copy Pretty Git Log'.
- Click 'Install' to start the plugin installation.
- Once installation is complete, restart IDEA.
- Select commits in your VCS log.
- Right-click and select 'Copy Pretty Git Log'.
- The formatted log is copied to your clipboard.
- Custom Pattern: Allows you to define the format of your log strings. You can use placeholders such as
{AUTHOR_NAME}
,{COMMITER_NAME}
,{COMMIT_TIME}
,{FULL_MESSAGE}
, and{SUBJECT}
. - Reverse: Enabling this will output your log entries in reverse order.
- Custom Time Format: Allows setting a custom date and time format. Default is
yyyy-MM-dd HH:mm:ss
.
このプラグインは、Gitのコミット履歴を選択し、フォーマットしたテキストとしてクリップボードにコピーするのを簡単にします。
- IntelliJ IDEAを開きます。
- 「File」メニューを開き、その中から「Settings」を選択します。
- 左側のメニューから「Plugins」を選択します。
- 「Marketplace」タブを開き、「Copy Pretty Git Log」を検索します。
- 「Install」をクリックし、プラグインのインストールを開始します。
- インストールが完了したら、IDEAを再起動します。
- VCSログのコミットを選択します。
- 右クリックメニューから、「Copy Pretty Git Log」を選択します。
- フォーマットされたログがクリップボードにコピーされます。
- カスタムパターン: ログ文字列のフォーマットを定義できます。
{AUTHOR_NAME}
、{COMMITER_NAME}
、{COMMIT_TIME}
、{FULL_MESSAGE}
、 および{SUBJECT}
などのプレースホルダーを利用できます。 - リバース: この設定を有効にすると、ログエントリは逆順で出力されます。
- カスタム時間フォーマット: カスタム日時フォーマットを設定できます。デフォルトは
yyyy-MM-dd HH:mm:ss
です。
Plugin based on the IntelliJ Platform Plugin Template.