Skip to content

Don't crash when using gitify on emptycommit-* tags

Florian Karuhtz requested to merge (removed):flesser-master-patch-17200 into master

My svn lift script kept crashing (panic: runtime error: invalid memory address or nil pointer dereference) on the gitify command unless I

  • either changed the command to =C gitify
  • or inserted a tag delete /^emptycommit-\d*/ before gitify

so it had to do something with those empty commit tags...

Merge request reports

Loading