git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-09-17 05:51:01 to 2021-09-20 11:21:48 UTC [more...]

[PATCH v2] .mailmap: Update mailmap entry for Fangyi Zhou and Peter Kaestle
 2021-09-20 11:18 UTC  (2+ messages)

[PATCH 0/6] Fix various issues around removal of untracked files/directories
 2021-09-20 10:19 UTC  (13+ messages)
` [PATCH 1/6] t2500: add various tests for nuking untracked files
` [PATCH 2/6] Split unpack_trees 'reset' flag into two for untracked handling
` [PATCH 3/6] unpack-trees: avoid nuking untracked dir in way of unmerged file
` [PATCH 4/6] unpack-trees: avoid nuking untracked dir in way of locally deleted file
` [PATCH 5/6] Comment important codepaths regarding nuking untracked files/dirs
` [PATCH 6/6] Documentation: call out commands that nuke untracked files/directories

[PATCH v4 0/3] difftool dir-diff symlink bug fix and cleanup patches
 2021-09-20  7:59 UTC  (6+ messages)
` [PATCH v4 1/3] difftool: fix symlink-file writing in dir-diff mode
` [PATCH v4 2/3] difftool: use a strbuf to create a tmpdir path without repeated slashes
` [PATCH v4 3/3] difftool: add a missing space to the run_dir_diff() comments

Git in Outreachy?
 2021-09-20  7:45 UTC  (3+ messages)

[hacky PATCH 0/2] speeding up trivial for-each-ref invocations
 2021-09-20  7:42 UTC  (12+ messages)
` [PATCH 1/2] ref-filter: hacky "streaming" mode

[PATCH 0/4] ref-filter: fix %(symref) for pretty_print_ref()
 2021-09-20  7:37 UTC  (5+ messages)
` [PATCH 1/4] refs: let repo_dwim_ref() learn get symref itself and ref flags
` [PATCH 2/4] ref-filter: provide ref_flags to pretty_print_ref()
` [PATCH 3/4] verify_tag: use repo_dwim_ref() to get ref fullname and ref_flags
` [PATCH 4/4] ref-filter: let tag verify use %(refname:lstrip=2) by default

Need IP Acccess Repo Details
 2021-09-20  6:34 UTC 

[PATCH 0/2] Squash leaks in t0000
 2021-09-20  6:06 UTC  (11+ messages)
` [PATCH 1/2] log: UNLEAK rev to silence a large number of leaks
` [PATCH 2/2] log: UNLEAK original pending objects

git diff --git-ignore
 2021-09-20  2:23 UTC  (2+ messages)

[PATCH v3 0/5] Create 'feature.*' config area and some centralized config parsing
 2021-09-20  1:25 UTC  (6+ messages)
` [PATCH v4 0/6] "
  ` [PATCH v4 3/6] commit-graph: turn on commit-graph by default

Trimming 'deadheads' (TREESAME 2nd parent) from revision walks?
 2021-09-19 23:44 UTC  (3+ messages)

Question about git merge -s ort command‏‏
 2021-09-19 21:39 UTC 

[PATCH/RFC] range-diff: make output format more useful for "rebase --onto"
 2021-09-19 21:22 UTC  (6+ messages)

nice to have, just sharing - cannot pull with rebase: You have unstaged changes
 2021-09-19 20:26 UTC 

[PATCH 1/4] t7800-difftool: cleanup temporary repositories used by tests
 2021-09-19 19:50 UTC  (14+ messages)
` [PATCH 2/4] difftool: add a missing space to the run_dir_diff() comments
` [PATCH 3/4] difftool: use a strbuf to create the tmpdir path
    ` [PATCH v2 "
` [PATCH 4/4] difftool: fix symlink-file writing in dir-diff mode
  ` [PATCH v2 "
    ` [PATCH v3 "

LANGUAGE instead of LANG respected in git?
 2021-09-19  8:53 UTC  (3+ messages)

[PATCH v2 0/5] repo-settings.c: refactor for clarity, get rid of hacks etc
 2021-09-19  8:47 UTC  (14+ messages)
` [PATCH v2 1/5] wrapper.c: add x{un,}setenv(), and use xsetenv() in environment.c
` [PATCH v2 2/5] environment.c: remove test-specific "ignore_untracked..." variable
` [PATCH v2 3/5] read-cache & fetch-negotiator: check "enum" values in switch()
` [PATCH v3 0/5] repo-settings.c: refactor for clarity, get rid of hacks etc
  ` [PATCH v3 1/5] wrapper.c: add x{un,}setenv(), and use xsetenv() in environment.c
  ` [PATCH v3 2/5] environment.c: remove test-specific "ignore_untracked..." variable
  ` [PATCH v3 3/5] read-cache & fetch-negotiator: check "enum" values in switch()
  ` [PATCH v3 4/5] repo-settings.c: simplify the setup
  ` [PATCH v3 5/5] repository.h: don't use a mix of int and bitfields

[PATCH v6 0/2] add a test mode for SANITIZE=leak, run it in CI
 2021-09-19  8:03 UTC  (4+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/2] Makefile: add SANITIZE=leak flag to GIT-BUILD-OPTIONS
  ` [PATCH v7 2/2] tests: add a test mode for SANITIZE=leak, run it in CI

[PATCH] connect: also update offset for features without values
 2021-09-19  7:12 UTC  (9+ messages)

Don't Call commit-msg Hooks With Empty Commit Messages
 2021-09-19  5:06 UTC  (6+ messages)

[PATCH 0/2] Fix a few comments
 2021-09-19  1:48 UTC  (3+ messages)
` [PATCH 1/2] trace2.h: fix trivial comment typo
` [PATCH 2/2] merge-ort: fix completely wrong comment

[PATCH 0/2] RFC: implement new zdiff3 conflict style
 2021-09-18 23:02 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] xdiff: implement a zealous diff3, or "zdiff3"
  ` [PATCH v3 0/2] RFC: implement new zdiff3 conflict style
    ` [PATCH v3 1/2] xdiff: implement a zealous diff3, or "zdiff3"
    ` [PATCH v3 2/2] update documentation for new zdiff3 conflictStyle

[PATCH] submodule--helper: fix incorrect newlines in an error message
 2021-09-18 19:31 UTC  (3+ messages)
` [PATCH v2 0/1] submodule: corret an incorrectly formatted "
  ` [PATCH v2 1/1] submodule--helper: fix incorrect newlines in an "

diff-index --cc no longer permitted, gitk is now broken (slightly)
 2021-09-18 17:56 UTC  (14+ messages)

[PATCH 0/1] commit-graph: drop top-level --[no-]progress
 2021-09-18 16:02 UTC  (2+ messages)
` [PATCH 1/1] builtin/commit-graph.c: don't accept common --[no-]progress

[PATCH 2/9] midx: allow marking a pack as preferred
 2021-09-18 15:58 UTC  (11+ messages)
` [PATCH 3/5] commit-graph: use parse_options_concat()

Should `@` be really a valid git tag name?
 2021-09-18 13:45 UTC  (10+ messages)

Test der CC
 2021-09-18 12:23 UTC 

What's cooking in git.git (Sep 2021, #05; Fri, 17)
 2021-09-18 11:16 UTC  (3+ messages)

[PATCH 0/7] Builtin FSMonitor Part 1
 2021-09-18  8:59 UTC  (19+ messages)
` [PATCH 2/7] simple-ipc: preparations for supporting binary messages
` [PATCH 3/7] simple-ipc: move definition of ipc_active_state outside of ifdef
` [PATCH 4/7] simple-ipc/ipc-win32: add trace2 debugging
` [PATCH 5/7] simple-ipc/ipc-win32: add Windows ACL to named pipe
` [PATCH 7/7] t/helper/simple-ipc: convert test-simple-ipc to use start_bg_command

[PATCH v3] make: add INSTALL_STRIP option variable
 2021-09-18  7:46 UTC  (4+ messages)

data loss when doing ls-remote and piped to command
 2021-09-18  6:33 UTC  (12+ messages)

[PATCH] unicode: update the width tables to Unicode 14
 2021-09-18  0:26 UTC  (4+ messages)

[PATCH 0/3] Use default values from settings instead of config
 2021-09-17 22:54 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] fsck: verify commit graph when implicitly enabled
  ` [PATCH v2 2/3] fsck: verify multi-pack-index when implictly enabled
  ` [PATCH v2 3/3] gc: perform incremental repack "

[PATCH v5 1/2] grep: refactor next_match() and match_one_pattern() for external use
 2021-09-17 22:15 UTC  (6+ messages)
` [PATCH v5 2/2] pretty: colorize pattern matches in commit messages

[PATCH 0/4] pack-bitmap: permute existing namehash values
 2021-09-17 22:12 UTC  (16+ messages)
` [PATCH 4/4] t5326: test propagating hashcache values
` [PATCH v3 0/7] pack-bitmap: permute existing namehash values
  ` [PATCH v3 1/7] t/helper/test-bitmap.c: add 'dump-hashes' mode
  ` [PATCH v3 2/7] pack-bitmap.c: propagate namehash values from existing bitmaps
  ` [PATCH v3 3/7] midx.c: respect 'pack.writeBitmapHashcache' when writing bitmaps
  ` [PATCH v3 4/7] p5326: create missing 'perf-tag' tag
  ` [PATCH v3 5/7] p5326: don't set core.multiPackIndex unnecessarily
  ` [PATCH v3 6/7] p5326: generate pack bitmaps before writing the MIDX bitmap
  ` [PATCH v3 7/7] t5326: test propagating hashcache values

CC Spamgourmet test
 2021-09-17 22:05 UTC 

[PATCH 0/7] progress: verify progress counters in the test suite
 2021-09-17 21:38 UTC  (6+ messages)
` [PATCH 00/25] progress.c: various fixes + SZEDER's RFC code
  ` [PATCH 11/25] pack-bitmap-write.c: add a missing stop_progress()

[PATCH 0/2] git-request-pull i18n
 2021-09-17 20:50 UTC  (7+ messages)
` [PATCH 2/2] request-pull: mark translatable strings

[QUESTION] How to add new configuration variable
 2021-09-17 20:02 UTC  (5+ messages)

More on fork-point
 2021-09-17 11:58 UTC 

Feature Request: Submodule Warning When Cloning Repos
 2021-09-17 16:26 UTC  (3+ messages)
  ` [EXT] "

[PATCH v5 00/21] fsck: lib-ify object-file.c & better fsck "invalid object" error reporting
 2021-09-17 11:59 UTC  (11+ messages)
` [PATCH v6 00/22] "
  ` [PATCH v6 01/22] fsck tests: refactor one test to use a sub-repo
  ` [PATCH v6 02/22] fsck tests: add test for fsck-ing an unknown type
  ` [PATCH v6 05/22] rev-list tests: test for behavior with invalid object types

git repack -A -d doesn't remove objects found in alternates?
 2021-09-17 10:28 UTC  (3+ messages)

[PATCH 0/5] Builtin FSMonitor Part 2
 2021-09-17  6:44 UTC  (4+ messages)
` [PATCH 1/5] fsmonitor: enhance existing comments

[PATCH 8/8] progress.c: add & assert a "global_progress" variable
 2021-09-16 21:34 UTC  (2+ messages)
` [PATCH 12/25] "


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).