Open kx06 opened 1 month ago
can i be assigned to this
!assign @Ferrari2025
Hey @kx06! The timer for the @Ferrari2025 to work on the issue has finished, deassign and assign a new contributor or extend the current timer. Contact maintainer leads if inactive @DedLad @polarhive @achyuthcodes30
can i be assigned to this
yes wait a minute
!assign @Ayush-jk
!assign @Ayush-jk 60
!deassign
!assign @Ayush-jk 60
!assign @Ayush-jk 60
hello @Ayush-jk do you still wanna be assigned to this issue ?
I am currently not assigned to any issue. But I don't see myself on the assignees
Can I be assigned?
!deassign
!assign @UltraBot05
Hey @kx06! The timer for the @UltraBot05 to work on the issue has finished, deassign and assign a new contributor or extend the current timer. Contact maintainer leads if inactive @DedLad @polarhive @achyuthcodes30
!deassign
Currently using
mygit hash-object
computes the object ID value for an object and writes the resulting object into the object database. It also reports its object ID to the standard output.We do not want this to happen, hash-object should not write to the object database by default, make the changes accordingly so that this behavior is avoided.
If we wish to write to the object database then the -w flag is passed.
Keep in mind that there are other functions which use the hash-object function and write to the object database, when you make changes, make sure the other functions that use hash-object work like they used to previously.