diff options
author | David Aguilar <davvid@gmail.com> | 2013-02-19 21:35:26 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-02-19 22:58:26 -0800 |
commit | 9e5a86f204b5aa9819f4ac7d269fdeae64bec8a3 (patch) | |
tree | 926831f81431fee864b9f609cbb2619545a6f463 | |
parent | difftool: silence uninitialized variable warning (diff) | |
download | tgif-9e5a86f204b5aa9819f4ac7d269fdeae64bec8a3.tar.xz |
t7800: update copyright notice
Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-x | t/t7800-difftool.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7800-difftool.sh b/t/t7800-difftool.sh index eb1d3f85b5..5b5939bfad 100755 --- a/t/t7800-difftool.sh +++ b/t/t7800-difftool.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2009, 2010 David Aguilar +# Copyright (c) 2009, 2010, 2012, 2013 David Aguilar # test_description='git-difftool |