diff options
author | Heba Waly <heba.waly@gmail.com> | 2020-02-06 23:57:30 +1300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-02-06 11:08:00 -0800 |
commit | 887a0fd57336dc5ff3ac28b6de0be91278e9e179 (patch) | |
tree | 8ce142738a884521cb54279ce223f0759f8787da /t | |
parent | add: use advise function to display hints (diff) | |
download | tgif-887a0fd57336dc5ff3ac28b6de0be91278e9e179.tar.xz |
add: change advice config variables used by the add API
advice.addNothing config variable is used to control the visibility of
two advice messages in the add library. This config variable is
replaced by two new variables, whose names are more clear and relevant
to the two cases.
Also add the two new variables to the documentation.
Signed-off-by: Heba Waly <heba.waly@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rwxr-xr-x | t/t3700-add.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t3700-add.sh b/t/t3700-add.sh index a649805369..88bc799807 100755 --- a/t/t3700-add.sh +++ b/t/t3700-add.sh @@ -327,6 +327,8 @@ cat >expect.err <<\EOF The following paths are ignored by one of your .gitignore files: ignored-file hint: Use -f if you really want to add them. +hint: Turn this message off by running +hint: "git config advice.addIgnoredFile false" EOF cat >expect.out <<\EOF add 'track-this' |