Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

RFC: provide insight into the status of gogit #570

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 30, 2017

  1. RFC: provide insight into the status of gogit

    A project I'm working on uses gogit to power a git remote helper
    (i.e., it gets invoked by git when you do `git clone
    <protocol>://...`, etc from the command line).  On big repos, gogit
    and our backing store are slow enough that having printed progress
    indicators makes a huge difference to usability, and better allows us
    to debug where slownesses might be.
    
    This is a quick-and-dirty PR that lets gogit communicate its status
    back to some listener.  I haven't fixed up the tests yet, or written
    any new tests, because I wanted to get feedback first on if this is
    even a good approach or not.  Please take a look and let me know!
    
    (Note that this is different from the sideband progress stuff, which
    only lets you know the progress of the remote server.  This PR gives
    the status of the local client.)
    strib committed Aug 30, 2017
    Configuration menu
    Copy the full SHA
    e800f06 View commit details
    Browse the repository at this point in the history