Unfortunately can't get this shit working, tried a whole bunch of things, 
another 30 minutes of my life wasted:

alias pascalcoin='cd e:\SourceCode\PascalCoinGit\PascalCoin"
alias rlog='git --no-pager log --all --graph --decorate --color=always | 
tac | sed -e "s/[\\]/aaaaaaaaaa/g" -e "s/[/]/\\\\\\\\/g" -e 
"s/aaaaaaaaaa/\\\\//g" | less -r +G -X'
alias olog='git --no-pager log --all --graph --decorate --oneline 
--color=always | tac | sed -e "s/[\\]/aaaaaaaaaa/g" -e "s/[/]/\\\\\\\\/g" 
-e "s/aaaaaaaaaa/\\\\//g" | less -r +G -X'


^ last attemptI tried to invert ' and "

sh: alias: --no-pager: not found
sh: alias: log: not found
sh: alias: --all: not found
sh: alias: --graph: not found
sh: alias: --decorate: not found
sed: -e expression #3, char 17: unknown option to `s'
There is no -^J option ("less --help" for help)
There is no no-pager option ("less --help" for help)
sed: -e expression #3, char 17: unknown option to `s'
There is no -^J option ("less --help" for help)
launch: No such file or directory
them: No such file or directory
through: No such file or directory
"winpty" may be a binary file.  See it anyway?
sh: /etc/profile.d/aliases.sh: line 25: syntax error near unexpected token 
`;;'
sh: /etc/profile.d/aliases.sh: line 25: `       ;;'

Skybuck@DESKTOP-0T9FP82 MSYS /usr/bin
$

Bye,
  Skybuck.
On Thursday, December 30, 2021 at 8:38:53 AM UTC+1 skybuck2000 wrote:

> Oops messed up that important alias, remove one line:
>
> was:
> [alias] 
> rlog = !"git --no-pager log --all --graph --decorate --oneline 
> --color=always | tac | sed -e 's/[\\]/aaaaaaaaaa/g' -e 's/[/]/\\\\\\\\/g' 
> -e 's/aaaaaaaaaa/\\\\//g' | less -r +G -X"
>
> should be:
> [alias] 
> rlog = !"git --no-pager log --all --graph --decorate --color=always | tac 
> | sed -e 's/[\\]/aaaaaaaaaa/g' -e 's/[/]/\\\\\\\\/g' -e 
> 's/aaaaaaaaaa/\\\\//g' | less -r +G -X"
>
> Bye,
>   Skybuck.
>
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/git-users/0253e969-3992-4d6e-a9e8-34a62b43758an%40googlegroups.com.

Reply via email to