about summary refs log tree commit diff stats
path: root/tests/test_cmd_alias.c
Commit message (Expand)AuthorAgeFilesLines
* Added cmd_alias testsJames Booth2014-12-241-12/+2
* Revert "Fail test for travis"James Booth2014-02-231-1/+1
* Fail test for travisJames Booth2014-02-231-1/+1
* Fixed double free'ing in testsJames Booth2014-01-281-1/+1
* Don't allow /alias to overwrite standard commandJames Booth2014-01-251-1/+3
* Added aliases to autocompleteJames Booth2014-01-231-0/+1
* Show message when alias already exists in /alias addJames Booth2014-01-231-0/+16
* Added /alias command, writing aliases to [alias] group in profrcJames Booth2014-01-231-0/+150
aerc/commit/config/binds.conf?h=0.6.0&id=455c6f0b774bb5e37906dd3fb8c786892f0b1519'>455c6f0 ^
f5bf4a9 ^



1ba9f0d ^


455c6f0 ^
06bb332 ^
455c6f0 ^
acfe7d7 ^
f5bf4a9 ^
10a3d9d ^

11a569f ^



6c03596 ^
f5bf4a9 ^

67ddaea ^
04d9ab3 ^

91a75cd ^
f81e4bd ^
91a75cd ^


5d0402a ^
04d9ab3 ^

0ec970b ^
0494c9a ^



6353897 ^



0494c9a ^

0897413 ^

0494c9a ^

04d9ab3 ^
577248f ^
f77d7c2 ^

702ad43 ^
f77d7c2 ^





577248f ^
687f1d8 ^
577248f ^




f77d7c2 ^



7f03327 ^
887ff65 ^
52b3181 ^
8b2abcb ^
f77d7c2 ^
04d9ab3 ^

687f1d8 ^
04d9ab3 ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103