Han-Wen Nienhuys

Results 22 issues of Han-Wen Nienhuys

The 2.33 .jar file has a LICENSE file in the root of the jar file. Is that intended?

Could this happen if the oldChild was forgotten?

this seems to be caused by func (fs serveCommandFileSystem) Open() which does gbuild.NewSession(). Shouldn't the session be persisted in serveCommandFileSystem?

bug
gopherjs-tool
NeedsHelp

In https://lore.kernel.org/git/[email protected]/ Ævar considered the option of merging the reftable without 100% of tests passing. In my development branch, I am down to 26 test failures. As input to this...

v3: * split off rename commit * base on seen (@fde6c449a) Signed-off-by: Han-Wen Nienhuys cc: Han-Wen Nienhuys cc: Ævar Arnfjörð Bjarmason

Stashes are stored as hex OIDs in files under .git/ but are accessed as refs. This series consistently treats stashes (AUTOMERGE_STASH, rebase-merge/autostash etc.) as refs.

This continues the work in https://github.com/git/git/pull/847, which the gitgitgadget erroneously closed. Changes relative to last series (version 17 Aug 2021, tip: 3110d6e) * drop __FUNCTION__ use * use REALLOC_ARRAY; remove...

The reftable backend needs to know the hash algorithm for writing the initialization hash table. The initial reftable contains a symref HEAD => "main" (or "master"), which is agnostic to...

reftable is a scalable format for the ref database. It would be nice to support it in go-git See https://github.com/eclipse/jgit/blob/master/Documentation/technical/reftable.md (I'm interested in working on this.)

enhancement

The logic to handle worktree refs (worktrees/NAME/REF and main-worktree/REF) existed in two places: * ref_type() in refs.c * parse_worktree_ref() in worktree.c Collapse this logic together in one function parse_worktree_ref(): this...

seen