LeeW
3603b67eb7
Fix ignore-io searching bug
2016-02-16 11:17:04 +08:00
LeeW
81e8a45b38
Update git-ignore-io mannual
2015-09-20 18:44:40 +08:00
LeeW
37d6012791
Replace "export" option with "replace" in git-ignore-io
2015-09-19 09:54:53 +08:00
LeeW
07505518fa
Remove exclamation mark
2015-09-19 01:00:31 +08:00
LeeW
88c3437a24
Remove warning when search without word.
...
* Show usage only
2015-09-19 00:42:23 +08:00
LeeW
b517022e15
Fix typo
2015-09-19 00:37:38 +08:00
LeeW
8d0eae5c7f
Add warning when there is not argument after search, append and export
2015-09-17 21:32:10 +08:00
LeeW
61bfc44eec
Fix ~/.gi_list not exist problem
2015-09-17 21:19:45 +08:00
LeeW
490d12b6f7
Add full name for list option
2015-09-12 08:15:29 +08:00
LeeW
0393d560f8
Fix usage error
2015-09-12 08:04:47 +08:00
LeeW
2c1d766640
Modify print_last_modified_time to make it Linux compatible
2015-09-09 18:42:28 +08:00
LeeW
9b89da3a95
Merge branch 'master' of https://github.com/Lee-W/git-extras
2015-09-08 21:04:32 +08:00
LeeW
b988558ea4
Fix doc error for git-ignore-io
2015-09-08 21:04:13 +08:00
LeeW
469434a8eb
Fix doc error for git-ignore-io
2015-09-08 21:01:20 +08:00
LeeW
6073594656
Remove redundant \n in tr
2015-09-08 20:59:08 +08:00
LeeW
fed97bf8db
Not to update list each time git-ignore-io is executed
...
* Check whether the list exists. If not, get it.
* Update should use -u option manually
2015-09-08 20:57:06 +08:00
LeeW
3ad2f6fa4a
Refactor git-ignore-io and remove .gitignore
2015-09-08 20:23:53 +08:00
LeeW
ccd5303040
Update manual and description in Commands
2015-09-08 19:42:20 +08:00
LeeW
967b51c964
Generate manual using ronn for git-ignore-io
2015-09-07 22:37:56 +08:00
LeeW
2ced182fcc
Finish manual for git-ignore-io
2015-09-07 22:24:40 +08:00
LeeW
98bbfe7968
Fix typo
2015-09-07 22:20:20 +08:00
LeeW
a1d0445cc1
Add description to Commands.md for git-ignore-io
2015-09-07 21:41:59 +08:00
LeeW
4a8037fa62
Implement search function or git-ignore-io
2015-09-06 22:49:32 +08:00
LeeW
d87599c344
Remove help from git-ignore-io
2015-09-06 22:18:29 +08:00
LeeW
37aacf3e41
Init gitignore and ignore vim osx temp files
2015-09-06 20:01:34 +08:00
LeeW
87d61693b1
Merge gi_extension project into git extras as git-ignore-io
...
* gi_extension(https://github.com/Lee-W/gi_extension )
2015-09-06 19:58:17 +08:00
hemanth.hm
bb4acf0757
Merge pull request #436 from nwinkler/patch-1
...
Updated documentation for git-ignore
2015-09-05 16:44:36 +05:30
hemanth.hm
0e05f63147
Merge pull request #437 from nwinkler/patch-2
...
Fixed typo in install.sh
2015-09-05 16:44:14 +05:30
Nils Winkler
30747be220
Fixed typo in install.sh
...
s/exras/extras/
2015-09-04 13:44:51 +02:00
Nils Winkler
55bfebbc21
Updated documentation for git-ignore
...
* Updated output for `git ignore`
* Added description and examples for `git ignore -g` and `git ignore -l`
2015-09-04 11:09:32 +02:00
hemanth.hm
e042c5ceb7
Merge pull request #435 from nwinkler/patch-1
...
Added details to git-pr documentation
2015-09-03 14:22:15 +05:30
Nils Winkler
da76b2ae86
Added details to git-pr documentation
...
Details for:
* Using a remote other than `origin` by providing it in the second parameter.
* Using the `clean` parameter to remove all local `pr/*` branches.
2015-09-03 10:50:27 +02:00
hemanth.hm
1eba324e94
Merge pull request #433 from grindhold/git-clear
...
Git clear
2015-09-03 11:30:34 +05:30
grindhold
a66c9446b5
made more precise security-question.
2015-09-01 15:17:14 +02:00
grindhold
dae38840f9
more concise implementation of git-clear
2015-09-01 13:28:29 +02:00
grindhold
ecf7f05f12
added git-clear to Commands.md
2015-08-26 22:20:09 +02:00
grindhold
2c855e991c
added manpage for git-clear
2015-08-26 22:13:12 +02:00
grindhold
ad7811e991
implemented git-clear
...
i wanted a simple command to restore the state of a repo as if it was
freshly cloned with the current HEAD. This is basically git reset --hard
with deletion of all untracked files that are in the repo.
2015-08-26 21:58:22 +02:00
hemanth.hm
dae750f734
Merge pull request #432 from stevemao/patch-1
...
fix link of `git feature|refactor|bug|chore`
2015-08-26 12:08:21 +05:30
Steve Mao
7b06400ac7
fix link of git feature|refactor|bug|chore
2015-08-25 16:00:39 +10:00
hemanth.hm
6808b0fd79
Merge pull request #425 from nicolaiskogheim/makefile-fix
...
Set default make task to be install
2015-08-20 16:28:43 +05:30
Nicolai Skogheim
7e147993d4
Mark default task as .PHONY
2015-08-20 12:47:50 +02:00
hemanth.hm
afb905c5ae
Merge pull request #430 from spacewander/git-extras
...
make it possible to update via `git extras`
2015-08-16 09:28:41 +05:30
luozexuan
5fb7f6b77c
make it possible to update via git extras
2015-08-16 11:47:16 +08:00
hemanth.hm
3b02c65a94
Merge pull request #428 from spacewander/update-commands
...
update Commands.md
2015-08-14 17:12:20 +05:30
hemanth.hm
ad83e447a6
Merge pull request #429 from nicolaiskogheim/merge-into-ff-only
...
merge-into: change --ff option to --ff-only
2015-08-14 17:12:05 +05:30
Nicolai Skogheim
2d8b703e7c
merge-into: change --ff option to --ff-only. fix #421
2015-08-14 13:03:39 +02:00
luozexuan
11fd45791b
update Commands.md
2015-08-14 14:49:32 +08:00
hemanth.hm
17b82ec9ee
Merge pull request #411 from Natim/add-psykorebase-command
...
Add the git-psykorebase command.
2015-08-11 16:02:39 +05:30
Rémy HUBSCHER
fa4c5dd456
Improve man page presentation.
2015-08-11 11:30:36 +02:00