From cb5ca3fdd60a53bd4c9d6d740df7cf9ec142d235 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Sat, 5 Dec 2015 21:18:08 -0500 Subject: [PATCH] todo --- c/todo.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/c/todo.txt b/c/todo.txt index 777a7e19c..f0ee53f54 100644 --- a/c/todo.txt +++ b/c/todo.txt @@ -225,3 +225,9 @@ Given a version number MAJOR.MINOR.PATCH, increment the: Initial release: https://news.ycombinator.com/item?id=10066742 v2.0.0 release: https://news.ycombinator.com/item?id=10132831 + +---------------------------------------------------------------- +git remote add upstream https://github.com/Homebrew/homebrew +git fetch upstream +git diff HEAD^ HEAD +git diff HEAD^2 HEAD