summaryrefslogtreecommitdiff
path: root/dot/local/bin/git-ll-remote
AgeCommit message (Collapse)Author
2022-10-09git-ll-remote: trim outputAndrew Cady
2021-10-06even more beautiful output from git ll-remoteAndrew Cady
2021-10-06git-ll-remote: improve output greatlyAndrew Cady
2021-09-27git-ll-remote: fixAndrew Cady
2020-10-29shallow cloning breaks the detection of remote branch statusAndrew Cady
2020-05-31git-ll-remote: add -n/-N, making -n defaultAndrew Cady
This restores the default behavior (changed in yesterday's commits) of only showing refs/namespaces/* branches.
2020-05-31styleAndrew Cady
2020-05-31reorder for clarityAndrew Cady
2020-05-31wordingAndrew Cady
2020-05-31git-ll-remote: show more info when -a is givenAndrew Cady
2020-05-31git-ll-remote: improve messaging and add -uAndrew Cady
2020-05-31fix definition of ancestorAndrew Cady
git believes that a hash is its own ancestor!
2020-05-30git-ll-remote: improved reporting; fixesAndrew Cady
2020-05-30improve git-ll-remoteAndrew 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-05git-ll-remoteAndrew Cady