tj.git-extras/bin
nickl- 7398d10bd4 Fix #127 git-ignore won't add duplicates.
As per the bug identified in #127 git-ignore would add duplicate entries in .gitignore which is redundant and should not happen.
grep will suitably verify that the entry doesn't exit but only if the file actually exists or we will get an error on stderr. check if the
file exists with test -f and that the new entry is present or alternatively just go ahead and add the new value which will create the file if it didn't exist.
Running the same command again does not add the duplicate.
2012-07-21 13:34:35 +02:00
..
git-alias git alias 2011-03-15 23:13:07 -03:00
git-back Send error messages to stderr instead of stdout 2012-01-25 11:52:08 -05:00
git-bug Send error messages to stderr instead of stdout 2012-01-25 11:52:08 -05:00
git-changelog Use git describe to fetch last tag 2012-07-16 16:52:13 +02:00
git-commits-since Added git-commits-since 2010-08-12 07:45:04 -07:00
git-contrib Send error messages to stderr instead of stdout 2012-01-25 11:52:08 -05:00
git-count Fix shift in git-count 2010-09-07 08:55:36 -07:00
git-create-branch Send error messages to stderr instead of stdout 2012-01-25 11:52:08 -05:00
git-delete-branch Send error messages to stderr instead of stdout 2012-01-25 11:52:08 -05:00
git-delete-merged-branches Added git-delete-merged-branches(1) 2012-06-22 09:07:03 -07:00
git-delete-submodule Send error messages to stderr instead of stdout 2012-01-25 11:52:08 -05:00
git-delete-tag Send error messages to stderr instead of stdout 2012-01-25 11:52:08 -05:00
git-effort fix git-extras whitespace 2012-06-28 17:03:10 -07:00
git-extras Release 1.7.0 2012-06-11 11:00:53 -07:00
git-feature Send error messages to stderr instead of stdout 2012-01-25 11:52:08 -05:00
git-fresh-branch Send error messages to stderr instead of stdout 2012-01-25 11:52:08 -05:00
git-gh-pages track gh-pages branch 2011-12-26 14:04:59 -03:00
git-graft Send error messages to stderr instead of stdout 2012-01-25 11:52:08 -05:00
git-ignore Fix #127 git-ignore won't add duplicates. 2012-07-21 13:34:35 +02:00
git-info Added git-info command. 2012-06-16 12:03:52 -04:00
git-local-commits Added git-local-commits: script to show a log of all commits not pushed to origin 2012-03-31 16:15:00 -07:00
git-obliterate Recursive remove by default. 2012-07-14 14:12:15 -04:00
git-pull-request remove debug shit 2012-06-29 13:33:16 -07:00
git-refactor Send error messages to stderr instead of stdout 2012-01-25 11:52:08 -05:00
git-release git-release: removed "Prepared" 2012-05-11 09:47:49 -07:00
git-rename-tag Adding shebang to the rename-tag command 2012-06-20 12:09:56 +02:00
git-repl fixed git-repl conditional 2012-03-27 08:01:59 -07:00
git-setup git-setup: create a directory if the provided one does not exist yet. Additionally, enables the creation of directories with names containing spaces in a more fashion way. Example: 'git setup path/to/repo name'. 2011-05-19 14:26:47 -07:00
git-squash fixed git-squash 2012-02-04 13:59:07 -08:00
git-summary fix git-summary repo age, remove "ago" 2012-07-09 14:14:16 -07:00
git-touch Send error messages to stderr instead of stdout 2012-01-25 11:52:08 -05:00
git-undo git-undo now keeps file changes when undoing. 2012-06-10 23:38:48 -04:00