Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add git-ignore-io #448

Merged
merged 25 commits into from
Oct 28, 2015
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
87d6169
Merge gi_extension project into git extras as git-ignore-io
Lee-W Sep 6, 2015
37aacf3
Init gitignore and ignore vim osx temp files
Lee-W Sep 6, 2015
d87599c
Remove help from git-ignore-io
Lee-W Sep 6, 2015
4a8037f
Implement search function or git-ignore-io
Lee-W Sep 6, 2015
a1d0445
Add description to Commands.md for git-ignore-io
Lee-W Sep 7, 2015
98bbfe7
Fix typo
Lee-W Sep 7, 2015
2ced182
Finish manual for git-ignore-io
Lee-W Sep 7, 2015
967b51c
Generate manual using ronn for git-ignore-io
Lee-W Sep 7, 2015
ccd5303
Update manual and description in Commands
Lee-W Sep 8, 2015
3ad2f6f
Refactor git-ignore-io and remove .gitignore
Lee-W Sep 8, 2015
fed97bf
Not to update list each time git-ignore-io is executed
Lee-W Sep 8, 2015
6073594
Remove redundant \n in tr
Lee-W Sep 8, 2015
469434a
Fix doc error for git-ignore-io
Lee-W Sep 8, 2015
b988558
Fix doc error for git-ignore-io
Lee-W Sep 8, 2015
9b89da3
Merge branch 'master' of https://github.com/Lee-W/git-extras
Lee-W Sep 8, 2015
2c1d766
Modify print_last_modified_time to make it Linux compatible
Lee-W Sep 9, 2015
0393d56
Fix usage error
Lee-W Sep 12, 2015
490d12b
Add full name for list option
Lee-W Sep 12, 2015
61bfc44
Fix ~/.gi_list not exist problem
Lee-W Sep 17, 2015
8d0eae5
Add warning when there is not argument after search, append and export
Lee-W Sep 17, 2015
b517022
Fix typo
Lee-W Sep 18, 2015
88c3437
Remove warning when search without word.
Lee-W Sep 18, 2015
0750551
Remove exclamation mark
Lee-W Sep 18, 2015
37d6012
Replace "export" option with "replace" in git-ignore-io
Lee-W Sep 19, 2015
81e8a45
Update git-ignore-io mannual
Lee-W Sep 20, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update manual and description in Commands
Lee-W committed Sep 8, 2015
commit ccd53030402fffa158ee6700a139e2747fa19a6c
2 changes: 1 addition & 1 deletion Commands.md
Original file line number Diff line number Diff line change
@@ -413,7 +413,7 @@ build

Generate sample gitignore file from [gitignore.io](https://www.gitignore.io)

Without option, `git ignore` show the sample gitignore on screen.
Without option, `git ignore-io <type>` shows the sample gitignore of specified types on screen.

```bash
$ git ignore-io vim
2 changes: 1 addition & 1 deletion man/git-ignore-io.1
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
\fBgit ignore\-io\fR \fIOPTIONS\fR
.
.SH "DESCRIPTION"
Get sample gitignore file from gitignore\.io \fI\fR
Get sample gitignore file from gitignore\.io \fIhttps://www\.gitignore\.io\fR
.
.SH "OPTIONS"
[\-a|\-\-append] \fItypes\fR\.\.\. Append new \.gitignore content to \.gitignore under the current directory
4 changes: 2 additions & 2 deletions man/git-ignore-io.1.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/git-ignore-io.md
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ git-ignore-io(1) -- Get sample gitignore file
`git ignore-io` [OPTIONS]

## DESCRIPTION
Get sample gitignore file from [gitignore.io]("https://www.gitignore.io")
Get sample gitignore file from [gitignore.io](https://www.gitignore.io)

## OPTIONS