2 Repos
External tools that act as the primary difference engine for version control systems.
Distinct from Version Control Provider Integrations: Distinct from provider integrations (APIs) or workflows; it provides the actual diffing logic/view.
Explore 2 awesome GitHub repositories matching development tools & productivity · Version Control Diff Providers. Refine with filters or upvote what's useful.
icdiff ist ein Befehlszeilen-Textanalysator und Side-by-Side-Diff-Tool. Es dient als visuelles Vergleichs-Dienstprogramm, das Änderungen zwischen zwei Textdateien identifiziert und sie in einem farbigen zweispaltigen Layout im Terminal darstellt. Das Tool fungiert als Diff-Provider für die Versionskontrolle und ermöglicht es Benutzern, Standard-Diff-Engines durch ein Side-by-Side-Format zu ersetzen. Es verwendet ANSI-Farbcodes, um Änderungen auf Zeichenebene hervorzuheben, und bietet eine visuelle Methode für terminalbasierte Code-Reviews und Textanalysen. Das System handhabt die Differenzberechnung durch zeilenbasierte Analyse und dynamische Spaltenbreitenberechnung. Es unterstützt die Verarbeitung von Standard-Eingabeströmen, was die Integration in Shell-Utility-Workflows und Pipes ermöglicht.
Acts as a replacement for default difference engines to render file changes in a side-by-side format for VCS workflows.
Git Gutter is an Emacs editor extension that displays version control change indicators in the margin and supports incremental staging of diff hunks. It tracks file modifications and differences across multiple backends including Git, Mercurial, Subversion, and Bazaar, providing real-time visual feedback directly within the editing environment. The extension renders custom visual glyphs to highlight added, modified, and deleted lines relative to a repository revision. It includes capabilities for cycling through changed blocks, viewing detailed diff summaries, and interactively staging indivi
Cycles through changed blocks in source files and displays detailed diff summaries directly inside the editor.