From 67c945fce089cbc3ead1eab99865bb8516523743 Mon Sep 17 00:00:00 2001 From: Erik Johnson Date: Wed, 17 Aug 2016 01:15:40 -0500 Subject: [PATCH] Add Carbon to versionadded for git.diff --- salt/modules/git.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/modules/git.py b/salt/modules/git.py index ddde67efdb..a7396ff07e 100644 --- a/salt/modules/git.py +++ b/salt/modules/git.py @@ -1369,7 +1369,7 @@ def diff(cwd, cached=False, paths=None): ''' - .. versionadded:: 2015.8.12,2016.3.3 + .. versionadded:: 2015.8.12,2016.3.3,Carbon Interface to `git-diff(1)`_