Download raw body.
regress: (cd && git) -> git -C ?
Stefan Sperling: > I don't mind having Git do the chdir itself if you prefer. > Just curious, is there any benefit other than shell script cosmetics? Not really. It saves a subshell, but that is hardly relevant. The regression suite already uses "got cmd -r" extensively, so the git equivalent would blend in there. > Would you also want an option like this for got itself? No. -r already covers half of it. The other half would be an option to shortcut "(cd worktree && got)", but that's just pointless feature creep. -- Christian "naddy" Weisgerber naddy@mips.inka.de
regress: (cd && git) -> git -C ?