Current issue state, recent activity, and per-issue timelines from the indexed issue data.
| Date | Opened | Closed | Comments | Events | Open Backlog |
|---|---|---|---|---|---|
| 2026-09-07 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-06 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-05 | 0 | 1 | 0 | 1 | 2 |
| 2026-09-04 | 1 | 0 | 0 | 0 | 0 |
| 2026-09-03 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-02 | 0 | 1 | 0 | 0 | 0 |
| 2026-09-01 | 1 | 0 | 0 | 0 | 0 |
| 2026-08-31 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-30 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-29 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-28 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-27 | 1 | 1 | 0 | 0 | 0 |
| 2026-08-26 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-25 | 0 | 0 | 0 | 0 | 0 |
Opened: 2
Closed: 2
Comments: 0
Events: 1
| Issue | Author | State | Labels | Comments | Reactions | Updated |
|---|---|---|---|---|---|---|
#2968 merge_trees: identical add/add on both sides reported as Err(Unknown) Opened 3 days ago | jonathanmorley | closed - completed | No labels | 0 | 0 | 3 days ago |
#2959 `gix`: `fetch` fails when a linked worktree admin dir has a `gitdir` file but no `commondir` Opened 6 days ago | tyler-johnson | closed - completed | No labels | 1 | 0 | 6 days ago |
#2947 `gix-filter: long-running` process `filters are never waited for (274 zombies in 10.5 h)` Opened 12 days ago | Byron | closed - completed | No labels | 0 | 0 | 12 days ago |
#2939 Bisync dependency pulled by author. Opened 14 days ago | tarmack | closed - completed | No labels | 1 | 0 | 14 days ago |
#2935 gix-pack: TreeAdditionsComparedToAncestor drops additions from all but the last parent of a merge commit Opened 15 days ago | karthik1729 | closed - completed | No labels | 1 | 0 | 15 days ago |
#2920 Infinite loop in prepare_inner when a deref'd ref edit hits a locked leaf ref Opened 23 days ago | afuno | closed - completed | No labels | 1 | 0 | 23 days ago |
#2917 OSS-Fuzz issue 546241044 Opened 25 days ago | oss-fuzz-robot | closed - completed | No labels | 1 | 0 | 25 days ago |
#2913 Feature: configuration-independent tree diff with rename detection Opened 26 days ago | tinovyatkin | closed - completed | No labels | 0 | 0 | 25 days ago |
#2912 Feature: dedicated is-ancestor / reachability check (like `git merge-base --is-ancestor`) Opened 26 days ago | tinovyatkin | closed - completed | No labels | 0 | 0 | 25 days ago |
#2908 Empty-pattern rev-spec `^{/}` is skipped entirely, diverging from Git: no peel to commit, and `^{/!-}` silently succeeds Opened 26 days ago | codeAnqiang-ma | closed - completed | No labels | 0 | 0 | 26 days ago |
#2909 `gix-date`: relative dates clamp at month ends where Git rolls over (`1 month ago` on March 31st is off by 3 days) Opened 26 days ago | codeAnqiang-ma | closed - completed | No labels | 0 | 0 | 26 days ago |
#2902 gix::traverse::commit::topo walk is truncated with identical tips Opened 28 days ago | peso | closed - completed | No labels | 2 | 0 | 27 days ago |
#2421 index.write() can cause index corruption if tree extension/tree cache is not taken into account Opened 7 months ago | special-bread | closed - completed | acknowledged | 7 | 0 | 29 days ago |
#2882 index_thin_pack refuses a REF_DELTA whose base is carried later in the same pack; index-pack --fix-thin accepts it Opened 1 month ago | Ignalina | closed - completed | No labels | 2 | 0 | 1 month ago |
#1930 checkout of a specific branch, tag or revision does not work Opened 1 year ago | sassman | closed - completed | acknowledged | 5 | 1 | 1 month ago |
#2881 parallel::reduce::Stepwise spawns threads unconditionally; thread_limit: Some(1) does not make it serial Opened 1 month ago | Ignalina | closed - not_planned | help wanted | 2 | 0 | 1 month ago |
#2878 gix-odb: `Handle::contains` issues a `sched_yield` on every miss, including under `RefreshMode::Never` Opened 1 month ago | Ignalina | open | No labels | 0 | 0 | 1 month ago |
#2868 decode_entry does not validate a delta's stated base size, accepting packs git index-pack --strict rejects Opened 1 month ago | Ignalina | closed - completed | No labels | 0 | 0 | 1 month ago |
#2424 `phpstan/phpstan` pack resolves with a single thread only Opened 7 months ago | Byron | closed - completed | acknowledged reproduced | 5 | 1 | 1 month ago |
#1621 Unable to extract a pack entry from irs-manual-demo.git Opened 2 years ago | gl-yziquel | closed - completed | acknowledged | 3 | 0 | 1 month ago |
#1025 [Azure Devops Repos] clone failure as packs use REF_DELTA objects: fix with git-style delta resolution Opened 3 years ago | bittrance | closed - completed | help wanted acknowledged | 16 | 1 | 1 month ago |
#2850 Running gix::discover on symlink that points to subdir of target repository leads to traversal of symlink parent directory Opened 1 month ago | ElectricPulse | closed - completed | No labels | 0 | 0 | 1 month ago |
#1353 `gix clone` ignores global `core.symlinks` on Windows Opened 2 years ago | EliahKagan | closed - completed | help wanted acknowledged C-Windows | 15 | 0 | 1 month ago |
#2844 Credentials fail on Windows when sh is on PATH: unquoted git.exe path embedded in sh -c Opened 1 month ago | gtbuchanan | closed - completed | acknowledged | 1 | 0 | 1 month ago |
#1358 12 tests fail on Windows with GIX_TEST_IGNORE_ARCHIVES=1 Opened 2 years ago | EliahKagan | closed - completed | help wanted acknowledged C-Windows | 25 | 0 | 1 month ago |