-
Notifications
You must be signed in to change notification settings - Fork 68
Commit 5163845
author
committedFrazer C
feat(import/export): simplify git issue import and export functionality
Allow git issue import to work without arguments by fetching the information
from $(git remote get-url ${remote}).
But also allow just the remote to be defined if 1 arguement is present while
preserving the previous functionality, for repos that may have separate issue
trackers in forked repos.1 parent a281489 commit 5163845
1 file changed
+42
-7
lines changedLines changed: 42 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 | - | ||
9 | + | ||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
883 | 883 |
| |
884 | 884 |
| |
885 | 885 |
| |
886 | + | ||
887 | + | ||
888 | + | ||
889 | + | ||
890 | + | ||
891 | + | ||
892 | + | ||
893 | + | ||
894 | + | ||
895 | + | ||
896 | + | ||
897 | + | ||
898 | + | ||
899 | + | ||
900 | + | ||
901 | + | ||
902 | + | ||
903 | + | ||
904 | + | ||
905 | + | ||
906 | + | ||
907 | + | ||
908 | + | ||
909 | + | ||
910 | + | ||
911 | + | ||
912 | + | ||
913 | + | ||
914 | + | ||
886 | 915 |
| |
887 | 916 |
| |
888 | 917 |
| |
889 | - | ||
918 | + | ||
890 | 919 |
| |
891 | - | ||
892 | - | ||
893 | - | ||
894 | - | ||
895 | - | ||
920 | + | ||
921 | + | ||
922 | + | ||
923 | + | ||
924 | + | ||
925 | + | ||
926 | + | ||
927 | + | ||
928 | + | ||
929 | + | ||
930 | + | ||
896 | 931 |
| |
897 | 932 |
| |
898 | 933 |
| |
|
0 commit comments