diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2026-07-30 20:09:00 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2026-07-30 20:18:37 -0400 |
| commit | 8c4e09dff83847ac7f07bf1da7751e9328006c4d (patch) | |
| tree | a0e245567ce225f8bcb63b66e4d2373b5d033e4a /.config/emacs/lisp/magit/.github | |
| parent | 1e33b30749bb1043ffc6ceb5a2fb0977446788b3 (diff) | |
actual final changes and get rid of junk in lisp dir
actually works fine
Diffstat (limited to '.config/emacs/lisp/magit/.github')
8 files changed, 0 insertions, 152 deletions
diff --git a/.config/emacs/lisp/magit/.github/CONTRIBUTING.md b/.config/emacs/lisp/magit/.github/CONTRIBUTING.md deleted file mode 100644 index 9d2e1e7..0000000 --- a/.config/emacs/lisp/magit/.github/CONTRIBUTING.md +++ /dev/null @@ -1,15 +0,0 @@ -Magit has many users and very few maintainers, so we kindly ask to read -the appropriate guidelines before getting in contact. — Thanks! - -- đ [How to ask for help](https://github.com/magit/magit/discussions/4630) -- đĒŗ [How to report a bug](https://github.com/magit/magit/wiki/How-to-report-a-bug) -- đĄ [How to suggest a feature](https://github.com/magit/magit/discussions/4631) -- đī¸ [Pull request guidelines](https://github.com/magit/magit/wiki/Pull-request-guidelines) -- âšī¸ [FAQ](https://docs.magit.vc/magit/FAQ.html) -- âšī¸ [Manual](https://docs.magit.vc/magit) - -TL;DR We now use discussions for feature requests (not issues) and prefer -if you ask the community for support instead of the overworked maintainers. - -Please also consider to contribute by supporting other users or by making -a [monetary donation](https://magit.vc/donate). — Thanks! diff --git a/.config/emacs/lisp/magit/.github/ISSUE_TEMPLATE/bug_report.md b/.config/emacs/lisp/magit/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index c472127..0000000 --- a/.config/emacs/lisp/magit/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -title: -name: đĒŗ Report a bug -about: Report a defect. Do not use this for support requests and feature suggestions. -note: Keep in sync with wiki/How-to-report-a-bug.md ---- - -Please do not ignore these instructions. - -If you have just updated Magit, then restart Emacs. If that does not fix the issue, then also uninstall Magit and all dependencies that were updated at the same time, restart Emacs and then reinstall Magit. - -The reason why this might fix the issue is that updating a package does not cause the old version to be unloaded, so you might end up with a franken-version; a mixture of parts of the old and new version being loaded at the same time. Worse it is possible for the old version to leak into the byte-code of the new version, which is why reinstalling might help. - -Please explain - (1) what behavior you expected - (2) what behavior you observed - (3) and how we can reproduce the issue. - -Please include a backtrace in your report. In most cases doing: - - M-x toggle-debug-on-error RET - -and then going through the steps again should result in a backtrace. - -Also post the output of: - - M-x magit-version RET - -Before reporting a defect please try to reproduce it using an Emacs instance in which only Magit and its dependencies have been loaded. Other packages or your configuration should not be loaded. This makes it easier to determine whether the issue lays with Magit or something else. - -If you run Magit from its Git repository, then you can do so using: - - $ cd /path/to/magit - $ make emacs-Q - -Alternatively, run: - - M-x magit-emacs-Q-command RET - -to save a shell command to the `kill-ring` and the system's clip-board, which you can then copy into a shell to run. - -Finally, if that didn't work and you have installed Magit from Melpa, then run commands similar to the ones above, but use tab completion to replace the various Ns with the correct versions: - - $ cd ~/.emacs.d/elpa/magit-N - $ emacs -Q --debug-init --eval '(setq debug-on-error t)' -L ../cond-let-N -L ../llama-N -L ../magit-section -L ../seq-N -L ../transient-N -L ../with-editor-N -L . -l magit - -More debugging tools are described in the manual. - - https://docs.magit.vc/magit/Debugging-Tools.html - ----- now delete this line and everything above ---- diff --git a/.config/emacs/lisp/magit/.github/ISSUE_TEMPLATE/config.yml b/.config/emacs/lisp/magit/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 3b43af7..0000000 --- a/.config/emacs/lisp/magit/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1,20 +0,0 @@ -blank_issues_enabled: false -contact_links: - - name: "đ Please support my work on Magit and other Emacs projects" - url: https://github.com/sponsors/tarsius - about: Thanks! Any support helps. These donations from users are my only income. - - name: "đĄ Suggest a feature â please open a discussion instead of an issue" - url: https://github.com/magit/magit/discussions/categories/ideas - about: Start a discussion suggesting an improvement or a new feature. - - name: "đ Ask the community for support" - url: https://www.reddit.com/r/emacs - about: Please also consider supporting others. - - name: "đ Ask the maintainers for support â please open a discussion" - url: https://github.com/magit/magit/discussions/categories/q-a - about: Please keep in mind that our bandwidth is limited. - - name: "âšī¸ Magit FAQ" - url: https://docs.magit.vc/magit/FAQ.html - about: Others might have had the same question before. - - name: "âšī¸ Magit Manual" - url: https://docs.magit.vc/magit/#Top - about: The fine manual may also be of use. diff --git a/.config/emacs/lisp/magit/.github/PULL_REQUEST_TEMPLATE b/.config/emacs/lisp/magit/.github/PULL_REQUEST_TEMPLATE deleted file mode 100644 index 1ec176d..0000000 --- a/.config/emacs/lisp/magit/.github/PULL_REQUEST_TEMPLATE +++ /dev/null @@ -1,31 +0,0 @@ -================================================================= -Use a dedicated feature branch -================================================================= - -Please use a dedicated feature branch for your feature request, instead of asking us to merge "your-fork/main" into the "origin/main". The use of dedicated branches makes it much more convenient to deal with pull-requests, especially when using Magit to do so. - -If you were about to open a pull-request asking us to merge your version of "main", then see [1] for instructions on how to quickly fix that and some information on why we ask you to do so. - -Additionally we ask you to allow us to push to the branch you want us to merge. We might want to push additional commits and/or make minor changes. Please make sure the box next to "Allow edits from maintainers" is checked before creating the pull-request. - - [1]: https://github.com/magit/magit/wiki/Dedicated-pull-request-branches - -================================================================= -Do NOT use Github to edit files and create commit messages -================================================================= - -Unless you are aware of all the pitfalls and take great care to avoid them, the use of Github results in many small defects, including but not limited to trailing whitespace, commit messages containing overlong lines and no newline at the very end, and "GitHub <noreply@github.com>" being used as the committer. The last one cannot even be avoided, which I consider as an affront. - -Github is an insufficient interface for editing files and creating commits. Please don't do it when contributing to Magit. - -================================================================= -What you should write here -================================================================= - -Please summarize the changes made in the commits. Explain why you are making these changes, not just what changes you are making. This also applies to the commit messages. - -================================================================= -How to update the manual -================================================================= - -Edit only "magit.org" and "magit-section.org". To update "magit.texi" and "magit-section.texi" run "make texi". diff --git a/.config/emacs/lisp/magit/.github/workflows/compile.yml b/.config/emacs/lisp/magit/.github/workflows/compile.yml deleted file mode 100644 index 2c1a987..0000000 --- a/.config/emacs/lisp/magit/.github/workflows/compile.yml +++ /dev/null @@ -1,6 +0,0 @@ -name: Compile -on: [push, pull_request] -jobs: - compile: - name: Compile - uses: emacscollective/workflows/.github/workflows/compile.yml@main diff --git a/.config/emacs/lisp/magit/.github/workflows/manual.yml b/.config/emacs/lisp/magit/.github/workflows/manual.yml deleted file mode 100644 index 2a655ae..0000000 --- a/.config/emacs/lisp/magit/.github/workflows/manual.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: Manual -on: - push: - branches: main - tags: "v[0-9]+.[0-9]+.[0-9]+" -jobs: - manual: - name: Manual - uses: emacscollective/workflows/.github/workflows/manual.yml@main - secrets: - rclone_config: ${{ secrets.RCLONE_CONFIG }} diff --git a/.config/emacs/lisp/magit/.github/workflows/stats.yml b/.config/emacs/lisp/magit/.github/workflows/stats.yml deleted file mode 100644 index 5597fb9..0000000 --- a/.config/emacs/lisp/magit/.github/workflows/stats.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Statistics -on: - push: - branches: main - schedule: - - cron: '3 13 * * 1' -jobs: - stats: - name: Statistics - uses: emacscollective/workflows/.github/workflows/stats.yml@main - secrets: - rclone_config: ${{ secrets.RCLONE_CONFIG }} diff --git a/.config/emacs/lisp/magit/.github/workflows/test.yml b/.config/emacs/lisp/magit/.github/workflows/test.yml deleted file mode 100644 index 01d105e..0000000 --- a/.config/emacs/lisp/magit/.github/workflows/test.yml +++ /dev/null @@ -1,6 +0,0 @@ -name: Test -on: [push, pull_request] -jobs: - test: - name: Test - uses: emacscollective/workflows/.github/workflows/test.yml@main |
