Revision 532b74b2104bd00cbaa99e726e6a7b8997f48744 authored by Junio C Hamano on 13 March 2009, 04:46:50 UTC, committed by Junio C Hamano on 13 March 2009, 04:46:50 UTC
* js/maint-1.6.1-filter-branch-submodule:
  filter-branch: do not consider diverging submodules a 'dirty worktree'
2 parent s c26901a + 26be15f
Raw File
t8002-blame.sh
#!/bin/sh

test_description='git blame'
. ./test-lib.sh

PROG='git blame -c'
. "$TEST_DIRECTORY"/annotate-tests.sh

test_done
back to top