Skip to content

Instantly share code, notes, and snippets.

@nedbat

nedbat/a.rb Secret

Created April 28, 2017 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nedbat/d587eff83743d946b6e47ecbc99a8405 to your computer and use it in GitHub Desktop.
Save nedbat/d587eff83743d946b6e47ecbc99a8405 to your computer and use it in GitHub Desktop.
$ git checkout master
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
$ git blame --reverse $(git merge-base @ open-release/ficus.master) -- shared/travis_requirements.txt
a189a1789 (Carol Tong 2017-04-27 11:18:37 -0400 1) # Used for documentation gathering
a189a1789 (Carol Tong 2017-04-27 11:18:37 -0400 2) edx-sphinx-theme==1.0.2
363cd4065 (Marco Morales 2017-02-15 14:39:43 -0500 3) sphinx==1.3.5
363cd4065 (Marco Morales 2017-02-15 14:39:43 -0500 4) sphinx_rtd_theme==0.1.5
363cd4065 (Marco Morales 2017-02-15 14:39:43 -0500 5) sphinxcontrib-napoleon==0.2.6
$ git checkout open-release/ficus.master
Switched to branch 'open-release/ficus.master'
Your branch is up-to-date with 'origin/open-release/ficus.master'.
$ git blame --reverse $(git merge-base @ open-release/ficus.master) -- shared/travis_requirements.txt
^5e394ea4 (Ned Batchelder 2017-03-09 16:56:00 -0500 1) # Used for documentation gathering
^5e394ea4 (Ned Batchelder 2017-03-09 16:56:00 -0500 2) edx-sphinx-theme==1.0.2
^5e394ea4 (Ned Batchelder 2017-03-09 16:56:00 -0500 3) sphinx==1.5.2
^5e394ea4 (Ned Batchelder 2017-03-09 16:56:00 -0500 4) sphinx_rtd_theme==0.1.9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment