1 |
gregoa |
1482 |
Summary of changes from v006 to v007 |
2 |
|
|
============================================ |
3 |
|
|
|
4 |
|
|
Greg Kroah-Hartman (4): |
5 |
|
|
fix git command in Makefile |
6 |
|
|
change README to show that we handle identi.ca also now |
7 |
|
|
more README updates |
8 |
|
|
Merge branch 'master' of greg@mail.kroah.net:git/bti |
9 |
|
|
|
10 |
|
|
Olivier Blin (1): |
11 |
|
|
fix segfault when piping to bti and user/password are not set |
12 |
|
|
|
13 |
|
|
|
14 |
gregoa |
1473 |
Summary of changes from v005 to v006 |
15 |
|
|
============================================ |
16 |
|
|
|
17 |
|
|
Greg Kroah-Hartman (2): |
18 |
|
|
added github url to the README |
19 |
|
|
add identi.ca support to bti |
20 |
|
|
|
21 |
gregoa |
1482 |
|
22 |
gregoa |
1473 |
Summary of changes from v004 to v005 |
23 |
|
|
============================================ |
24 |
|
|
|
25 |
|
|
Greg Kroah-Hartman (2): |
26 |
|
|
remove the pwd from the bash output, it's messy |
27 |
|
|
expand the tweet size, it was only taking 100 chars |
28 |
|
|
|
29 |
|
|
|
30 |
|
|
Summary of changes from v003 to v004 |
31 |
|
|
============================================ |
32 |
|
|
|
33 |
|
|
Greg Kroah-Hartman (3): |
34 |
|
|
if --bash is set, don't spit out error messages, we don't care. |
35 |
|
|
if --bash is enabled, fork and handle the send in the background |
36 |
|
|
update the man page about --bash options |
37 |
|
|
|
38 |
|
|
|
39 |
|
|
Summary of changes from v002 to v003 |
40 |
|
|
============================================ |
41 |
|
|
|
42 |
|
|
Greg Kroah-Hartman (4): |
43 |
|
|
added script |
44 |
|
|
bump version number |
45 |
|
|
change --clean be the default and add --bash to duplicate old method |
46 |
|
|
removed unneeded script |
47 |
|
|
|
48 |
|
|
|
49 |
|
|
Summary of changes from v001 to v002 |
50 |
|
|
============================================ |
51 |
|
|
|
52 |
|
|
Greg Kroah-Hartman (9): |
53 |
|
|
increment version number |
54 |
|
|
add .gz and .bz2 to .gitignore |
55 |
|
|
remove ability to make .bz2 from Makefile |
56 |
|
|
add --clean option to bti.c |
57 |
|
|
add --version to bti.c |
58 |
|
|
update the man page to reflect the new options |
59 |
|
|
renamed HOWTO to README and added real information there |
60 |
|
|
added bti.example as an example ~/.bti file |
61 |
|
|
lots of manpage updates trying to document how to use bti better |
62 |
|
|
|
63 |
|
|
|
64 |
|
|
Summary of changes from v000 to v001 |
65 |
|
|
============================================ |
66 |
|
|
|
67 |
|
|
Greg Kroah-Hartman (8): |
68 |
|
|
add .gitignore |
69 |
|
|
initial commit of bti, everything's working now |
70 |
|
|
add the '$ ' to the beginning of the line. |
71 |
|
|
added HOWTO |
72 |
|
|
meta files added (COPYING, ChangeLog, RELEASE_NOTES) |
73 |
|
|
added fork functionality to get rid of annoying command line mess |
74 |
|
|
added PWD to twit |
75 |
|
|
more messing with directory format |
76 |
|
|
|