Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
title$SPARK_HOME/.git/config
[remote "origin"]
  url = git@github.com:apache/spark.git
  ... may be other stuff here ...
  fetch = +refs/pull/*/head:refs/remotes/origin/pr/*   # Add this line

...