chiark / gitweb /
git-debrebase: breakwater_of: permit unclean to be an fproblem
[dgit.git] / tests / tests / quilt-useremail
1 #!/bin/bash
2 set -e
3 . tests/lib
4
5 t-tstunt-parsechangelog
6 t-archive example 1.0-1
7 t-worktree 1.0
8 t-git-none
9
10 cd $p
11
12 git checkout quilt-tip-2
13
14 t-dgit -wgf fetch
15
16 oe=other.email@example.com
17 on='Hannibal Barca'
18
19 git config --local user.email "$oe"
20 git config --local user.name  "$on"
21
22 t-dgit -wgf --quilt=smash quilt-fixup
23
24 git show | fgrep "$oe"
25 git show | fgrep "$on"
26
27 t-ok