git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-09-18 23:03:18 to 2021-09-21 02:22:17 UTC [more...]

Memory leak with sparse-checkout
 2021-09-20 21:20 UTC  (9+ messages)

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

[PATCH 0/8] progress: assert "global_progress" + test fixes / cleanup
 2021-09-20 23:09 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/8] progress.c tests: make start/stop verbs on stdin
  ` [PATCH v2 2/8] progress.c tests: test some invalid usage
  ` [PATCH v2 3/8] progress.c: move signal handler functions lower
  ` [PATCH v2 4/8] progress.c: call progress_interval() from progress_test_force_update()
  ` [PATCH v2 5/8] progress.c: stop eagerly fflush(stderr) when not a terminal
  ` [PATCH v2 6/8] progress.c: add temporary variable from progress struct
  ` [PATCH v2 7/8] pack-bitmap-write.c: add a missing stop_progress()
  ` [PATCH v2 8/8] progress.c: add & assert a "global_progress" variable

[PATCH v2 0/5] repo-settings.c: refactor for clarity, get rid of hacks etc
 2021-09-20 23:33 UTC  (15+ messages)
` [PATCH v3 "
  ` [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 0/6] Fix various issues around removal of untracked files/directories
 2021-09-20 18:11 UTC  (19+ 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 0/3] Sparse checkout: fix mixed-mode pattern issues
 2021-09-20 18:24 UTC  (5+ messages)
` [PATCH 1/3] sparse-checkout: fix OOM error with mixed patterns
` [PATCH 2/3] sparse-checkout: clear patterns when switching modes
` [PATCH 3/3] sparse-checkout: refuse to add to bad patterns

[PATCH v6 1/2] grep: refactor next_match() and match_one_pattern() for external use
 2021-09-21  2:05 UTC  (8+ messages)
` [PATCH v6 2/2] pretty: colorize pattern matches in commit messages
      ` [PATCH 1/2] grep: stop modifying buffer in strip_timestamp
      ` [PATCH 2/2] grep: mark "haystack" buffers as const

[PATCH] MyFirstContribution: Document --range-diff option when writing v2
 2021-09-20 22:32 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3 0/6] Implement a batched fsync option for core.fsyncObjectFiles
 2021-09-20 22:15 UTC  (8+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/6] bulk-checkin: rename 'state' variable and separate 'plugged' boolean
  ` [PATCH v4 2/6] core.fsyncobjectfiles: batched disk flushes
  ` [PATCH v4 3/6] core.fsyncobjectfiles: add windows support for batch mode
  ` [PATCH v4 4/6] update-index: use the bulk-checkin infrastructure
  ` [PATCH v4 5/6] core.fsyncobjectfiles: tests for batch mode
  ` [PATCH v4 6/6] core.fsyncobjectfiles: performance tests for add and stash

[PATCH 0/2] Squash leaks in t0000
 2021-09-20 21:39 UTC  (12+ messages)
` [PATCH 1/2] log: UNLEAK rev to silence a large number of leaks

[PATCH 0/1] commit-graph: drop top-level --[no-]progress
 2021-09-20 21:39 UTC  (6+ messages)
` [PATCH 1/1] builtin/commit-graph.c: don't accept common --[no-]progress

[PATCH v4 0/3] difftool dir-diff symlink bug fix and cleanup patches
 2021-09-20 22:08 UTC  (9+ 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 v5] difftool: "
` [PATCH v4 3/3] difftool: add a missing space to the run_dir_diff() comments

[PATCH RESEND] difftool: word spacing fix
 2021-09-20 21:26 UTC  (2+ messages)

[PATCH] clone: handle unborn branch in bare repos
 2021-09-20 20:28 UTC  (3+ messages)

What's cooking in git.git (Sep 2021, #06; Mon, 20)
 2021-09-21  1:16 UTC  (2+ messages)

[PATCH 00/13] [RFC] Sparse-checkout: modify 'git add', 'git rm', and 'git add' behavior
 2021-09-20 17:45 UTC  (20+ messages)
` [PATCH v2 00/14] "
  ` [PATCH v2 08/14] add: implement the --sparse option
  ` [PATCH v3 00/14] Sparse-checkout: modify 'git add', 'git rm', and 'git add' behavior
    ` [PATCH v3 01/14] t3705: test that 'sparse_entry' is unstaged
    ` [PATCH v3 02/14] t1092: behavior for adding sparse files
    ` [PATCH v3 03/14] dir: extract directory-matching logic
    ` [PATCH v3 04/14] dir: select directories correctly
    ` [PATCH v3 05/14] dir: fix pattern matching on dirs
    ` [PATCH v3 06/14] add: fail when adding an untracked sparse file
    ` [PATCH v3 07/14] add: skip tracked paths outside sparse-checkout cone
    ` [PATCH v3 08/14] add: implement the --sparse option
    ` [PATCH v3 09/14] add: update --chmod to skip sparse paths
    ` [PATCH v3 10/14] add: update --renormalize "
    ` [PATCH v3 11/14] rm: add --sparse option
    ` [PATCH v3 12/14] rm: skip sparse paths with missing SKIP_WORKTREE
    ` [PATCH v3 13/14] mv: refuse to move sparse paths
    ` [PATCH v3 14/14] advice: update message to suggest '--sparse'

[PATCH 00/13] submodule: convert the rest of 'update' to C
 2021-09-20 21:28 UTC  (13+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 2/8] submodule--helper: get remote names from any repository
  ` [PATCH v2 5/8] submodule: move core cmd_update() logic to C
  ` [PATCH v2 7/8] submodule--helper: remove unused helpers
  ` [PATCH v2 8/8] submodule--helper: rename helper functions

Trimming 'deadheads' (TREESAME 2nd parent) from revision walks?
 2021-09-20 20:50 UTC  (5+ messages)

[PATCH] ls-files: use imperative mood for -X and -z option description
 2021-09-20 19:30 UTC  (3+ messages)

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

[PATCH 1/4] t7800-difftool: cleanup temporary repositories used by tests
 2021-09-20 18:35 UTC  (16+ 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 "

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

nice to have, just sharing - cannot pull with rebase: You have unstaged changes
 2021-09-20 16:28 UTC  (2+ messages)

[PATCH] Document `rebase.forkpoint` in rebase man page
 2021-09-20 16:07 UTC  (10+ messages)
` Possible git bug

[PATCH 0/7] Builtin FSMonitor Part 1
 2021-09-20 15:51 UTC  (13+ messages)
` [PATCH 3/7] simple-ipc: move definition of ipc_active_state outside of ifdef
` [PATCH v2 0/7] Builtin FSMonitor Part 1
  ` [PATCH v2 1/7] trace2: add trace2_child_ready() to report on background children
  ` [PATCH v2 2/7] simple-ipc: preparations for supporting binary messages
  ` [PATCH v2 3/7] simple-ipc: move definition of ipc_active_state outside of ifdef
  ` [PATCH v2 4/7] simple-ipc/ipc-win32: add trace2 debugging
  ` [PATCH v2 5/7] simple-ipc/ipc-win32: add Windows ACL to named pipe
  ` [PATCH v2 6/7] run-command: create start_bg_command
  ` [PATCH v2 7/7] t/helper/simple-ipc: convert test-simple-ipc to use start_bg_command

Git in Outreachy?
 2021-09-20 15:15 UTC  (5+ messages)

What's cooking in git.git (Sep 2021, #05; Fri, 17)
 2021-09-20 14:00 UTC  (2+ 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 

git diff --git-ignore
 2021-09-20  2:23 UTC  (2+ 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  (4+ messages)

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

[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  (7+ 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 v2 0/2] RFC: implement new zdiff3 conflict style
 2021-09-18 23:02 UTC  (3+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] update documentation for new zdiff3 conflictStyle


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