mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Release 0.0.7
This commit is contained in:
parent
1d0bab6797
commit
26c4da6085
10
History.md
10
History.md
|
|
@ -1,4 +1,14 @@
|
|||
|
||||
0.0.7 / 2010-10-31
|
||||
==================
|
||||
|
||||
* Added man pages [Jonhnny Weslley]
|
||||
* Added `make clean`
|
||||
* Added `make docs`
|
||||
* Added -d -> -D. Closes #15
|
||||
* Added git-delete-submodule for delete submodules easily [Jonhnny Weslley]
|
||||
* Added; `git-ignore` now shows the contents of _./.git-ignore_ if no args are present
|
||||
|
||||
0.0.6 / 2010-10-22
|
||||
==================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
echo "0.0.6"
|
||||
echo "0.0.7"
|
||||
Loading…
Reference in a new issue