Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 1bcdf27c48cb
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 32bcd72bf28a
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 11, 2018

  1. rfc-bibtex: init at 2.2.1

    Generate bibtex entries from IETF rfc/drafts, for instance:
    $ rfcbibtex RFC5246 draft-ietf-tls-tls13-21
    
    @TechReport{RFC5246,
      author = {T. Dierks and E. Rescorla},
      title = {{The Transport Layer Security (TLS) Protocol Version 1.2}},
      howpublished = {Internet Requests for Comments},
      type = {RFC},
      number = {5246},
      year = {2008},
      month = {August},
      issn = {2070-1721},
      publisher = {RFC Editor},
      institution = {RFC Editor},
      url = {http://www.rfc-editor.org/rfc/rfc5246.txt},
      note = {\url{http://www.rfc-editor.org/rfc/rfc5246.txt}},
    }
    
    @TechReport{I-D.ietf-tls-tls13,
      author = {Eric Rescorla},
      title = {{The Transport Layer Security (TLS) Protocol Version 1.3}},
      howpublished = {Working Draft},
      type = {Internet-Draft},
      number = {draft-ietf-tls-tls13-21},
      year = {2017},
      month = {July},
      institution = {IETF Secretariat},
      url = {http://www.ietf.org/internet-drafts/draft-ietf-tls-tls13-21.txt},
      note = {\url{http://www.ietf.org/internet-drafts/draft-ietf-tls-tls13-21.txt}},
    }
    teto committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    714c078 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2018

  1. Merge pull request #48198 from teto/rfc-bibtex

    rfc-bibtex: init at 2.2.1
    srhb committed Oct 12, 2018
    1 Configuration menu
    Copy the full SHA
    32bcd72 View commit details
    Browse the repository at this point in the history