Skip to content

Instantly share code, notes, and snippets.

@DougHall
Created May 24, 2011 13:52
Show Gist options
  • Save DougHall/988737 to your computer and use it in GitHub Desktop.
Save DougHall/988737 to your computer and use it in GitHub Desktop.
git log -p of directory that's turned binary
itdev$ git log -p jobs/app/models
commit 70211fadbb933bc5a4623461e62f2a75c206f84c
Author: ddfgsdfgsdfgsdfg
Date: Sun Feb 27 15:22:20 2011 -0600
Bring up the jobs replacement I wrote back in aug. Cleaned up enough to test and see if they want to persue
diff --git a/jobs/app/models/apply.a4l b/jobs/app/models/apply.a4l
new file mode 100644
index 0000000..774bd54
Binary files /dev/null and b/jobs/app/models/apply.a4l differ
diff --git a/jobs/app/models/citizen.a4l b/jobs/app/models/citizen.a4l
new file mode 100644
index 0000000..c4b1622
Binary files /dev/null and b/jobs/app/models/citizen.a4l differ
diff --git a/jobs/app/models/webuser.a4l b/jobs/app/models/webuser.a4l
new file mode 100644
index 0000000..88e927a
Binary files /dev/null and b/jobs/app/models/webuser.a4l differ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment