bindir icon indicating copy to clipboard operation
bindir copied to clipboard

git-test-sequence: Support @{u}

Open ismell opened this issue 6 years ago • 0 comments

Get the list of commits before detaching. This allows:

git test-sequence --force @{u}.. ./test-build.sh

I switched the script to bash so we could use arrays.

I also moved the detach below the args parsing. This way --force is not passed to the rev-list.

Signed-off-by: Raul E Rangel [email protected]

ismell avatar Apr 09 '20 17:04 ismell