IRCaBot 2.1.0
GPLv3 © acetone, 2021-2022
#i2p-dev
/2024/04/20
@eyedeekay
&zzz
+R4SAS
+RN
+RN_
+T3s|4
+acetone
+dr|z3d
+eche|off
+hagen
+hk
+mareki2p
+orignal
+postman
+qend-irc2p
+snex
Arch
BubbRubb
C341
Danny
DeltaOreo
FreefallHeavens
HowardPlayzOfAdmin
Irc2PGuest43584
Irc2PGuest52861
Irc2PGuest53893
Irc2PGuest6326
Irc2PGuest82088
Irc2PGuest88009
Irc2PGuest88063
Onn4l7h
Onn4|7h
Over1
Sleepy
SlippyJoe
T3s|4_
Teeed
aargh
ardu
b3t4f4c3__
cumlord
death
dr4wd3
duanin2
eyedeekay_bnc
llamafan991
nnm--
not_bob_afk
ohThuku1
poriori
profetikla
r00tobo
rapidash
shiver_
solidx66
thetia
u5657_
uop23ip
w8rabbit
weko_
wew
x74a6
zzz eyedeekay, I don't know if that's what you wanted, but you just pushed a hundred of your local branches to gitlab/github
eyedeekay Yup I sure did, no it wasn't what I wanted, meant to send them to my fork, setting up to *carefully* clean them back up
zzz also, I know I said "in due course", but if you'd like anything significant to be in the next release, you need to step up your MR review game
eyedeekay Ack, I'll get a couple of them today
zzz I'm not sure any branches other than master should be on github (or gitlab?). A few have been up there quite a while but this is a lot
eyedeekay Yeah it was very much an accident, I treat my fork as a backup for my local branches but they weren't meant for i2p/i2p.i2p or i2p-hackers/i2p.i2p
zzz traditionally, other branches in an official repo would be for currently or previously supported versions, not for experiments...
zzz I don't know if you want to go thru and delete some of them, or if that's even possible
eyedeekay Already on it, the official repos will be back to just having the master and the tags in a few minutes, and my branches will be back on my fork where they belong
zzz super
dr|z3d for reference, to delete a remote git branch: git push origin --delete <branch_name>
dr|z3d that command also supports multiple branch delete with: git push origin --delete <branch_name1> <branch_name2> ...