|
245 | 245 | </Strings>
|
246 | 246 | </Button>
|
247 | 247 |
|
| 248 | + <!--Main Buttons--> |
248 | 249 | <Button guid="guidTGitCmdSet" id="showChanges" priority="0x0103" type="Button">
|
249 | 250 | <Parent guid="guidTGitCmdSet" id="secondMenuGroup" />
|
| 251 | + <CommandFlag>DontCache</CommandFlag> |
250 | 252 | <Icon guid="guidImages" id="showChanges" />
|
251 | 253 | <Strings>
|
252 | 254 | <ButtonText>Show Changes</ButtonText>
|
253 | 255 | </Strings>
|
254 | 256 | </Button>
|
255 | 257 | <Button guid="guidTGitCmdSet" id="pull" priority="0x0104" type="Button">
|
256 | 258 | <Parent guid="guidTGitCmdSet" id="secondMenuGroup" />
|
| 259 | + <CommandFlag>DontCache</CommandFlag> |
257 | 260 | <Icon guid="guidImages" id="pull" />
|
258 | 261 | <Strings>
|
259 | 262 | <ButtonText>Pull...</ButtonText>
|
260 | 263 | </Strings>
|
261 | 264 | </Button>
|
262 | 265 | <Button guid="guidTGitCmdSet" id="fetch" priority="0x0105" type="Button">
|
263 | 266 | <Parent guid="guidTGitCmdSet" id="secondMenuGroup" />
|
| 267 | + <CommandFlag>DontCache</CommandFlag> |
264 | 268 | <Icon guid="guidImages" id="fetch" />
|
265 | 269 | <Strings>
|
266 | 270 | <ButtonText>Fetch...</ButtonText>
|
267 | 271 | </Strings>
|
268 | 272 | </Button>
|
269 | 273 | <Button guid="guidTGitCmdSet" id="commit" priority="0x0106" type="Button">
|
270 | 274 | <Parent guid="guidTGitCmdSet" id="secondMenuGroup" />
|
| 275 | + <CommandFlag>DontCache</CommandFlag> |
271 | 276 | <Icon guid="guidImages" id="commit" />
|
272 | 277 | <Strings>
|
273 | 278 | <ButtonText>Commit...</ButtonText>
|
274 | 279 | </Strings>
|
275 | 280 | </Button>
|
276 | 281 | <Button guid="guidTGitCmdSet" id="push" priority="0x0107" type="Button">
|
277 | 282 | <Parent guid="guidTGitCmdSet" id="secondMenuGroup" />
|
| 283 | + <CommandFlag>DontCache</CommandFlag> |
278 | 284 | <Icon guid="guidImages" id="push" />
|
279 | 285 | <Strings>
|
280 | 286 | <ButtonText>Push...</ButtonText>
|
|
283 | 289 |
|
284 | 290 | <Button guid="guidTGitCmdSet" id="showLog" priority="0x0100" type="Button">
|
285 | 291 | <Parent guid="guidTGitCmdSet" id="thirdMenuGroup" />
|
| 292 | + <CommandFlag>DontCache</CommandFlag> |
286 | 293 | <Icon guid="guidImages" id="showLog" />
|
287 | 294 | <Strings>
|
288 | 295 | <ButtonText>Show Log</ButtonText>
|
289 | 296 | </Strings>
|
290 | 297 | </Button>
|
291 | 298 | <Button guid="guidTGitCmdSet" id="diskBrowser" priority="0x0200" type="Button">
|
292 | 299 | <Parent guid="guidTGitCmdSet" id="thirdMenuGroup" />
|
| 300 | + <CommandFlag>DontCache</CommandFlag> |
293 | 301 | <Icon guid="guidImages" id="disk" />
|
294 | 302 | <Strings>
|
295 | 303 | <ButtonText>Disk-Browser</ButtonText>
|
296 | 304 | </Strings>
|
297 | 305 | </Button>
|
298 | 306 | <Button guid="guidTGitCmdSet" id="repoBrowser" priority="0x0300" type="Button">
|
299 | 307 | <Parent guid="guidTGitCmdSet" id="thirdMenuGroup" />
|
| 308 | + <CommandFlag>DontCache</CommandFlag> |
300 | 309 | <Icon guid="guidImages" id="repo" />
|
301 | 310 | <Strings>
|
302 | 311 | <ButtonText>Repo-Browser</ButtonText>
|
|
305 | 314 |
|
306 | 315 | <Button guid="guidTGitCmdSet" id="createStash" priority="0x0100" type="Button">
|
307 | 316 | <Parent guid="guidTGitCmdSet" id="fourthMenuGroup" />
|
| 317 | + <CommandFlag>DontCache</CommandFlag> |
308 | 318 | <Icon guid="guidImages" id="stash" />
|
309 | 319 | <Strings>
|
310 | 320 | <ButtonText>Create Stash...</ButtonText>
|
|
313 | 323 |
|
314 | 324 | <Button guid="guidTGitCmdSet" id="applyStash" priority="0x0200" type="Button">
|
315 | 325 | <Parent guid="guidTGitCmdSet" id="fourthMenuGroup" />
|
| 326 | + <CommandFlag>DontCache</CommandFlag> |
316 | 327 | <Icon guid="guidImages" id="stash" />
|
317 | 328 | <Strings>
|
318 | 329 | <ButtonText>Apply Stash...</ButtonText>
|
|
321 | 332 |
|
322 | 333 | <Button guid="guidTGitCmdSet" id="branch" priority="0x0100" type="Button">
|
323 | 334 | <Parent guid="guidTGitCmdSet" id="fifthMenuGroup" />
|
| 335 | + <CommandFlag>DontCache</CommandFlag> |
324 | 336 | <Icon guid="guidImages" id="branch" />
|
325 | 337 | <Strings>
|
326 | 338 | <ButtonText>Branch...</ButtonText>
|
|
329 | 341 |
|
330 | 342 | <Button guid="guidTGitCmdSet" id="switch" priority="0x0200" type="Button">
|
331 | 343 | <Parent guid="guidTGitCmdSet" id="fifthMenuGroup" />
|
| 344 | + <CommandFlag>DontCache</CommandFlag> |
332 | 345 | <Icon guid="guidImages" id="switch" />
|
333 | 346 | <Strings>
|
334 | 347 | <ButtonText>Switch...</ButtonText>
|
|
337 | 350 |
|
338 | 351 | <Button guid="guidTGitCmdSet" id="merge" priority="0x0300" type="Button">
|
339 | 352 | <Parent guid="guidTGitCmdSet" id="fifthMenuGroup" />
|
| 353 | + <CommandFlag>DontCache</CommandFlag> |
340 | 354 | <Icon guid="guidImages" id="merge" />
|
341 | 355 | <Strings>
|
342 | 356 | <ButtonText>Merge...</ButtonText>
|
|
345 | 359 |
|
346 | 360 | <Button guid="guidTGitCmdSet" id="rebase" priority="0x0400" type="Button">
|
347 | 361 | <Parent guid="guidTGitCmdSet" id="fifthMenuGroup" />
|
| 362 | + <CommandFlag>DontCache</CommandFlag> |
348 | 363 | <Icon guid="guidImages" id="rebase" />
|
349 | 364 | <Strings>
|
350 | 365 | <ButtonText>Rebase...</ButtonText>
|
|
353 | 368 |
|
354 | 369 | <Button guid="guidTGitCmdSet" id="revert" priority="0x0100" type="Button">
|
355 | 370 | <Parent guid="guidTGitCmdSet" id="sixthMenuGroup" />
|
| 371 | + <CommandFlag>DontCache</CommandFlag> |
356 | 372 | <Icon guid="guidImages" id="revert" />
|
357 | 373 | <Strings>
|
358 | 374 | <ButtonText>Revert...</ButtonText>
|
|
361 | 377 |
|
362 | 378 | <Button guid="guidTGitCmdSet" id="resolve" priority="0x0200" type="Button">
|
363 | 379 | <Parent guid="guidTGitCmdSet" id="sixthMenuGroup" />
|
| 380 | + <CommandFlag>DontCache</CommandFlag> |
364 | 381 | <Icon guid="guidImages" id="resolve" />
|
365 | 382 | <Strings>
|
366 | 383 | <ButtonText>Resolve...</ButtonText>
|
|
369 | 386 |
|
370 | 387 | <Button guid="guidTGitCmdSet" id="abortMerge" priority="0x0200" type="Button">
|
371 | 388 | <Parent guid="guidTGitCmdSet" id="sixthMenuGroup" />
|
| 389 | + <CommandFlag>DontCache</CommandFlag> |
372 | 390 | <Icon guid="guidImages" id="abortMerge" />
|
373 | 391 | <Strings>
|
374 | 392 | <ButtonText>Abort merge...</ButtonText>
|
|
377 | 395 |
|
378 | 396 | <Button guid="guidTGitCmdSet" id="tag" priority="0x0200" type="Button">
|
379 | 397 | <Parent guid="guidTGitCmdSet" id="sixthMenuGroup" />
|
| 398 | + <CommandFlag>DontCache</CommandFlag> |
380 | 399 | <Icon guid="guidImages" id="tag" />
|
381 | 400 | <Strings>
|
382 | 401 | <ButtonText>Tag...</ButtonText>
|
|
385 | 404 |
|
386 | 405 | <Button guid="guidTGitCmdSet" id="sync" priority="0x0300" type="Button">
|
387 | 406 | <Parent guid="guidTGitCmdSet" id="sixthMenuGroup" />
|
| 407 | + <CommandFlag>DontCache</CommandFlag> |
388 | 408 | <Icon guid="guidImages" id="sync" />
|
389 | 409 | <Strings>
|
390 | 410 | <ButtonText>Sync</ButtonText>
|
|
393 | 413 |
|
394 | 414 | <Button guid="guidTGitCmdSet" id="cleanup" priority="0x0400" type="Button">
|
395 | 415 | <Parent guid="guidTGitCmdSet" id="sixthMenuGroup" />
|
| 416 | + <CommandFlag>DontCache</CommandFlag> |
396 | 417 | <Icon guid="guidImages" id="cleanup" />
|
397 | 418 | <Strings>
|
398 | 419 | <ButtonText>Cleanup working copy...</ButtonText>
|
|
401 | 422 |
|
402 | 423 | <Button guid="guidTGitCmdSet" id="browseRef" priority="0x0500" type="Button">
|
403 | 424 | <Parent guid="guidTGitCmdSet" id="sixthMenuGroup" />
|
| 425 | + <CommandFlag>DontCache</CommandFlag> |
404 | 426 | <Icon guid="guidImages" id="browseRef" />
|
405 | 427 | <Strings>
|
406 | 428 | <ButtonText>Browse references...</ButtonText>
|
|
409 | 431 |
|
410 | 432 | <Button guid="guidTGitCmdSet" id="showLogContext" priority="0x0100" type="Button">
|
411 | 433 | <Parent guid="guidTGitCmdSet" id="firstContextMenuGroup" />
|
| 434 | + <CommandFlag>DontCache</CommandFlag> |
412 | 435 | <Icon guid="guidImages" id="showLog" />
|
413 | 436 | <Strings>
|
414 | 437 | <ButtonText>Show Log for file</ButtonText>
|
415 | 438 | </Strings>
|
416 | 439 | </Button>
|
417 | 440 | <Button guid="guidTGitCmdSet" id="diskBrowserContext" priority="0x0200" type="Button">
|
418 | 441 | <Parent guid="guidTGitCmdSet" id="firstContextMenuGroup" />
|
| 442 | + <CommandFlag>DontCache</CommandFlag> |
419 | 443 | <Icon guid="guidImages" id="disk" />
|
420 | 444 | <Strings>
|
421 | 445 | <ButtonText>Disk-Browser File</ButtonText>
|
422 | 446 | </Strings>
|
423 | 447 | </Button>
|
424 | 448 | <Button guid="guidTGitCmdSet" id="repoBrowserContext" priority="0x0300" type="Button">
|
425 | 449 | <Parent guid="guidTGitCmdSet" id="firstContextMenuGroup" />
|
| 450 | + <CommandFlag>DontCache</CommandFlag> |
426 | 451 | <Icon guid="guidImages" id="repo" />
|
427 | 452 | <Strings>
|
428 | 453 | <ButtonText>Repo-Browser File</ButtonText>
|
|
431 | 456 |
|
432 | 457 | <Button guid="guidTGitCmdSet" id="blameContext" priority="0x0100" type="Button">
|
433 | 458 | <Parent guid="guidTGitCmdSet" id="secondContextMenuGroup" />
|
| 459 | + <CommandFlag>DontCache</CommandFlag> |
434 | 460 | <Icon guid="guidImages" id="blame" />
|
435 | 461 | <Strings>
|
436 | 462 | <ButtonText>Blame...</ButtonText>
|
|
439 | 465 |
|
440 | 466 | <Button guid="guidTGitCmdSet" id="mergeContext" priority="0x0100" type="Button">
|
441 | 467 | <Parent guid="guidTGitCmdSet" id="thirdContextMenuGroup" />
|
| 468 | + <CommandFlag>DontCache</CommandFlag> |
442 | 469 | <Icon guid="guidImages" id="merge" />
|
443 | 470 | <Strings>
|
444 | 471 | <ButtonText>Merge File...</ButtonText>
|
|
447 | 474 |
|
448 | 475 | <Button guid="guidTGitCmdSet" id="pullContext" priority="0x0100" type="Button">
|
449 | 476 | <Parent guid="guidTGitCmdSet" id="fourthContextMenuGroup" />
|
| 477 | + <CommandFlag>DontCache</CommandFlag> |
450 | 478 | <Icon guid="guidImages" id="pull" />
|
451 | 479 | <Strings>
|
452 | 480 | <ButtonText>Pull File ...</ButtonText>
|
453 | 481 | </Strings>
|
454 | 482 | </Button>
|
455 | 483 | <Button guid="guidTGitCmdSet" id="fetchContext" priority="0x0100" type="Button">
|
456 | 484 | <Parent guid="guidTGitCmdSet" id="fourthContextMenuGroup" />
|
| 485 | + <CommandFlag>DontCache</CommandFlag> |
457 | 486 | <Icon guid="guidImages" id="fetch" />
|
458 | 487 | <Strings>
|
459 | 488 | <ButtonText>Fetch File...</ButtonText>
|
460 | 489 | </Strings>
|
461 | 490 | </Button>
|
462 | 491 | <Button guid="guidTGitCmdSet" id="commitContext" priority="0x0200" type="Button">
|
463 | 492 | <Parent guid="guidTGitCmdSet" id="fourthContextMenuGroup" />
|
| 493 | + <CommandFlag>DontCache</CommandFlag> |
464 | 494 | <Icon guid="guidImages" id="commit" />
|
465 | 495 | <Strings>
|
466 | 496 | <ButtonText>Commit File...</ButtonText>
|
467 | 497 | </Strings>
|
468 | 498 | </Button>
|
469 | 499 | <Button guid="guidTGitCmdSet" id="revertContext" priority="0x0300" type="Button">
|
470 | 500 | <Parent guid="guidTGitCmdSet" id="fourthContextMenuGroup" />
|
| 501 | + <CommandFlag>DontCache</CommandFlag> |
471 | 502 | <Icon guid="guidImages" id="revert" />
|
472 | 503 | <Strings>
|
473 | 504 | <ButtonText>Revert File...</ButtonText>
|
474 | 505 | </Strings>
|
475 | 506 | </Button>
|
476 | 507 | <Button guid="guidTGitCmdSet" id="diffContext" priority="0x0400" type="Button">
|
477 | 508 | <Parent guid="guidTGitCmdSet" id="fourthContextMenuGroup" />
|
| 509 | + <CommandFlag>DontCache</CommandFlag> |
478 | 510 | <Icon guid="guidImages" id="differences" />
|
479 | 511 | <Strings>
|
480 | 512 | <ButtonText>Show Differences</ButtonText>
|
481 | 513 | </Strings>
|
482 | 514 | </Button>
|
483 | 515 | <Button guid="guidTGitCmdSet" id="prefDiffContext" priority="0x0500" type="Button">
|
484 | 516 | <Parent guid="guidTGitCmdSet" id="fourthContextMenuGroup" />
|
| 517 | + <CommandFlag>DontCache</CommandFlag> |
485 | 518 | <Icon guid="guidImages" id="differences" />
|
486 | 519 | <Strings>
|
487 | 520 | <ButtonText>Diff with previous version</ButtonText>
|
|
0 commit comments