Commit f6576f4
committed
Merge git://repo.or.cz/git-gui
* git://repo.or.cz/git-gui: (27 commits)
git-gui: Update German translation.
git-gui: Do not munge conflict marker lines in a normal diff
git-gui: Add a simple implementation of SSH_ASKPASS.
git-gui: Add a dialog that shows the OpenSSH public key.
git-gui: Mark-up strings in show_{other,unmerged}_diff() for localization
git-gui: Show a round number of bytes of large untracked text files
git-gui: Fix the blame viewer destroy handler.
git-gui: Add a search command to the blame viewer.
git-gui: Fix the blame window shape.
git-gui: Fix switch statement in lib/merge.tcl
git-gui: Fix fetching from remotes when adding them
git-gui: Fix removing non-pushable remotes
git-gui: Make input boxes in init/clone/open dialogs consistent
git-gui: Avoid using the term URL when specifying repositories
git-gui: gui.autoexplore makes explorer to pop up automatically after picking
git-gui: Add Explore Working Copy to the Repository menu
git-gui: Use git web--browser for web browsing
git-gui: mkdir -p when initializing new remote repository
git-gui: Add support for removing remotes
git-gui: Add support for adding remotes
...File tree
17 files changed
+1080
-190
lines changed- git-gui
- lib
- po
17 files changed
+1080
-190
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
| 288 | + | |
288 | 289 | | |
289 | 290 | | |
290 | 291 | | |
| |||
302 | 303 | | |
303 | 304 | | |
304 | 305 | | |
| 306 | + | |
305 | 307 | | |
306 | 308 | | |
307 | 309 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
591 | 591 | | |
592 | 592 | | |
593 | 593 | | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
594 | 600 | | |
595 | 601 | | |
596 | 602 | | |
| |||
995 | 1001 | | |
996 | 1002 | | |
997 | 1003 | | |
| 1004 | + | |
998 | 1005 | | |
999 | 1006 | | |
1000 | 1007 | | |
| |||
1006 | 1013 | | |
1007 | 1014 | | |
1008 | 1015 | | |
| 1016 | + | |
1009 | 1017 | | |
1010 | 1018 | | |
1011 | 1019 | | |
| |||
1065 | 1073 | | |
1066 | 1074 | | |
1067 | 1075 | | |
| 1076 | + | |
| 1077 | + | |
| 1078 | + | |
| 1079 | + | |
| 1080 | + | |
| 1081 | + | |
| 1082 | + | |
| 1083 | + | |
| 1084 | + | |
1068 | 1085 | | |
1069 | 1086 | | |
1070 | 1087 | | |
| |||
1869 | 1886 | | |
1870 | 1887 | | |
1871 | 1888 | | |
| 1889 | + | |
| 1890 | + | |
| 1891 | + | |
| 1892 | + | |
| 1893 | + | |
| 1894 | + | |
| 1895 | + | |
| 1896 | + | |
| 1897 | + | |
| 1898 | + | |
| 1899 | + | |
| 1900 | + | |
| 1901 | + | |
1872 | 1902 | | |
1873 | 1903 | | |
1874 | 1904 | | |
| |||
2090 | 2120 | | |
2091 | 2121 | | |
2092 | 2122 | | |
2093 | | - | |
| 2123 | + | |
| 2124 | + | |
| 2125 | + | |
2094 | 2126 | | |
2095 | 2127 | | |
2096 | 2128 | | |
| |||
2218 | 2250 | | |
2219 | 2251 | | |
2220 | 2252 | | |
| 2253 | + | |
| 2254 | + | |
| 2255 | + | |
| 2256 | + | |
| 2257 | + | |
2221 | 2258 | | |
2222 | 2259 | | |
2223 | 2260 | | |
| |||
2413 | 2450 | | |
2414 | 2451 | | |
2415 | 2452 | | |
2416 | | - | |
| 2453 | + | |
2417 | 2454 | | |
2418 | 2455 | | |
2419 | 2456 | | |
| |||
2446 | 2483 | | |
2447 | 2484 | | |
2448 | 2485 | | |
| 2486 | + | |
| 2487 | + | |
| 2488 | + | |
| 2489 | + | |
2449 | 2490 | | |
2450 | 2491 | | |
2451 | 2492 | | |
2452 | 2493 | | |
2453 | 2494 | | |
2454 | | - | |
| 2495 | + | |
2455 | 2496 | | |
2456 | 2497 | | |
2457 | 2498 | | |
| |||
2487 | 2528 | | |
2488 | 2529 | | |
2489 | 2530 | | |
2490 | | - | |
2491 | | - | |
| 2531 | + | |
2492 | 2532 | | |
2493 | 2533 | | |
2494 | 2534 | | |
2495 | 2535 | | |
2496 | 2536 | | |
2497 | 2537 | | |
2498 | 2538 | | |
2499 | | - | |
2500 | | - | |
2501 | | - | |
2502 | | - | |
2503 | | - | |
2504 | | - | |
2505 | | - | |
2506 | | - | |
2507 | | - | |
2508 | | - | |
2509 | | - | |
2510 | | - | |
2511 | | - | |
2512 | | - | |
2513 | | - | |
2514 | | - | |
2515 | | - | |
2516 | 2539 | | |
2517 | 2540 | | |
2518 | 2541 | | |
2519 | 2542 | | |
2520 | 2543 | | |
2521 | 2544 | | |
2522 | | - | |
2523 | | - | |
2524 | | - | |
| 2545 | + | |
| 2546 | + | |
2525 | 2547 | | |
2526 | | - | |
| 2548 | + | |
| 2549 | + | |
| 2550 | + | |
| 2551 | + | |
| 2552 | + | |
| 2553 | + | |
| 2554 | + | |
| 2555 | + | |
2527 | 2556 | | |
2528 | 2557 | | |
2529 | 2558 | | |
| |||
2743 | 2772 | | |
2744 | 2773 | | |
2745 | 2774 | | |
2746 | | - | |
| 2775 | + | |
2747 | 2776 | | |
2748 | 2777 | | |
2749 | 2778 | | |
| |||
3261 | 3290 | | |
3262 | 3291 | | |
3263 | 3292 | | |
3264 | | - | |
3265 | | - | |
| 3293 | + | |
3266 | 3294 | | |
3267 | 3295 | | |
3268 | 3296 | | |
| |||
3369 | 3397 | | |
3370 | 3398 | | |
3371 | 3399 | | |
| 3400 | + | |
| 3401 | + | |
| 3402 | + | |
0 commit comments