1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 22:11:54 +02:00
Commit graph

99 commits

Author SHA1 Message Date
Clint Adams
93fc754422 Mikael Magnusson: 25591: "git remote rm" completion. 2008-09-01 20:40:28 +00:00
Clint Adams
fd2f37d84b Mikael Magnusson: 25590: update "git add" completion. 2008-09-01 20:38:03 +00:00
Clint Adams
a156e4714e Frank Terbeck: 25588: add --no-pager option to git completion. 2008-09-01 20:27:46 +00:00
Clint Adams
2c9138bc21 25585: fix git command completion when there are arguments after the cursor position. 2008-09-01 19:24:54 +00:00
Clint Adams
eeed289814 Frank Terbeck: 25583: more git alias fixes. 2008-09-01 18:49:32 +00:00
Clint Adams
2c52a13aa5 Frank Terbeck: 25561: fix quoting with aliases. 2008-08-31 16:09:08 +00:00
Clint Adams
ba539203f9 Mikael Magnusson: 25564: suppress error output in __git_is_treeish. 2008-08-31 16:05:05 +00:00
Clint Adams
e6b72c76ca Frank Terbeck: 25551: remove a stray period from a description. 2008-08-30 11:36:42 +00:00
Clint Adams
7ce0886cb3 Mikael Magnusson: 25539: more 'git clone' fixes. 2008-08-29 02:39:21 +00:00
Clint Adams
85c028bd25 Frank Terbeck: 25538: add missing backslash. 2008-08-29 02:28:21 +00:00
Clint Adams
4ee3f5ffe2 Frank Terbeck: 25537: add --abort to options for 'git am'. 2008-08-29 02:26:32 +00:00
Clint Adams
9d7298bac8 25521: get merge strategies from git merge in case the administrator has added custom strategies. 2008-08-24 19:48:09 +00:00
Clint Adams
46c4588a2b Mikael Magnusson: 25499: add function to validate tree-ishs. 2008-08-21 12:25:18 +00:00
Clint Adams
7b559ca54a 25495: always complete cached files after git checkout --. 2008-08-21 01:03:18 +00:00
Clint Adams
ed34e682ad 25493: allow -q to be used in all git checkout contexts. 2008-08-21 00:38:20 +00:00
Clint Adams
d5a328eafc 25491: patch to improve "git checkout" completion, from Mikael Magnusson. 2008-08-21 00:13:07 +00:00
Clint Adams
cdd9f7751c 25489: remove cruft for "git octopus/octupus". 2008-08-19 01:55:06 +00:00
Clint Adams
153d8f0ad0 25488: patch to complete things after "git bisect start", Mikael Magnusson. 2008-08-19 01:44:45 +00:00
Clint Adams
117d3ded00 25487: whitespace changes from Mikael Magnusson. 2008-08-19 01:10:15 +00:00
Clint Adams
123ebafbba 25486: patch to allow --shared to be completed without --local with git clone. 2008-08-19 01:07:25 +00:00
Clint Adams
a5c5174c00 25485: patch to allow --abbrev to be completed before -v with git branch, from Mikael Magnusson. 2008-08-19 01:00:59 +00:00
Clint Adams
51ba8a4faf 25480: add more quotes to the three _call_program invocations with git for-each-ref. 2008-08-18 22:47:44 +00:00
Clint Adams
51460525c0 Mikael Magnusson: 25473: add missing parenthesis. 2008-08-18 01:55:29 +00:00
Clint Adams
cbca622b57 unposted: additional git branch options. 2008-08-18 01:52:40 +00:00
Clint Adams
45195791a8 25475: determine heads, tags, and branches through git for-each-ref instead of git tag and git branch. 2008-08-18 01:49:18 +00:00
Clint Adams
6f0734c632 25469: assorted changes cherry-picked from Mikael Magnusson. 2008-08-17 14:05:59 +00:00
Clint Adams
1ed1af9812 25465: patch from Mikael Magnusson to add more git-add and git-checkout options. 2008-08-16 18:33:30 +00:00
Clint Adams
c960e8a83b unposted: another typo fix. 2008-08-16 18:09:54 +00:00
Clint Adams
7438bada2f 25464: patch from Mikael Magnusson to add --graph. 2008-08-16 18:02:14 +00:00
Clint Adams
71b215074a 25463: patch to add git completion for --base/-1, --ours/-2 and --theirs/-3, from Mikael Magnusson. 2008-08-16 17:56:15 +00:00
Clint Adams
9a9759e340 25462: patch to add some -s -w to _arguments and new options for revert, from Mikael Magnusson. 2008-08-16 13:58:57 +00:00
Clint Adams
f413d1f4d9 25461: patch to add HEAD as a completion for heads, from Mikael Magnusson. 2008-08-16 13:28:28 +00:00
Clint Adams
ad001cc1e3 25460: patch to add the --branches/tags/remotes for rev-list to _git from Mikael Magnusson. 2008-08-16 13:00:25 +00:00
Clint Adams
ddd6af43ef 25457: improvements for git diff and git log. 2008-08-16 00:48:48 +00:00
Clint Adams
d1fba243ee Mikael Magnusson: 25456: fix typo of "before". 2008-08-16 00:38:46 +00:00
Clint Adams
ac8d013c16 Frank Terbeck: 24455: Completion/Unix/Command/_git: handle git stashes. 2008-08-16 00:22:00 +00:00
Clint Adams
35cedab218 248??: some fixes and updates for git 1.5.5. 2008-04-17 03:00:07 +00:00
Clint Adams
238df34af4 24730: use --no-color when calling git commands that might output color codes. 2008-03-23 16:18:17 +00:00
Clint Adams
9e1c419497 24702: fix 24701 2008-03-09 12:29:52 +00:00
Clint Adams
2448f0f7aa 24701: use $service instead of $words[1] so completion will work if git is an alias to a wrapper. 2008-03-09 12:16:54 +00:00
Clint Adams
969913577e 24622: add completion for 'git bisect skip' and 'git bisect run'. 2008-02-28 17:20:43 +00:00
Clint Adams
cf416b753e 24464: remove trailing whitespace. 2008-01-25 13:56:04 +00:00
Clint Adams
1445c65e53 24442: compensate for some breakage introduced by 24396. 2008-01-22 17:17:00 +00:00
Clint Adams
73ccdcff0a 24441: compensate for some breakage introduced by 24396. 2008-01-22 17:07:16 +00:00
Clint Adams
dd703246bb 24437: compensate for some breakage introduced by 24396. 2008-01-22 16:44:09 +00:00
Clint Adams
cb01b4b888 Frank Terbeck: 24413: handle completion when git aliases are used. 2008-01-22 01:33:40 +00:00
Clint Adams
898111026d Mikael Magnusson: 24396: don't pass -r to git ls-files for performance reasons, compensate for lack of recursion. 2008-01-22 01:18:47 +00:00
Clint Adams
943cdc72f8 24140: spelling fix and removal of redundant "config" subcommand as proposed by Wayne. 2007-12-03 02:43:28 +00:00
Clint Adams
c406f4366e Sean Finney: 24115: offer tags as well as heads where refspecs are valid. 2007-11-22 19:09:27 +00:00
Clint Adams
1777402dfa 24114: make colon suffix removable after the first part of refspecs. 2007-11-22 16:46:35 +00:00