We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a322233 + 6e87345 commit 698ea73Copy full SHA for 698ea73
git-diff-blame
@@ -1,4 +1,11 @@
1
#!/usr/bin/perl -w
2
+#
3
+# This is free and unencumbered software released into the public domain.
4
5
+# Anyone is free to copy, modify, publish, use, compile, sell, or
6
+# distribute this software, either in source code form or as a compiled
7
+# binary, for any purpose, commercial or non-commercial, and by any
8
+# means.
9
10
sub parse_hunk_header {
11
my ($line) = @_;
0 commit comments