Thread (69 messages) flat view 69 messages, 4 authors, 2019-10-14

Re: [PATCH v3 10/13] t4014: stop losing return codes of git commands

From: Johannes Sixt <hidden>
Date: 2019-08-20 19:04:27

Am 20.08.19 um 09:31 schrieb Denton Liu:
Oops, this should read

	git_version="$(git --version >version && sed "s/.* //" <version)"
sed is not necessary. Make that

	git_version=$(git --version) &&
	git_version=${git_version##* }

-- Hannes
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help