[MacPorts] #56283: new portfile: hashcat

MacPorts noreply at macports.org
Thu Apr 12 23:10:58 UTC 2018


#56283: new portfile:  hashcat
----------------------------+--------------------
  Reporter:  gaming-hacker  |      Owner:  (none)
      Type:  submission     |     Status:  new
  Priority:  Normal         |  Milestone:
 Component:  ports          |    Version:  2.4.2
Resolution:                 |   Keywords:  new
      Port:  hashcat        |
----------------------------+--------------------

Comment (by raimue):

 Replying to [ticket:56283 gaming-hacker]:
 > There are too many differences between my fork and the macports main
 repo, like 12,000? to submit a specific PR, someone would have to cherry-
 pick my repo.

 Set your branch to follow `origin/master` (assuming origin is macports
 /macports-ports), then try to rebase all your changes on top of the latest
 commit in macports-ports:
 {{{
 $ git branch --set-upstream-to=origin/master
 $ git pull --rebase --autostash
 }}}

 Then check which commits are only on your branch:
 {{{
 $ git log --oneline @{upstream}..HEAD
 }}}

 If you only see the commits you want to submit, push that branch to GitHub
 and open a pull request from there.

-- 
Ticket URL: <https://trac.macports.org/ticket/56283#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list