Skip to content
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 a formatting error in db.copy #62

Closed
wants to merge 34 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
c88293e
Add a formatting error in db.copy
echoix Mar 6, 2024
dad5335
Revert: CI(clang-format): Temporarily set all permissions to write-all
echoix Mar 6, 2024
b50dc85
CI(clang-format): Use reviewdog/action-suggester to add diff comments
echoix Mar 6, 2024
4b91bd5
Update main.c
echoix Mar 6, 2024
0a5c5d7
CI(clang-format): Use reviewdog/action-suggester to add code suggestions
echoix Mar 6, 2024
a0ca999
Add a formatting errors in db.copy
echoix Mar 6, 2024
f243cc2
Apply suggestions from code review
echoix Mar 6, 2024
59f4ebd
Change clang-format version to cause errors in unchanged files
echoix Mar 6, 2024
ebdec5e
CI(clang-format): Add back verify-changed-files
echoix Mar 6, 2024
17ff24d
CI(clang-format): Add step that fails if changed files
echoix Mar 6, 2024
80cc35e
Add a formatting errors in db.copy
echoix Mar 6, 2024
5896bc9
CI(clang-format): Add text in job summary that more fixes need to be …
echoix Mar 6, 2024
5ec84d7
Apply suggestions from code review
echoix Mar 6, 2024
b2d7e22
CI(clang-format): Use "\n" as separator for file list
echoix Mar 6, 2024
2e0e0b9
CI(clang-format): Add text in job summary that more fixes need to be …
echoix Mar 6, 2024
3ef5690
Revert: CI(clang-format): Use "\n" as separator for file list
echoix Mar 6, 2024
2969237
Use bash loop to split list of files
echoix Mar 6, 2024
c6ad1e5
CI(clang-format): Use file filter mode for a second call
echoix Mar 6, 2024
3b0b606
CI(clang-format): Add better text for job summary when changes remain…
echoix Mar 6, 2024
6af7e25
Add a file with spaces in the name
echoix Mar 6, 2024
cb069a4
CI(clang-format): Use "\n" as separator for file list
echoix Mar 6, 2024
6c45480
Apply suggestions from code review
echoix Mar 6, 2024
28681cd
Add a file with special characters in the name
echoix Mar 6, 2024
50587c5
Use git ls-files to set a file list
echoix Mar 6, 2024
927c82d
CI(clang-format): Upload artifacts of changed files from git ls-files…
echoix Mar 6, 2024
5334446
CI(clang-format): Upload artifacts of changed files from git ls-files…
echoix Mar 6, 2024
237f262
Add broken files
echoix Mar 6, 2024
78bbf38
CI(clang-format): Remove unneeded steps
echoix Mar 6, 2024
92957ad
Revert "Add broken files"
echoix Mar 6, 2024
fc74626
CI(clang-format): Remove file suggestions
echoix Mar 6, 2024
d606f67
CI(clang-format): Edit text in job summary
echoix Mar 6, 2024
c1f31c2
CI(clang-format): Fill file list from env var
echoix Mar 6, 2024
fd9897a
Add error in db.copy
echoix Mar 6, 2024
30e3111
CI(clang-format): Re-use version 15 of clang-format
echoix Mar 6, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion db/db.copy/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include <grass/dbmi.h>
#include <grass/glocale.h>

int main(int argc, char **argv)
int main(int argc, char **argv)
echoix marked this conversation as resolved.
Show resolved Hide resolved
{
int ret;
struct Option *from_driver, *from_database, *from_table;
Expand Down
Loading