konglu@minatec.inpg.fr writes:
Matthieu Moy [off-list ref] a écrit :
quoted
quoted
test -s "$todo" || echo noop >> "$todo"
test -n "$autosquash" && rearrange_squash "$todo"
+warn_published "$todo"
That should be configurable.
Do you mean that it should be controlled by a key config (maybe a new
advice.*) in the config file ? Or through an option ?
Probably "[rebase] checkremoterefs" in .git/config; advice.*
variables default to true by convention, and it is not suitable for
a misleading "feature" like this one.