Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-doc
Commits
4178084a
Commit
4178084a
authored
Aug 27, 2018
by
Florent Lamiraux
Committed by
Florent Lamiraux florent@laas.fr
Aug 27, 2018
Browse files
Improve target update.
Do not create useless mpdification in working tree.
parent
6665d581
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/Makefile
View file @
4178084a
...
...
@@ -331,10 +331,9 @@ update:
git remote
rm
origin
;
\
git remote add origin
${
$
(@
:.update
=)_repository
}
/
$
(
@:.update
=)
;
\
git fetch origin
;
\
git checkout
-b
bce46g origin/
${
$
(@
:.update
=)_branch
}
;
\
git branch
-D
${
$
(@
:.update
=)_branch
}
;
\
git checkout
-b
${
$
(@
:.update
=)_branch
}
bce46g
;
\
git branch
-D
bce46g
;
\
git checkout
-q
--detach
;
\
git branch
-f
${
$
(@
:.update
=)_branch
}
origin/
${
$
(@
:.update
=)_branch
}
;
\
git checkout
-q
${
$
(@
:.update
=)_branch
}
;
\
git submodule update
;
\
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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