Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/magit/magit-tbdiff
Magit extension for git-tbdiff and git-range-diff
https://github.com/magit/magit-tbdiff
emacs git magit
Last synced: 2 months ago
JSON representation
Magit extension for git-tbdiff and git-range-diff
- Host: GitHub
- URL: https://github.com/magit/magit-tbdiff
- Owner: magit
- Created: 2017-06-26T16:55:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-11T19:38:51.000Z (6 months ago)
- Last Synced: 2024-08-11T20:28:58.968Z (6 months ago)
- Topics: emacs, git, magit
- Language: Emacs Lisp
- Homepage:
- Size: 236 KB
- Stars: 19
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![License GPL 3][badge-license]](https://www.gnu.org/licenses/gpl-3.0.txt)
[![MELPA](https://melpa.org/packages/magit-tbdiff-badge.svg)](https://melpa.org/#/magit-tbdiff)Magit-tbdiff is a Magit interface to [git-tbdiff] and
[git-range-diff], subcommands for comparing two versions of a topic
branch (or more generally two ranges). When Magit-tbdiff was created,
only git-tbdiff, a third-party extension, existed. However, recent
versions of Git include a tbdiff-inspired range-diff subcommand.
Using range-diff is recommended, and it will be used by default if
detected.The [commentary] in magit-tbdiff.el provides an overview of
Magit-tbdiff commands.![Magit-tbdiff screenshot](static/screenshot.png)
[badge-license]: https://img.shields.io/badge/license-GPL_3-green.svg
[commentary]: https://github.com/magit/magit-tbdiff/blob/master/magit-tbdiff.el#L24
[announcement]: https://public-inbox.org/git/[email protected]/
[git-tbdiff]: https://github.com/trast/tbdiff
[git-range-diff]: https://git-scm.com/docs/git-range-diff