The Wayback Machine - https://web.archive.org/web/20201128181800/https://github.com/progit/progit2/commits
Skip to content
Permalink
master

Commits on Nov 26, 2020

  1. Merge pull request #1564 from progit/check_epub

    ben committed Nov 26, 2020

Commits on Nov 25, 2020

  1. convert autolink into url macro

    This allows to add the final period.
    jnavila committed Nov 25, 2020
  2. Remove a remaining trailing quote

    jnavila committed Nov 25, 2020
  3. Merge pull request #1563 from yugaego/format

    ben committed Nov 25, 2020

Commits on Nov 24, 2020

  1. Finish fixing errors

    jnavila committed Nov 24, 2020
  2. Update Gemfile

    Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
    jnavila and HonkingGoose committed Nov 24, 2020
  3. Introduce test of html and epub

    This is an indirect way of checking the structure of the book, the
    asciidoc syntax and the external links.
    jnavila committed Nov 24, 2020

Commits on Nov 23, 2020

  1. Merge pull request #1300 from max123kl/patch-1

    Line 229 formatting error by * (asterisk) fixed
    ben committed Nov 23, 2020

Commits on Nov 21, 2020

  1. Fix formatting issue

    Asciidoctor documentation suggests solution to properly render
    a possessive monospaced phrase by using unconstrained formatting.
    However, this approach does not work when one more monospaced phrase
    follows in the same paragraph.
    The simplest workaround was suggested by the Asciidoctor project lead:
    Dan Allen.
    yugaego committed Nov 21, 2020

Commits on Nov 17, 2020

  1. Merge pull request #1561 from ixth/patch-1

    Escape tilde to fix HEAD~~~ presented as HEAD~
    ben committed Nov 17, 2020

Commits on Nov 16, 2020

  1. Escape tilde to fix HEAD~~~ presented as HEAD~

    ixth committed Nov 16, 2020

Commits on Nov 12, 2020

  1. Merge pull request #1539 from Sophismata/issue-1358

    ben committed Nov 12, 2020
  2. Merge pull request #1555 from AnOptimistSeePessimist/patch-1

    `git restore` introduced  in v2.23.0
    ben committed Nov 12, 2020
  3. updated TextEdit config with long form options

    Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
    Sophismata and HonkingGoose committed Nov 12, 2020
  4. Merge pull request #1560 from progit/dependabot/bundler/asciidoctor-2…

    ….0.12
    
    Update asciidoctor requirement from 2.0.11 to 2.0.12
    ben committed Nov 12, 2020

Commits on Nov 11, 2020

  1. Update asciidoctor requirement from 2.0.11 to 2.0.12

    Updates the requirements on [asciidoctor](https://github.com/asciidoctor/asciidoctor) to permit the latest version.
    - [Release notes](https://github.com/asciidoctor/asciidoctor/releases)
    - [Changelog](https://github.com/asciidoctor/asciidoctor/blob/master/CHANGELOG.adoc)
    - [Commits](asciidoctor/asciidoctor@v2.0.11...v2.0.12)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot committed Nov 11, 2020

Commits on Nov 8, 2020

  1. Merge pull request #1389 from slonopotamus/patch-1

    Stop adding negative leveloffset for EPUB
    ben committed Nov 8, 2020

Commits on Nov 7, 2020

  1. Stop adding negative leveloffset for EPUB

    asciidoctor-epub3 1.5.0-alpha-14 now handles whole book as a single document.
    
    Negative leveloffset
    1. Breaks appendix because appendix subsections are not allowed to be higher that level 3. When leveloffset is applied to them, they become level 2 and are no longer children of appendix and instead become standalone chapters
    2. Transforms progit into a multi-part book instead of multi-chapter book, what is wrong
    
    After removal of negative offset, epub is structurally equivalent to other formats.
    slonopotamus committed Nov 7, 2020

Commits on Nov 6, 2020

  1. Merge pull request #1554 from HonkingGoose/migration-asciidoctor-2.0.11

    Migrate to Asciidoctor 2.0.11
    jnavila committed Nov 6, 2020
  2. `git restore` introduced in v2.23.0

    AnOptimistSeePessimist committed Nov 6, 2020

Commits on Nov 3, 2020

  1. Migrate to Asciidoctor 2.0.11

    - Bump Asciidoctor from 1.5.6.2 to 2.0.11
    - Change style to new specifications.
    - Pin dependencies
    - Fix unintended highlighting of text
    - Undo rake script on Markdown file
    - Undo rake script on Ruby file
    
    Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
    jnavila and HonkingGoose committed Nov 3, 2020

Commits on Oct 23, 2020

  1. Merge pull request #1545 from stuartpb/patch-1

    ben committed Oct 23, 2020
  2. "Attempts to create" -> "It is possible"

    stuartpb committed Oct 23, 2020
  3. Update book/07-git-tools/sections/revision-selection.asc

    Co-authored-by: Ben Straub <ben@straub.cc>
    stuartpb and ben committed Oct 23, 2020

Commits on Oct 22, 2020

  1. Update book/07-git-tools/sections/revision-selection.asc

    Co-authored-by: Ben Straub <ben@straub.cc>
    stuartpb and ben committed Oct 22, 2020

Commits on Oct 21, 2020

  1. Add note that SHA-1 actually has been broken

    stuartpb committed Oct 21, 2020

Commits on Oct 17, 2020

  1. Merge pull request #1544 from ardavast/fix-typo

    Fix typo in section 2.4
    ben committed Oct 17, 2020
  2. Fix typo in section 2.4

    ardavast committed Oct 17, 2020

Commits on Oct 5, 2020

  1. removed `--add` from TextEdit core.editor config

    Removed the erroneous --add parameter from the example core.editor config used for TextEdit.
    Sophismata committed Oct 5, 2020

Commits on Oct 3, 2020

  1. Merge pull request #1534 from Fabien-jrt/issue-1533

    Fix warning about `git restore` command
    ben committed Oct 3, 2020

Commits on Oct 2, 2020

  1. Fix warning about `git restore` command

    Fabien-jrt committed Oct 2, 2020

Commits on Sep 29, 2020

  1. Merge pull request #1527 from HonkingGoose/add-tip-github-CLI-tool

    Add tip to point to the official GitHub CLI tool
    ben committed Sep 29, 2020

Commits on Sep 26, 2020

  1. Add tip to point to the official GitHub CLI tool

    The GitHub CLI lets you do your GitHub work from within the command line.
    GitHub has just released version 1.0, and so we can "recommend" it to our readers.
    HonkingGoose committed Sep 26, 2020

Commits on Sep 25, 2020

  1. Merge pull request #1523 from HonkingGoose/add-note-about-git-switch

    ben committed Sep 25, 2020
  2. Merge pull request #1521 from junjieyuan/master

    ben committed Sep 25, 2020
Older
You can’t perform that action at this time.