Get the "pass" password manager running on AIX

Johannes Altmanninger aclopte at gmail.com
Wed Dec 29 12:11:05 UTC 2021


On Wed, Dec 29, 2021 at 11:40:39AM +0000, Willenbuecher, Sven / Kuehne + Nagel / Ham MI-GI wrote:
> I have now cleanup my commit history following  your recommendation to interactively rebase. 2 commits remain
> 
> 8154b55 - 2021-12-29 10:13:33 +0100  (HEAD -> master) implement a LINUX to AIX getopt converter function <Sven Willenbuecher>
> 72f3b9a - 2021-12-29 10:12:35 +0100  add hints script for the platform aix <Sven Willenbuecher>
> 
> Should I resend patche"s" for them using "git send-email"?

Sure, you can send the last two commits with the "-2" argument, or equivalently
"origin/master..", which means send every commit since origin/master.

Something like this should work

	git send-email -v2 origin/master..  \
		--to=password-store at lists.zx2c4.com \
		--in-reply-to=7909255a643c4a3eb5d62bd3679ad308 at Kuehne-Nagel.com

(I think that doesn't keep other people from the thread in CC but that's okay)


More information about the Password-Store mailing list