This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script> | |
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js"></script> | |
<script type="text/javascript" src="page.js"></script> | |
<link rel="stylesheet" href="page.css" type="text/css"></link> | |
</head> | |
<body> | |
<script type="text/javascript"> | |
$(function () { main() }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# git diff for regular diff usage | |
cmd=$(basename "$0") | |
[ "$1" = "--help" ] && { | |
echo "$cmd [git diff options] fileA fileB" | |
exit 0 | |
} | |
NewerOlder