Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-29 | shallow cloning breaks the detection of remote branch status | Andrew Cady | |
2020-05-31 | git-ll-remote: add -n/-N, making -n default | Andrew Cady | |
This restores the default behavior (changed in yesterday's commits) of only showing refs/namespaces/* branches. | |||
2020-05-31 | style | Andrew Cady | |
2020-05-31 | reorder for clarity | Andrew Cady | |
2020-05-31 | wording | Andrew Cady | |
2020-05-31 | git-ll-remote: show more info when -a is given | Andrew Cady | |
2020-05-31 | git-ll-remote: improve messaging and add -u | Andrew Cady | |
2020-05-31 | fix definition of ancestor | Andrew Cady | |
git believes that a hash is its own ancestor! | |||
2020-05-30 | git-ll-remote: improved reporting; fixes | Andrew Cady | |
2020-05-30 | improve git-ll-remote | Andrew Cady | |
0) If we already have the ref to be fetched, "git fetch" will no longer even be called, making this command much faster overall most of the time. 1) By default, only print remote branches that have pushed onto the local HEAD. If you don't do any rebasing, these correspond roughly to "pull requests". 2) With "-r", only print remote branches that are ANCESTORS of HEAD. These may be people you need to nag more because you are requesting the pull from them. As likely, they are old stale branches that you should delete. 3) With "-a", print everything. | |||
2020-05-05 | git-ll-remote | Andrew Cady | |