Commit a798e95
committed
lookup-commit.sh: stop pretending that git/git is gitster/git
That script wants to ensure that the remote called `gitster` is
registered, but when it is not, it registers it with the URL
https://github.com/git/git. That is misleading.
All the script wanted from the gitster/git repository was the `seen`
branch, anyway, and the git/git repository does have that.
So let's just refer to it as `upstream/seen`, as is done elsewhere in
GitGitGadget's code base.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent 3e9ea02 commit a798e95
1 file changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
76 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
77 | 77 | | |
78 | | - | |
79 | | - | |
| 78 | + | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
186 | | - | |
| 185 | + | |
| 186 | + | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| |||
0 commit comments