Re: bash git commands ( for noobs like me )

2021-10-22 Thread Lawrence Velázquez
On Fri, Oct 22, 2021, at 10:27 PM, Dennis Williamson wrote: > I'm sure there are lists that provide git support. Like this one. https://groups.google.com/g/git-users Or this one. mailto:g...@vger.kernel.org -- vq

Re: bash git commands ( for noobs like me )

2021-10-22 Thread Dennis Williamson
On Fri, Oct 22, 2021, 8:53 PM Alex fxmbsw7 Ratchev wrote: > could someone share some git wisdom > in preciese few and similiar commands > > show version ( of .git url ) > show available versions > git update tree [ to specific release / version, or newest ] > I'm sure there are lists that provid

bash git commands ( for noobs like me )

2021-10-22 Thread Alex fxmbsw7 Ratchev
could someone share some git wisdom in preciese few and similiar commands show version ( of .git url ) show available versions git update tree [ to specific release / version, or newest ]

Re: current bash.git.devel segfaults on my code

2021-10-22 Thread Alex fxmbsw7 Ratchev
remind you this is deb more recent than stable on aarch64 good cpu android 11 phone, accesses via termux then some proot to chroot in error could be manywhere On Sat, Oct 23, 2021, 03:25 Alex fxmbsw7 Ratchev wrote: > bash -xv mystuff > > > + > supported='/@(eval[12]|bin|set|shopt|declare|funct

Re: current bash.git.devel segfaults on my code

2021-10-22 Thread Alex fxmbsw7 Ratchev
bash -xv mystuff + supported='/@(eval[12]|bin|set|shopt|declare|function|alias|pc|runtime)/*' + for arg in "$medir" "$@" + [[ ! -e /root/xbl5 ]] ++ realpath /root/xbl5 + rarg=/root/xbl5 + pos=("$rarg"$supported) malloc: unknown:0: assertion botched malloc: 0x3000211a30: allocated: l

Re: current bash.git.devel segfaults on my code

2021-10-22 Thread Alex fxmbsw7 Ratchev
its my code, as in the topic of this mail, that makes recent git devels segfault, it might as well be unstable version gcc etc fault i have one two lines same in .profile and .bashrc that is source xbl loader with ps1x dir to make it load my ps1... on the glob part there i quoted, also glob.c in a

Re: current bash.git.devel segfaults on my code

2021-10-22 Thread Greg Wooledge
On Sat, Oct 23, 2021 at 03:03:31AM +0200, Alex fxmbsw7 Ratchev wrote: > ./bash --noprofile --norc > > bash-5.1# ./bash ../xbl5/xbl > > malloc: unknown:0: assertion botched > malloc: 0x3000211ab0: allocated: last allocated from glob.c:1150 > realloc: underflow detected; mh_nbytes out of range > Ab

Re: current bash.git.devel segfaults on my code

2021-10-22 Thread Alex fxmbsw7 Ratchev
./bash --noprofile --norc bash-5.1# ./bash ../xbl5/xbl malloc: unknown:0: assertion botched malloc: 0x3000211ab0: allocated: last allocated from glob.c:1150 realloc: underflow detected; mh_nbytes out of range Aborting...Aborted bash-5.1# On Fri, Oct 22, 2021, 17:14 Chet Ramey wrote: > On 10/20

Re: current bash.git.devel segfaults on my code

2021-10-22 Thread Chet Ramey
On 10/20/21 8:27 PM, Alex fxmbsw7 Ratchev wrote: i see makes sense i was hoping for finished cmds to test / save debugging info , rather than for example this git docs i can say it for anyone, ..imho 99 % to all docs are.. not for me like how to check bash devel version and version history