Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Membres actifs
fichiers_configuration
Commits
8a79d465
Commit
8a79d465
authored
Apr 05, 2014
by
Vincent Le gallic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[.bashrc] GIT_* : oubli de export et de quotes
parent
48944ca7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.bashrc
.bashrc
+2
-2
No files found.
.bashrc
View file @
8a79d465
...
...
@@ -342,8 +342,8 @@ PATH=~/bin:$PATH:/sbin:/usr/sbin
#~# # vous avez besoin de commiter en tant que root *et* que votre
#~# # /etc/sudoers contient bien la directive
#~# # Defaults env_keep += "<les variables en question>"
#~# GIT_AUTHOR_NAME=$(git config user.name)
#~# GIT_AUTHOR_EMAIL=$(git config user.email)
#~#
export
GIT_AUTHOR_NAME=
"
$(git config user.name)
"
#~#
export
GIT_AUTHOR_EMAIL=
"
$(git config user.email)
"
# +----------+
# | Sourcing |
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment