Skip to content

Commit 1cb8b9e

Browse files
committed
Huge rewrite to submit-queue and mungegithub
- Move ALL read/write from github into github/ package - Move shared flags and functions between submit-queue and mungegithub into that github/ package - Create 'config' objects to make function calling significantly easier - Use cobra for the commands
1 parent 9307fa2 commit 1cb8b9e

21 files changed

+1270
-1005
lines changed

.gitignore

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# OSX leaves these everywhere on SMB shares
2+
._*
3+
4+
# OSX trash
5+
.DS_Store
6+
7+
# Eclipse files
8+
.classpath
9+
.project
10+
.settings/**
11+
12+
# Emacs save files
13+
*~
14+
\#*\#
15+
.\#*
16+
17+
# Vim-related files
18+
[._]*.s[a-w][a-z]
19+
[._]s[a-w][a-z]
20+
*.un~
21+
Session.vim
22+
.netrwhist
23+

0 commit comments

Comments
 (0)