git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-09-20 12:46:37 to 2021-09-21 13:30:47 UTC [more...]

[PATCH v4 0/4] parse-options: properly align continued usage output
 2021-09-21 13:30 UTC  (6+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/4] parse-options API users: align usage output in C-strings
  ` [PATCH v5 2/4] send-pack: properly use parse_options() API for usage string
  ` [PATCH v5 3/4] git rev-parse --parseopt tests: add more usagestr tests
  ` [PATCH v5 4/4] parse-options: properly align continued usage output

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

[PATCH 0/3] Sparse checkout: fix mixed-mode pattern issues
 2021-09-21 13:06 UTC  (9+ 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

Memory leak with sparse-checkout
 2021-09-21 12:55 UTC  (10+ messages)

[PATCH 0/5] const-correctness in grep.c
 2021-09-21 12:45 UTC  (19+ messages)
` [PATCH 1/5] grep: stop modifying buffer in strip_timestamp
` [PATCH 2/5] grep: stop modifying buffer in show_line()
` [PATCH 3/5] grep: stop modifying buffer in grep_source_1()
` [PATCH 4/5] grep: mark "haystack" buffers as const
` [PATCH 5/5] grep: store grep_source buffer "
` [PATCH 6/5] grep.c: mark eol/bol and derived as "const char * const"

[PATCH v2] difftool: fix word spacing in the usage strings
 2021-09-21 11:17 UTC 

[PATCH v2] ls-files: use imperative mood for -X and -z option description
 2021-09-21 11:13 UTC 

What's cooking in git.git (Sep 2021, #06; Mon, 20)
 2021-09-21 10:48 UTC  (7+ messages)
` cb/pedantic-build-for-developers, POSIX-but-not-C99 and -Wno-pedantic-ms-format

[PATCH v2 00/11] rebase: dereference tags
 2021-09-21 10:24 UTC  (12+ messages)
` [PATCH v3 00/10] "
  ` [PATCH v3 01/10] t3407: run tests in $TEST_DIRECTORY
  ` [PATCH v3 02/10] t3407: use test_commit
  ` [PATCH v3 03/10] t3407: use test_cmp_rev
  ` [PATCH v3 04/10] t3407: rename a variable
  ` [PATCH v3 05/10] t3407: use test_path_is_missing
  ` [PATCH v3 06/10] t3407: strengthen rebase --abort tests
  ` [PATCH v3 07/10] t3407: rework rebase --quit tests
  ` [PATCH v3 08/10] rebase: use our standard error return value
  ` [PATCH v3 09/10] rebase: use lookup_commit_reference_by_name()
  ` [PATCH v3 10/10] rebase: dereference tags

[PATCH RESEND] difftool: word spacing fix
 2021-09-21  7:41 UTC  (3+ messages)

[BUG REPORT] split-index behavior during interactive rebase
 2021-09-21  7:34 UTC  (2+ messages)

Git in Outreachy?
 2021-09-21  5:41 UTC  (7+ messages)

[PATCH] MyFirstContribution: Document --range-diff option when writing v2
 2021-09-21  5:33 UTC  (4+ messages)
` [PATCH v2] "

Git submodule lists reference to a different tag than specified when checking out tag for submodule
 2021-09-21  5:16 UTC  (2+ messages)

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

[PATCH v6 00/22] fsck: lib-ify object-file.c & better fsck "invalid object" error reporting
 2021-09-21  3:30 UTC  (20+ messages)
` [PATCH v7 00/17] "
  ` [PATCH v7 01/17] fsck tests: add test for fsck-ing an unknown type
  ` [PATCH v7 02/17] fsck tests: refactor one test to use a sub-repo
  ` [PATCH v7 03/17] fsck tests: test current hash/type mismatch behavior
  ` [PATCH v7 04/17] fsck tests: test for garbage appended to a loose object
  ` [PATCH v7 05/17] cat-file tests: move bogus_* variable declarations earlier
  ` [PATCH v7 06/17] cat-file tests: test for missing/bogus object with -t, -s and -p
  ` [PATCH v7 07/17] cat-file tests: add corrupt loose object test
  ` [PATCH v7 08/17] cat-file tests: test for current --allow-unknown-type behavior
  ` [PATCH v7 09/17] object-file.c: don't set "typep" when returning non-zero
  ` [PATCH v7 10/17] object-file.c: return -1, not "status" from unpack_loose_header()
  ` [PATCH v7 11/17] object-file.c: make parse_loose_header_extended() public
  ` [PATCH v7 12/17] object-file.c: simplify unpack_loose_short_header()
  ` [PATCH v7 13/17] object-file.c: use "enum" return type for unpack_loose_header()
  ` [PATCH v7 14/17] object-file.c: return ULHR_TOO_LONG on "header too long"
  ` [PATCH v7 15/17] object-file.c: stop dying in parse_loose_header()
  ` [PATCH v7 16/17] fsck: don't hard die on invalid object types
  ` [PATCH v7 17/17] fsck: report invalid object type-path combinations

[PATCH v6 1/2] grep: refactor next_match() and match_one_pattern() for external use
 2021-09-21  3:15 UTC  (10+ 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 0/2] Squash leaks in t0000
 2021-09-21  3:09 UTC  (9+ messages)
` [PATCH 1/2] log: UNLEAK rev to silence a large number of leaks

[PATCH v3 0/5] Create 'feature.*' config area and some centralized config parsing
 2021-09-20 19:18 UTC  (9+ 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 0/6] Fix various issues around removal of untracked files/directories
 2021-09-20 18:11 UTC  (17+ 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 4/6] unpack-trees: avoid nuking untracked dir in way of locally deleted file
` [PATCH 6/6] Documentation: call out commands that nuke untracked files/directories

[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 v4 2/3] difftool: use a strbuf to create a tmpdir path without repeated slashes
 2021-09-20 22:08 UTC  (2+ messages)
` [PATCH v5] difftool: "

[PATCH v4 0/3] difftool dir-diff symlink bug fix and cleanup patches
 2021-09-20 21:43 UTC  (3+ messages)

[PATCH] clone: handle unborn branch in bare repos
 2021-09-20 20:28 UTC  (3+ 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 3/4] difftool: use a strbuf to create the tmpdir path
 2021-09-20 18:35 UTC  (3+ messages)
` [PATCH v2 "

[PATCH 1/4] t7800-difftool: cleanup temporary repositories used by tests
 2021-09-20 18:28 UTC  (2+ messages)

[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

What's cooking in git.git (Sep 2021, #05; Fri, 17)
 2021-09-20 14:00 UTC  (2+ messages)


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