-
In the file browser context menu, it is possible to request the file Git history through the submenu _Git_ -> _History_. Unfortunately that entry is displayed for all files including those ignored by …
-
The history for [Fold](https://zebreus.github.io/all-gnome-backgrounds/wallpaper/b5e5196674d841ba60cf0085d4e7a4318cc73a82) also includes some (maybe all) of the new Geometrics backgrounds. Instead the…
-
It may be worthwhile to set up git integration for novel projects via [pygit2](https://www.pygit2.org/). Only basic support is needed for a version history, possibly just a single branch with a linear…
-
After https://github.com/actions/checkout/pull/579 was merged and released with v3.6.0, the `fetch-tags` option was introduced and it's kind of a breaking change for projects that depend on reading ta…
-
Is it possible to use `git clone --depth n` to just clone the recent history of the requested branch?
Some repos, e.g. OpenCV, have a huge history and take ages to download fully.
-
## CVE-2023-3006 - Medium Severity Vulnerability
Vulnerable Library - linux-stable-rtv4.1.33
Julia Cartwright's fork of linux-stable-rt.git
Library home page: https://git.kernel.org/pub/scm/linux/k…
-
Type: Bug
I work on an extremely large monorepo repository that has about 1M refs, hundreds of thousands of files + directories, 1M+ commits, and takes about 20-40GB on disk depending on the size o…
-
**Version info**
- OS: macOS 14.5
- Build: 2096
**Description**
The commit history looks corrupted in one of my repos.
Today's commits are fine, but anything before that is gone. See scr…
-
It appears that the project's git history was rewritten recently. I discovered this when attempting to open a PR.
```
* 69ac71d (HEAD -> master) PCSCCardRequest.waitforcardevent(): return initial …
-
The current search function searches only in commits that are already loaded.
So, search the complete history and load the regarding commit + "git-graph.repository.commits.loadMore" newer commits.
(…