forked from jedbrown/git-fat
-
Notifications
You must be signed in to change notification settings - Fork 20
/
CHANGELOG
96 lines (58 loc) · 1.49 KB
/
CHANGELOG
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
0.1.1
-----
IMPROVEMENTS
- Backwards compatibility with jedbrown's original git-fat format.
0.2.0
-----
FEATURES
- Re-Implemented jedbrown's index-filter and find functions
- Added version command to check the current version
0.2.1
-----
BUGFIXES
- Fixed regression that caused old files to be converted in filter-clean
0.2.2
-----
BUGFIXES
- Fixed issue that prevented files from being found with the find command.
0.2.3
-----
BUGFIXES
- Fixed issue that can't allow to run system-wide installed ``git-fat`` script
under some types of isolated environments.
0.2.4
-----
IMPROVEMENTS
- Ability to run ``git fat version`` outside of git repositories
BUGFIXES
- python 2.6 format string compatability
0.3.0
-----
IMPROVEMENTS
- Much better testing infrastructure. It's no longer a pain to add tests!
FEATURES
- Generic backend interface. You can now specify which backend you want to use
when pulling by doing `git fat pull {backend}`
- Added local copy backend
- Added Command line option `-c` to specify config file to use
BUGFIXES
- Fixed stacktrace caused by a regression when adding the version option.
Thanks @madssj
0.3.1
-----
BUGFIXES
- Regression with git fat status would exit non-zero.
0.3.2
-----
BUGFIXES
- Fixed silent failure when using http and trying to push to a remote
0.3.3
-----
BUGFIXES
- Improved rsync error message.
- Fix retroactive import (index-filter)
- Only fail on some commands if .gitfat isn't present
0.3.4
-----
INFO
- Added note about fork status