git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-03-23 05:34:11 to 2023-03-25 16:55:42 UTC [more...]

What's cooking in git.git (Feb 2023, #01; Thu, 2)
 2023-03-25 16:55 UTC  (19+ messages)
  ` so/diff-merges-more (was Re: What's cooking in git.git (Feb 2023, #01; Thu, 2))

git bug: Perl compatible regular expressions do not work as expected
 2023-03-25 15:39 UTC  (8+ messages)

[PATCH] t5000: use check_mtime()
 2023-03-25 12:16 UTC 

[PATCH 0/8] sequencer refactoring
 2023-03-25 11:08 UTC  (30+ messages)
` [PATCH 1/8] rebase: simplify code related to imply_merge()
` [PATCH 2/8] rebase: move parse_opt_keep_empty() down
` [PATCH 3/8] sequencer: pass around rebase action explicitly
` [PATCH 4/8] sequencer: create enum for edit_todo_list() return value
` [PATCH 5/8] rebase: preserve interactive todo file on checkout failure
` [PATCH 6/8] sequencer: simplify allocation of result array in todo_list_rearrange_squash()
` [PATCH 7/8] sequencer: pass `onto` to complete_action() as object-id
` [PATCH 8/8] rebase: improve resumption from incorrect initial todo list

[PATCH] sequencer: beautify subject of reverts of reverts
 2023-03-25 10:39 UTC  (2+ messages)

range-diff: slight usability problem with mistyped ref
 2023-03-25 10:04 UTC 

[PATCH 1/3] wildmatch: fix exponential behavior
 2023-03-25  9:17 UTC  (13+ messages)
` [PATCH] t3070: make chain lint tester happy

[RFC][GSoC Proposal Draft] clone: bundle-uri: make it resumable
 2023-03-25  8:36 UTC 

limiting git branch --contains
 2023-03-25  8:05 UTC  (15+ messages)

[PATCH] credential/wincred: store password_expiry_utc
 2023-03-25  7:39 UTC 

[PATCH] credential/libsecret: support password_expiry_utc
 2023-03-25  7:36 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v7 0/3] rebase: document, clean up, and introduce a config option for --rebase-merges
 2023-03-25  5:23 UTC  (8+ messages)
` [PATCH v8 "
  ` [PATCH v8 3/3] rebase: add "

[PATCH 0/6] pack-bitmap: miscellaneous mmap read hardening
 2023-03-25  4:57 UTC  (26+ messages)
` [PATCH 1/6] pack-bitmap.c: hide bitmap internals in `read_u8()`
` [PATCH 4/6] pack-bitmap.c: factor out manual `map_pos` manipulation
` [PATCH 5/6] pack-bitmap.c: use `bitmap_index_seek()` where possible
` [PATCH 6/6] pack-bitmap.c: factor out `bitmap_index_seek_commit()`

[PATCH] credential/wincred: include wincred.h
 2023-03-25  1:23 UTC 

Proposal/Discussion: Turning parts of Git into libraries
 2023-03-24 22:29 UTC  (15+ messages)

Bug in git archive + .gitattributes + relative path
 2023-03-24 22:27 UTC  (16+ messages)
                      ` [PATCH] archive: improve support for running in a subdirectory
                        ` [PATCH v2] archive: improve support for running in subdirectory

Is it possible to set the similarity threshold in configuration file?
 2023-03-24 21:30 UTC  (2+ messages)

[PATCH v1 0/7] t: fix unused files, part 1
 2023-03-24 20:54 UTC  (9+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/7] t1005: assert output of ls-files
  ` [PATCH v3 2/7] t1006: assert error output of cat-file
  ` [PATCH v3 3/7] t1010: don't create unused files
  ` [PATCH v3 4/7] t1302: don't create unused file
  ` [PATCH v3 5/7] t1400: assert output of update-ref
  ` [PATCH v3 6/7] t1404: don't create unused file
  ` [PATCH v3 7/7] t1507: assert output of rev-parse

[PATCH 0/6] minor cleanups to fast-export --anonymize
 2023-03-24 19:46 UTC  (3+ messages)

Feature Request: Option to make "git rev-list --objects" output duplicate objects
 2023-03-24 19:28 UTC  (3+ messages)

[PATCH v3] blame: allow --contents to work with non-HEAD commit
 2023-03-24 19:08 UTC  (2+ messages)

[PATCH] fsmonitor: handle differences between Windows named pipe functions
 2023-03-24 17:14 UTC 

[PATCH] rebase -i: do not update "done" when rescheduling command
 2023-03-24 16:22 UTC  (5+ messages)

[PATCH v2] blame: allow --contents to work with non-HEAD commit
 2023-03-24 15:30 UTC  (2+ messages)

[PATCH v4 1/3] rebase: add documentation and test for --no-rebase-merges
 2023-03-24 15:05 UTC  (15+ messages)
` [PATCH v5 0/3] rebase: add a config option for --rebase-merges
  ` [PATCH v5 3/3] "
            ` About replaying "evil" merges... "
  ` [PATCH v6 0/3] rebase: document, clean up, and introduce "
    ` [PATCH v6 3/3] rebase: add "

[PATCH] sequencer: rewrite save_head() in terms of write_message()
 2023-03-24 15:01 UTC  (2+ messages)

[PATCH] send-email: prompt-dependent exit codes
 2023-03-24 14:56 UTC  (2+ messages)

[PATCH] sequencer: remove pointless rollback_lock_file()
 2023-03-24 14:51 UTC  (2+ messages)

[PATCH 1/3] Capitalization and punctuation fixes to some user visible messages
 2023-03-24 14:44 UTC  (10+ messages)
` [PATCH 2/3] sequencer: actually translate report in do_exec()
` [PATCH 3/3] advice: translate all actions in error_resolve_conflict()

[PATCH] rebase: clarify conditionals in todo_list_to_strbuf()
 2023-03-24 14:39 UTC  (4+ messages)

[PATCH 0/3] wildmatch: fix exponential behavior
 2023-03-24 14:04 UTC  (3+ messages)

rebase has no --cleanup option
 2023-03-24 12:52 UTC  (2+ messages)

git rebase issue
 2023-03-24  7:52 UTC  (7+ messages)

[PATCH] blame: allow --contents to work with non-HEAD commit
 2023-03-24  6:00 UTC  (3+ messages)

BUGREPORT: Modified files on a fresh clone on M2 MacBook Pro
 2023-03-24  4:45 UTC  (3+ messages)

[PATCH v3] checkout/switch: disallow checking out same branch in multiple worktrees
 2023-03-24  3:49 UTC  (5+ messages)
` [PATCH v4] "

What is the status of GSoC 2022 work on making Git use roaring bitmaps?
 2023-03-24  3:48 UTC  (4+ messages)

[RFC PATCH v6 0/2] diff-files: integrate with sparse index
 2023-03-23 23:59 UTC  (7+ messages)
` [PATCH v7 "

[PATCH] doc: asciidoc: remove custom header macro
 2023-03-23 22:15 UTC 

[RFC/PATCH] pack-redundant: escalate deprecation warning to an error
 2023-03-23 21:23 UTC  (4+ messages)

[PATCH] That change for support different sslcert and sslkey types
 2023-03-23 18:16 UTC  (8+ messages)
` [PATCH v2] http: add support for "

Suspected git grep regression in git 2.40.0
 2023-03-23 17:25 UTC  (9+ messages)
    ` [EXTERNAL SENDER] "
        ` Suspected git grep regression in git 2.40.0 - proposed fix
          ` [PATCH v2] grep: work around UTF-8 related JIT bug in PCRE2 <= 10.34

What's cooking in git.git (Mar 2023, #05; Wed, 22)
 2023-03-23 17:12 UTC  (2+ messages)
` ab/remove-implicit-use-of-the-repository (was Re: What's cooking in git.git (Mar 2023, #05; Wed, 22))

[PATCH] t/lib-rebase: (mostly) cosmetic improvements to set_fake_editor()
 2023-03-23 16:22 UTC 

[PATCH] sequencer: rectify empty hint in call of require_clean_work_tree()
 2023-03-23 16:22 UTC 

[PATCH] format-patch: add --description-file option
 2023-03-23 16:22 UTC 

[PATCH] strbuf_stripspace(): rename skip_comments arg to strip_comments
 2023-03-23 16:22 UTC 

[RFC PATCH] rebase: implement --rewind
 2023-03-23 16:22 UTC 

[PATCH 0/4] Fix a few split-index bugs
 2023-03-23 16:06 UTC  (10+ messages)
` [PATCH 1/4] split-index & fsmonitor: demonstrate a bug
` [PATCH 2/4] split-index; stop abusing the `base_oid` to strip the "link" extension
` [PATCH 4/4] unpack-trees: take care to propagate the split-index flag

[PATCH 0/2] branch: improve error log on branch not found by checking remotes refs
 2023-03-23 15:51 UTC  (4+ messages)
` [PATCH v2] "

[RFC][PATCH] GSoC 2023 proposal: more sparse index integration
 2023-03-23 13:38 UTC  (4+ messages)
` [RFC][PATCH v3] "

git credential doesn't honor git config precedence rules
 2023-03-23 10:34 UTC  (3+ messages)

Soundness of signature verification excluding unsigned empty merges
 2023-03-23  9:55 UTC  (5+ messages)
  ` [EXTERNAL] "


Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).