|
Lines 11-17
Link Here
|
| 11 |
bin/git-bisect |
11 |
bin/git-bisect |
| 12 |
bin/git-blame |
12 |
bin/git-blame |
| 13 |
bin/git-branch |
13 |
bin/git-branch |
|
|
14 |
bin/git-bundle |
| 14 |
bin/git-cat-file |
15 |
bin/git-cat-file |
|
|
16 |
bin/git-check-attr |
| 15 |
bin/git-check-ref-format |
17 |
bin/git-check-ref-format |
| 16 |
bin/git-checkout |
18 |
bin/git-checkout |
| 17 |
bin/git-checkout-index |
19 |
bin/git-checkout-index |
|
Lines 33-42
Link Here
|
| 33 |
bin/git-diff |
35 |
bin/git-diff |
| 34 |
bin/git-diff-files |
36 |
bin/git-diff-files |
| 35 |
bin/git-diff-index |
37 |
bin/git-diff-index |
| 36 |
bin/git-diff-stages |
|
|
| 37 |
bin/git-diff-tree |
38 |
bin/git-diff-tree |
| 38 |
bin/git-fast-import |
39 |
bin/git-fast-import |
| 39 |
bin/git-fetch |
40 |
bin/git-fetch |
|
|
41 |
bin/git-fetch--tool |
| 40 |
bin/git-fetch-pack |
42 |
bin/git-fetch-pack |
| 41 |
bin/git-fmt-merge-msg |
43 |
bin/git-fmt-merge-msg |
| 42 |
bin/git-for-each-ref |
44 |
bin/git-for-each-ref |
|
Lines 73-79
Link Here
|
| 73 |
bin/git-merge-recursive |
75 |
bin/git-merge-recursive |
| 74 |
bin/git-merge-resolve |
76 |
bin/git-merge-resolve |
| 75 |
bin/git-merge-stupid |
77 |
bin/git-merge-stupid |
|
|
78 |
bin/git-merge-subtree |
| 76 |
bin/git-merge-tree |
79 |
bin/git-merge-tree |
|
|
80 |
bin/git-mergetool |
| 77 |
bin/git-mktag |
81 |
bin/git-mktag |
| 78 |
bin/git-mktree |
82 |
bin/git-mktree |
| 79 |
bin/git-mv |
83 |
bin/git-mv |
|
Lines 101-107
Link Here
|
| 101 |
bin/git-request-pull |
105 |
bin/git-request-pull |
| 102 |
bin/git-rerere |
106 |
bin/git-rerere |
| 103 |
bin/git-reset |
107 |
bin/git-reset |
| 104 |
bin/git-resolve |
|
|
| 105 |
bin/git-rev-list |
108 |
bin/git-rev-list |
| 106 |
bin/git-rev-parse |
109 |
bin/git-rev-parse |
| 107 |
bin/git-revert |
110 |
bin/git-revert |
|
Lines 150-161
Link Here
|
| 150 |
share/git-core/templates/hooks/applypatch-msg |
153 |
share/git-core/templates/hooks/applypatch-msg |
| 151 |
share/git-core/templates/hooks/commit-msg |
154 |
share/git-core/templates/hooks/commit-msg |
| 152 |
share/git-core/templates/hooks/post-commit |
155 |
share/git-core/templates/hooks/post-commit |
|
|
156 |
share/git-core/templates/hooks/post-receive |
| 153 |
share/git-core/templates/hooks/post-update |
157 |
share/git-core/templates/hooks/post-update |
| 154 |
share/git-core/templates/hooks/pre-applypatch |
158 |
share/git-core/templates/hooks/pre-applypatch |
| 155 |
share/git-core/templates/hooks/pre-commit |
159 |
share/git-core/templates/hooks/pre-commit |
| 156 |
share/git-core/templates/hooks/pre-rebase |
160 |
share/git-core/templates/hooks/pre-rebase |
| 157 |
share/git-core/templates/hooks/update |
161 |
share/git-core/templates/hooks/update |
| 158 |
share/git-core/templates/info/exclude |
162 |
share/git-core/templates/info/exclude |
|
|
163 |
%%GUI%%share/git-gui/lib/blame.tcl |
| 164 |
%%GUI%%share/git-gui/lib/branch.tcl |
| 165 |
%%GUI%%share/git-gui/lib/browser.tcl |
| 166 |
%%GUI%%share/git-gui/lib/class.tcl |
| 167 |
%%GUI%%share/git-gui/lib/commit.tcl |
| 168 |
%%GUI%%share/git-gui/lib/console.tcl |
| 169 |
%%GUI%%share/git-gui/lib/database.tcl |
| 170 |
%%GUI%%share/git-gui/lib/diff.tcl |
| 171 |
%%GUI%%share/git-gui/lib/error.tcl |
| 172 |
%%GUI%%share/git-gui/lib/index.tcl |
| 173 |
%%GUI%%share/git-gui/lib/merge.tcl |
| 174 |
%%GUI%%share/git-gui/lib/option.tcl |
| 175 |
%%GUI%%share/git-gui/lib/remote.tcl |
| 176 |
%%GUI%%share/git-gui/lib/shortcut.tcl |
| 177 |
%%GUI%%share/git-gui/lib/tclIndex |
| 178 |
%%GUI%%share/git-gui/lib/transport.tcl |
| 159 |
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Git |
179 |
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Git |
| 160 |
@dirrm lib/xemacs/site-lisp/git |
180 |
@dirrm lib/xemacs/site-lisp/git |
| 161 |
@dirrmtry lib/xemacs/site-lisp |
181 |
@dirrmtry lib/xemacs/site-lisp |
|
Lines 168-170
Link Here
|
| 168 |
@dirrm share/git-core/templates/info |
188 |
@dirrm share/git-core/templates/info |
| 169 |
@dirrm share/git-core/templates |
189 |
@dirrm share/git-core/templates |
| 170 |
@dirrm share/git-core |
190 |
@dirrm share/git-core |
|
|
191 |
%%GUI%%@dirrm share/git-gui/lib |
| 192 |
%%GUI%%@dirrm share/git-gui |