awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesBase Diff Display

Displays the full diff of the current buffer against its staged or HEAD version.

Distinct from Diff Layering: Distinct from Diff Layering: focuses on displaying the full diff against a specific base (staged or HEAD), not general overlay layering.

Explore 3 awesome GitHub repositories matching development tools & productivity · Base Diff Display. Refine with filters or upvote what's useful.

Awesome Base Diff Display GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • magit/magitAvatar de magit

    magit/magit

    7,138Ver en GitHub↗

    Magit is a complete Git interface that runs inside Emacs, providing a full-featured porcelain for version control operations without leaving the editor. It renders repository state as structured, collapsible sections within Emacs buffers, and manages Git command execution through a transactional process model with automatic buffer refresh and error handling. The interface exposes all configuration through Emacs' standard customization system and uses a transient command framework for context-sensitive menu-driven Git operations. What distinguishes Magit is its granular control over every stag

    Displays changes made to a specific file across commits or between the working tree and index.

    Emacs Lisp
    Ver en GitHub↗7,138
  • lewis6991/gitsigns.nvimAvatar de lewis6991

    lewis6991/gitsigns.nvim

    6,575Ver en GitHub↗

    Gitsigns.nvim is a Neovim plugin that integrates Git diff visualization, blame annotations, and hunk-based staging directly into the editor buffer. It renders add, modify, and delete indicators in the sign column for tracked files, and provides inline or popup blame annotations showing commit authorship and date for each line. The plugin operates on individual diff hunks as atomic units for staging, reverting, and navigation, all executed asynchronously via Neovim's job control API to avoid blocking the UI. The plugin distinguishes itself by enabling hunk-level staging and resetting directly

    Displays the full diff of the current buffer against its staged or HEAD version.

    Luagitluaneovim
    Ver en GitHub↗6,575
  • jisaacks/gitgutterAvatar de jisaacks

    jisaacks/GitGutter

    3,879Ver en GitHub↗

    GitGutter is a Git diff visualization tool and plugin for the Sublime Text editor. It interfaces with the Git binary to provide real-time tracking of modified and untracked files, visualizing version control status directly within the editor gutter to mark inserted, modified, or deleted lines. The tool enables navigation between modified code hunks and the inspection of commit metadata via hover popups. It allows users to define specific branches, tags, or commits as reference points for calculating changes and provides the ability to revert modified hunks or copy original committed text to t

    Determines file changes by comparing the current buffer against a configurable Git reference point.

    Python
    Ver en GitHub↗3,879
  1. Home
  2. Development Tools & Productivity
  3. Window Managers
  4. Buffer Managers
  5. Diff Layering
  6. Base Diff Display

Explorar subetiquetas

  • Baseline ComparisonsCalculating differences against a user-defined reference point such as a specific tag, branch, or commit. **Distinct from Base Diff Display:** Distinct from Base Diff Display: allows the base to be any arbitrary git reference, not just HEAD or staged.
  • Per-File Diff DisplaysDisplaying changes made to a specific file across commits or between the working tree and index. **Distinct from Base Diff Display:** Distinct from Base Diff Display: focuses on per-file diffs across commits rather than the current buffer against a base.