Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-324

Contributing wiki should mention the correct command to generate patch

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 0.4.0
    • None
    • None

    Description

      Sections on creating a patch [1] and applying a patch [2] are not in sync. To be consistent, [1] should mention the correct command i.e. [3] instead of [4]

      1. https://cwiki.apache.org/confluence/display/DRILL/Contributing#Contributing-Creatingapatch
      2. https://cwiki.apache.org/confluence/display/DRILL/Contributing#Contributing-Applyingapatch
      3. git diff --no-prefix master <my_branch> > DRILL-1234.1.patch.txt (correct command)
      4. git diff master <my_branch> > DRILL-1234.1.patch.txt (current but incompatible command)

      Attachments

        Activity

          People

            ksumit Sumit Kumar
            ksumit Sumit Kumar
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: