author | Shawn O. Pearce <spearce@spearce.org> | |
Thu, 9 Nov 2006 03:48:34 +0000 (22:48 -0500) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Thu, 9 Nov 2006 03:48:34 +0000 (22:48 -0500) | ||
commit | 7fe7e733fafbab0373ee0d8fc35b9e284a598ee4 | |
tree | 330d8342cfe865831806570def84b4436edb44bd | tree | snapshot |
parent | e4ee9af4946557370cfe18efdfa46c265a10639f | commit | diff |
git-gui: Changed term 'check-in' to 'include'.
At least one user was confused by the term 'check-in'; he thought that
clicking that button would commit just that one file, but he wanted to
include all modified files into his next commit.
Since git doesn't really have a check-in concept this really was poor
language to use. Git does have an update-index concept but that is a
little too low level to show to the user.
So instead we now talk about including files in a commit.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
At least one user was confused by the term 'check-in'; he thought that
clicking that button would commit just that one file, but he wanted to
include all modified files into his next commit.
Since git doesn't really have a check-in concept this really was poor
language to use. Git does have an update-index concept but that is a
little too low level to show to the user.
So instead we now talk about including files in a commit.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui | diff | blob | history |