Commit 85f2e21c8e951b04b78b9fa478ed69c69168e700

Work around libgit2's issues with parsing enslave
The parsing error prevents it from opening any repository.
Author: xaizek
Author date (UTC): 2023-10-29 09:38
Committer name: xaizek
Committer date (UTC): 2023-10-29 09:38
Parent(s): 8ae76fde4652b3aa43f31696491bae1fdaceb55d
Signing key: 99DC5E4DB05F6BE2
Tree: 55f0e316f2898529aa3a1ee996d1ed7f97f3c12b
File Lines added Lines deleted
gitconfig 1 1
File gitconfig changed (mode: 100644) (index 7ed0751..786c3d9)
33 33 echo 'error: remote name must be provided as an argument' \n\ echo 'error: remote name must be provided as an argument' \n\
34 34 return 1 \n\ return 1 \n\
35 35 fi \n\ fi \n\
36 if [ "$#" -gt 1 ]";" then \n\
36 if [ -n "$2$3$4$5" ]\n then \n\
37 37 echo 'error: expected only one argument' \n\ echo 'error: expected only one argument' \n\
38 38 return 1 \n\ return 1 \n\
39 39 fi \n\ fi \n\
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/dotfiles

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/dotfiles

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master