From c071316a6edfdb58775c8df7457fe5ebcf92a4e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Cornell=C3=A0?= Date: Thu, 31 Mar 2016 23:27:05 +0200 Subject: [PATCH] Add git_current_user_* functions (#4961) --- Plugin:git.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Plugin:git.md b/Plugin:git.md index d269ec7..fe11eaf 100644 --- a/Plugin:git.md +++ b/Plugin:git.md @@ -144,10 +144,12 @@ These are aliases that have been removed, renamed, or otherwise modified in a wa ### Current -| Command | Description | -|:-------------------|:----------------------------------------| -| current_branch | Return the name of the current branch | -| current_repository | Return the names of the current remotes | +| Command | Description | +|:-----------------------|:----------------------------------------| +| current_branch | Return the name of the current branch | +| current_repository | Return the names of the current remotes | +| git_current_user_name | Returns the `user.name` config value | +| git_current_user_email | Returns the `user.email` config value | ### WiP