Lars Schneider

Results 26 issues of Lars Schneider

E.g. like this: ``` grep 'BUG: soft lockup' /var/log/syslog ``` or ``` grep 'BUG: soft lockup' /var/log/error ```

enhancement

Calculate and visualize the number of failed webhook deliveries per day: ``` cat /var/log/hookshot/resqued.log.1 | grep -e '^\["repository-' | wc -l ```

enhancement
suggestion

enhancement
good first issue
aesthetic

Hubble accesses GitHub Enterprise log data via [administrative shell](https://help.github.com/enterprise/2.11/admin/guides/installation/administrative-shell-ssh-access/) and the database via MySQL. It would be awesome if there would be a read-only administrative shell user limited to `/var/log`...

suggestion

Hi, I am importing a large TFS repo to Git and I would like to carry over as much history as possible. A `git tfs clone --branches=none` works but with...

I am migrating a repo with [git-tfs v.29.0](https://github.com/git-tfs/git-tfs/tree/v0.29.0) and the process always hangs in the following call: https://github.com/git-tfs/git-tfs/blob/57a37c2a39b2e774419c36059cb82267a4d1c051/src/GitTfs/Core/GitTfsRemote.cs#L828 Do you have a clue what might be the cause and/or can...

In this issue I will describe two Git LFS usage problems that I've seen "in the wild". I will outline potential solutions and I am interested in your feedback on...

discussion
proposal

If you clone a _private_ repository and there is no Git credential helper installed then Git should ask for the credentials once *and* Git LFS should ask for the credentials...

Git for Windows installs (by default, but optionally) `git-lfs.exe` into `C:\Program Files\Git\mingw64\bin`. Even if Git LFS is installed by Git for Windows, Git LFS will install itself to `C:\Program Files\Git...

bug