Skip to content
Snippets Groups Projects
Select Git revision
21 results Searching

git-gui

  • Shawn O. Pearce's avatar
    444f92d0
    git-gui: Allow users to run fsck-objects from the gui. · 444f92d0
    Shawn O. Pearce authored
    
    I recently found a need to run fsck-objects in a number of repositories
    that I also use git-gui against.  Tossing in a menu option to invoke
    fsck-objects and have its output show up in a console window is simple
    enough to do.
    
    We probably need to enhance the console window used by fsck-objects,
    like to open up the Git fsck-objects manual page and let the user see
    what each message means (such as "dangling commit") and to also let the
    user invoke prune, to cleanup any such dangling objects.  But right now
    I'm going to ignore that problem in favor of getting other more important
    features implemented.
    
    Signed-off-by: default avatarShawn O. Pearce <spearce@spearce.org>
    444f92d0
    History
    git-gui: Allow users to run fsck-objects from the gui.
    Shawn O. Pearce authored
    
    I recently found a need to run fsck-objects in a number of repositories
    that I also use git-gui against.  Tossing in a menu option to invoke
    fsck-objects and have its output show up in a console window is simple
    enough to do.
    
    We probably need to enhance the console window used by fsck-objects,
    like to open up the Git fsck-objects manual page and let the user see
    what each message means (such as "dangling commit") and to also let the
    user invoke prune, to cleanup any such dangling objects.  But right now
    I'm going to ignore that problem in favor of getting other more important
    features implemented.
    
    Signed-off-by: default avatarShawn O. Pearce <spearce@spearce.org>