Git Product home page Git Product logo

guldkorn's Introduction

This page is unintentionally left blank.

guldkorn's People

Contributors

mewmew avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

guldkorn's Issues

Workaround for rebase-merged commits/branches

Might this be solvable ...

guldkorn/main.go

Lines 215 to 222 in 113db2c

// For example:
//
// status: "diverged" (head=baosen:master vs base=diasurgical:master)
// baosen:master ahead 1 (and behind 1022) of diasurgical:master
// https://github.com/baosen/devilutionX/commits/master?author=baosen
//
// Commit `219241d8064c3610a594f0b152ac66da7d38ae46` gets the new hash
// `c6d5dc48ffd45310e4b52c93506b1b04f713505e` after rebase.

... by checking the origin's commit list for a commit with matching author AND a different committer or for the same message?

I tried the rather dirty git-based way just now, but this didn't work:

  1. git clone --depth=1 ORIGIN_URL
  2. git remote add $forkRepoName FORK_URL
  3. git fetch --depth=1 $forkRepoName $forkBranchName
  4. Then, git diff --exit-code$defaultBranch $forkRepoName/$forkBranchName didn't produce 0 because later changes on $defaultBranch caused a new diff.

Add option to sort output by latest commit date

When comparing forks where the original repository has not been updated in a long time, it would be useful to find the "newest" fork, to find forks where active work is happening. As such, being able to sort the output by latest commit date would be useful.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.