-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "merge --input-file-list NAME ..." as a way to exceed CLI limits #328
base: main
Are you sure you want to change the base?
Commits on Jul 19, 2023
-
Add "merge --input-file-list NAME ..." as a way to exceed CLI limits
Signed-off-by: Jim Klimov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a58a70a - Browse repository at this point
Copy the full SHA a58a70aView commit details -
MergeCommand: Convert singular --input-file-list to potentially multi…
…ple --input-files-list Signed-off-by: Jim Klimov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f869610 - Browse repository at this point
Copy the full SHA f869610View commit details -
MergeCommand: Convert singular --input-file-list to potentially multi…
…ple --input-files-list: use simple foreach() Signed-off-by: Jim Klimov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d1aa106 - Browse repository at this point
Copy the full SHA d1aa106View commit details -
MergeCommand: input-files-list: fix iterations and sanity checks
Signed-off-by: Jim Klimov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3953595 - Browse repository at this point
Copy the full SHA 3953595View commit details -
MergeCommand: in options handle "--input-files" before "--input-files…
…-list" (dotnet is too smart for its own good) Signed-off-by: Jim Klimov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 56c2493 - Browse repository at this point
Copy the full SHA 56c2493View commit details -
MergeCommand: behave like before if no input-files* args were specified
Signed-off-by: Jim Klimov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fdac250 - Browse repository at this point
Copy the full SHA fdac250View commit details -
MergeCommand: implement support for --input-files-list0
Signed-off-by: Jim Klimov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1cc6622 - Browse repository at this point
Copy the full SHA 1cc6622View commit details -
MergeCommand: align coding style of changes for InputFilesList with e…
…xisting precedent Signed-off-by: Jim Klimov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 064715e - Browse repository at this point
Copy the full SHA 064715eView commit details -
MergeCommand: rename --input-files-list0 to --input-files-nul-list (w…
…ork around stupid Options parser) Signed-off-by: Jim Klimov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 89499f5 - Browse repository at this point
Copy the full SHA 89499f5View commit details -
MergeCommand: when handling --input-file-(nul-)list, avoid adding dup…
…licates and empty lines, if any Signed-off-by: Jim Klimov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bbd41e4 - Browse repository at this point
Copy the full SHA bbd41e4View commit details -
MergeCommand: refactor DetermineInputFiles() into a separate method
Signed-off-by: Jim Klimov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4017eb9 - Browse repository at this point
Copy the full SHA 4017eb9View commit details -
MergeCommand: DetermineInputFiles() refine progress and result reporting
In particular, avoid starting lines with "Got" for different concepts - improve readability. Signed-off-by: Jim Klimov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d123703 - Browse repository at this point
Copy the full SHA d123703View commit details
Commits on Sep 14, 2023
-
Merge remote-tracking branch 'upstream/main' into merge-multiple
Signed-off-by: Jim Klimov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8722b9a - Browse repository at this point
Copy the full SHA 8722b9aView commit details