- Notifications
You must be signed in to change notification settings - Fork2.5k
Commita5a6eee
committed
WIP: debugging issue with renaming/deleting config keys
M-x compile := cd ~/git/libgit2/build && cmake --build . && ./libgit2_tests -sconfig::rename::can_renamelog: new call to git_config_entries_get_uniquelog: needle: core.filemodelog: haystack:log: remote.test_with_pushurl.url => git://github.com/libgit2/fetchlibgit2log: remote.test.fetch => +refs/heads/*:refs/remotes/test/*log: branch.master.remote => testlog: branch.cannot-fetch.merge => refs/heads/cannot-fetchlog: remote.test_with_pushurl.fetch => +refs/heads/*:refs/remotes/test_with_pushurl/*log: core.filemode => truelog: branch.mergeless.merge =>log: branch.mergeless.remote => testlog: remote.joshaber.url => git://github.com/libgit2/libgit2log: remote.empty-remote-url.url =>log: branch.mergeandremoteless.merge =>log: remote.no-remote-url.fetch =>log: remote.empty-remote-pushurl.pushurl =>log: core.bare => truelog: core.logallrefupdates => truelog: branch.track-local.merge => refs/heads/masterlog: core.repositoryformatversion => 0log: branch.remoteless.remote =>log: branch.mergeandremoteless.remote =>log: remote.test_with_pushurl.pushurl => git://github.com/libgit2/pushlibgit2log: branch.remoteless.merge => refs/heads/masterlog: remote.empty-remote-url.pushurl =>log: branch.master.merge => refs/heads/masterlog: branch.cannot-fetch.remote => joshaberlog: branch.track-local.remote => .log: remote.test.url => git://github.com/libgit2/libgit2log: endlog: found core.filemode=truelog: new call to git_config_entries_get_uniquelog: needle: core.symlinkslog: haystack:log: remote.test_with_pushurl.url => git://github.com/libgit2/fetchlibgit2log: remote.test.fetch => +refs/heads/*:refs/remotes/test/*log: branch.master.remote => testlog: branch.cannot-fetch.merge => refs/heads/cannot-fetchlog: remote.test_with_pushurl.fetch => +refs/heads/*:refs/remotes/test_with_pushurl/*log: core.filemode => truelog: branch.mergeless.merge =>log: branch.mergeless.remote => testlog: remote.joshaber.url => git://github.com/libgit2/libgit2log: remote.empty-remote-url.url =>log: branch.mergeandremoteless.merge =>log: remote.no-remote-url.fetch =>log: remote.empty-remote-pushurl.pushurl =>log: core.bare => truelog: core.logallrefupdates => truelog: branch.track-local.merge => refs/heads/masterlog: core.repositoryformatversion => 0log: branch.remoteless.remote =>log: branch.mergeandremoteless.remote =>log: remote.test_with_pushurl.pushurl => git://github.com/libgit2/pushlibgit2log: branch.remoteless.merge => refs/heads/masterlog: remote.empty-remote-url.pushurl =>log: branch.master.merge => refs/heads/masterlog: branch.cannot-fetch.remote => joshaberlog: branch.track-local.remote => .log: remote.test.url => git://github.com/libgit2/libgit2log: endlog: 'core.symlinks' NOT FOUNDlog: new call to git_config_entries_get_uniquelog: needle: core.ignorecaselog: haystack:log: remote.test_with_pushurl.url => git://github.com/libgit2/fetchlibgit2log: remote.test.fetch => +refs/heads/*:refs/remotes/test/*log: branch.master.remote => testlog: branch.cannot-fetch.merge => refs/heads/cannot-fetchlog: remote.test_with_pushurl.fetch => +refs/heads/*:refs/remotes/test_with_pushurl/*log: core.filemode => truelog: branch.mergeless.merge =>log: branch.mergeless.remote => testlog: remote.joshaber.url => git://github.com/libgit2/libgit2log: remote.empty-remote-url.url =>log: branch.mergeandremoteless.merge =>log: remote.no-remote-url.fetch =>log: remote.empty-remote-pushurl.pushurl =>log: core.bare => truelog: core.logallrefupdates => truelog: branch.track-local.merge => refs/heads/masterlog: core.repositoryformatversion => 0log: branch.remoteless.remote =>log: branch.mergeandremoteless.remote =>log: remote.test_with_pushurl.pushurl => git://github.com/libgit2/pushlibgit2log: branch.remoteless.merge => refs/heads/masterlog: remote.empty-remote-url.pushurl =>log: branch.master.merge => refs/heads/masterlog: branch.cannot-fetch.remote => joshaberlog: branch.track-local.remote => .log: remote.test.url => git://github.com/libgit2/libgit2log: endlog: 'core.ignorecase' NOT FOUNDlog: new call to git_config_entries_get_uniquelog: needle: branch.local-track.remotelog: haystack:log: endlog: 'branch.local-track.remote' NOT FOUNDlog: new call to git_config_entries_get_uniquelog: needle: branch.track-local.remotelog: haystack:log: branch.local-track.remote => .log: endlog: 'branch.track-local.remote' NOT FOUNDF 1) Failure:config::rename::can_rename [/home/sallred/git/libgit2/tests/libgit2/config/rename.c:34] Function call failed: (git_config_rename_section( g_repo, "branch.track-local", "branch.local-track")) error -3 - could not find key 'branch.track-local.remote' to delete1 parent2f05ba7 commita5a6eee
1 file changed
+19
-2
lines changedLines changed: 19 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
179 | 179 |
| |
180 | 180 |
| |
181 | 181 |
| |
182 |
| - | |
183 |
| - | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
184 | 197 |
| |
185 | 198 |
| |
| 199 | + | |
| 200 | + | |
186 | 201 |
| |
187 | 202 |
| |
188 | 203 |
| |
189 | 204 |
| |
190 | 205 |
| |
| 206 | + | |
191 | 207 |
| |
192 | 208 |
| |
193 | 209 |
| |
194 | 210 |
| |
| 211 | + | |
195 | 212 |
| |
196 | 213 |
| |
197 | 214 |
| |
|
0 commit comments
Comments
(0)