Add a section of example diffs to the spec.

Review Request #11701 — Created July 2, 2021 and submitted — Latest diff uploaded

Information

DiffX
master

Reviewers

The new section provides examples for a variety of types of diffs. This
currently includes:

  • Diffs of local files
  • Diffs of files in a repository
  • Diffs representing commits
  • Diffs representing multiple commits
  • Wrapped Git diffs
  • Wrapped CVS diffs
  • Wrapped Subversion property diffs

More examples will come in the future.

Built the docs. Went through all the examples and verified they made
sense. All were generated from a working implementation of a DiffX writer.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Add a section of example diffs to the spec.
The new section provides examples for a variety of types of diffs. This currently includes: * Diffs of local files * Diffs of files in a repository * Diffs representing commits * Diffs representing multiple commits * Wrapped Git diffs * Wrapped CVS diffs * Wrapped Subversion property diffs More examples will come in the future.
61224e62b837f4663a8abf4abb93112e6109eb44 Christian Hammond
docs/spec/examples.rst
docs/spec/index.rst
docs/spec/example-diffs/commit.diff
docs/spec/example-diffs/local-file.diff
docs/spec/example-diffs/multi-commit.diff
docs/spec/example-diffs/repo-file.diff
docs/spec/example-diffs/wrapped-cvs-diff.diff
docs/spec/example-diffs/wrapped-git-diff.diff
docs/spec/example-diffs/wrapped-svn-prop-diff.diff
Loading...