Git Mailing List Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-14 18:22:25 to 2022-10-18 03:17:23 UTC [more...]

[RFC PATCH 0/2] notes.c: introduce "--no-blankline" option
 2022-10-18  3:11 UTC  (7+ messages)
` [RFC PATCH 2/2] notes.c: fixed tip when target and append note are both empty

git revert --reference doesn't populate commit subject
 2022-10-18  3:02 UTC 

[PATCH] builtin/repack.c: remove redundant pack-based bitmaps
 2022-10-18  2:45 UTC  (9+ messages)
` [PATCH v2] "

[PATCH] repack: don't remove .keep packs with `--pack-kept-objects`
 2022-10-18  2:26 UTC 

[PATCH 0/1] Git.pm: add semicolon after catch statement
 2022-10-18  1:39 UTC  (6+ messages)
` [PATCH 1/1] "

[PATCH 0/12] more unused-parameter fixes / annotations
 2022-10-18  1:10 UTC  (13+ messages)
` [PATCH 01/12] diffstat_consume(): assert non-zero length
` [PATCH 02/12] submodule--helper: drop unused argc from module_list_compute()
` [PATCH 03/12] update-index: drop unused argc from do_reupdate()
` [PATCH 04/12] mark unused parameters in trivial compat functions
` [PATCH 05/12] object-file: mark unused parameters in hash_unknown functions
` [PATCH 06/12] string-list: mark unused callback parameters
` [PATCH 07/12] date: mark unused parameters in handler functions
` [PATCH 08/12] apply: mark unused parameters in handlers
` [PATCH 09/12] apply: mark unused parameters in noop error/warning routine
` [PATCH 10/12] convert: mark unused parameter in null stream filter
` [PATCH 11/12] diffcore-pickaxe: mark unused parameters in pickaxe functions
` [PATCH 12/12] ll-merge: mark unused parameters in callbacks

[PATCH] abspath.h file is generated by makeheaders tool
 2022-10-18  0:52 UTC  (10+ messages)
` [PATCH v2] "

What's cooking in git.git (Oct 2022, #05; Mon, 17)
 2022-10-17 23:05 UTC 

[PATCH 00/12] fsmonitor: Implement fsmonitor for Linux
 2022-10-17 22:22 UTC  (23+ messages)
` [PATCH 08/12] fsmonitor: determine if filesystem is local or remote
` [PATCH v2 00/12] fsmonitor: Implement fsmonitor for Linux
  ` [PATCH v2 01/12] fsmonitor: refactor filesystem checks to common interface
  ` [PATCH v2 02/12] fsmonitor: relocate socket file if .git directory is remote
  ` [PATCH v2 03/12] fsmonitor: avoid socket location check if using hook
  ` [PATCH v2 04/12] fsmonitor: deal with synthetic firmlinks on macOS
  ` [PATCH v2 05/12] fsmonitor: check for compatability before communicating with fsmonitor
  ` [PATCH v2 06/12] fsmonitor: add documentation for allowRemote and socketDir options
  ` [PATCH v2 07/12] fsmonitor: prepare to share code between Mac OS and Linux
  ` [PATCH v2 08/12] fsmonitor: determine if filesystem is local or remote
  ` [PATCH v2 09/12] fsmonitor: implement filesystem change listener for Linux
  ` [PATCH v2 10/12] fsmonitor: enable fsmonitor "
  ` [PATCH v2 11/12] fsmonitor: test updates
  ` [PATCH v2 12/12] fsmonitor: update doc for Linux

[PATCH v2 0/9] cocci: make "incremental" possible + a ccache-like tool
 2022-10-17 19:18 UTC  (8+ messages)
` [PATCH v3 00/11] "
  ` [PATCH v3 05/11] Makefile: split off SPATCH_BATCH_SIZE comment from "cocci" heading

git 2.38.0: Change in `git archive` output
 2022-10-17 19:14 UTC  (6+ messages)

[PATCH v2 0/7] rebase --keep-base: imply --reapply-cherry-picks and --no-fork-point
 2022-10-17 18:51 UTC  (22+ messages)
` [PATCH v3 0/8] "
  ` [PATCH v3 5/8] rebase: rename merge_base to branch_base
  ` [PATCH v3 6/8] rebase: factor out branch_base calculation
  ` [PATCH v4 0/8] rebase --keep-base: imply --reapply-cherry-picks and --no-fork-point
    ` [PATCH v4 1/8] t3416: tighten two tests
    ` [PATCH v4 2/8] t3416: set $EDITOR in subshell
    ` [PATCH v4 3/8] rebase: be stricter when reading state files containing oids
    ` [PATCH v4 4/8] rebase: store orig_head as a commit
    ` [PATCH v4 5/8] rebase: rename merge_base to branch_base
    ` [PATCH v4 6/8] rebase: factor out branch_base calculation
    ` [PATCH v4 7/8] rebase --keep-base: imply --reapply-cherry-picks
    ` [PATCH v4 8/8] rebase --keep-base: imply --no-fork-point

git gc error with git 2.37.2? (Introduced in 5a5ea141e7)
 2022-10-17 18:25 UTC  (3+ messages)

[PATCH 00/10] run-command API: add run_command_{l,sv}_opt()
 2022-10-17 17:49 UTC  (24+ messages)
` [PATCH 01/10] run-command.c: refactor run_command_*_tr2() to internal helpers
` [PATCH 02/10] merge: remove always-the-same "verbose" arguments
` [PATCH 03/10] run-command API: add and use a run_command_l_opt()
` [PATCH 04/10] am: use run_command_l_opt() for show_patch()
` [PATCH 10/10] run-command API: add and use a run_command_sv_opt()
` [PATCH v2 00/10] run-command API: add run_command_{l,sv}_opt()
  ` [PATCH v2 01/10] run-command.c: refactor run_command_*_tr2() to internal helpers
  ` [PATCH v2 02/10] merge: remove always-the-same "verbose" arguments
  ` [PATCH v2 03/10] run-command API: add and use a run_command_l_opt()
  ` [PATCH v2 04/10] am: use run_command_l_opt() for show_patch()
  ` [PATCH v2 05/10] run-command API docs: clarify & fleshen out run_command_v_opt*() docs
  ` [PATCH v2 06/10] run-command API: remove RUN_COMMAND_STDOUT_TO_STDERR flag
  ` [PATCH v2 07/10] run-command API & diff.c: remove run_command_v_opt_cd_env()
  ` [PATCH v2 08/10] run-command API & users: remove run_command_v_opt_tr2()
  ` [PATCH v2 09/10] gc: use strvec_pushf(), avoid redundant strbuf_detach()
  ` [PATCH v2 10/10] run-command API: add and use a run_command_sv_opt()

"submodule foreach" much slower than removed "submodule--helper --list"
 2022-10-17 17:46 UTC  (10+ messages)

[PATCH] fsmonitor: long status advice adapted to the fsmonitor use case
 2022-10-17 16:59 UTC  (4+ messages)

icase pathspec magic support in ls-tree
 2022-10-17 15:46 UTC  (9+ messages)

[PATCH v2 0/2] update internal patch-id to use "stable" algorithm
 2022-10-17 15:38 UTC  (18+ messages)
` [PATCH v3 0/7] patch-id fixes and improvements
  ` [PATCH v3 3/7] builtin: patch-id: fix patch-id with binary diffs
  ` [PATCH v3 4/7] patch-id: fix patch-id for mode changes
  ` [PATCH v3 5/7] builtin: patch-id: add --include-whitespace as a command mode
  ` [PATCH v3 6/7] builtin: patch-id: remove unused diff-tree prefix
  ` [PATCH v3 7/7] documentation: format-patch: clarify requirements for patch-ids to match

[Outreachy]Amend error messages and prompts of various (sub)commands
 2022-10-17 13:58 UTC  (2+ messages)

[PATCH v2 0/2] archive: Add --recurse-submodules to git-archive command
 2022-10-17 13:57 UTC  (18+ messages)
` [PATCH v3 0/9] "
  ` [PATCH v3 1/9] tree: do not use the_repository for tree traversal methods
  ` [PATCH v3 2/9] tree: update cases to use repo_ tree methods
  ` [PATCH v3 3/9] tree: increase test coverage for tree.c
  ` [PATCH v3 4/9] tree: handle submodule case for read_tree_at properly
  ` [PATCH v3 5/9] tree: add repository parameter to read_tree_fn_t
  ` [PATCH v3 6/9] archive: pass repo objects to write_archive handlers
  ` [PATCH v3 7/9] archive: remove global repository from archive_args
  ` [PATCH v3 8/9] archive: add --recurse-submodules to git-archive command
  ` [PATCH v3 9/9] archive: add tests for git archive --recurse-submodules

[RFC PATCH 1/2] notes.c: introduce "--no-blankline" option
 2022-10-17 13:33 UTC  (2+ messages)

[RFC PATCH 1/2] notes.c: introduce "--no-blankline" option
 2022-10-17 13:19 UTC  (2+ messages)

[RFC PATCH 1/2] notes: support fetching notes from an external repo
 2022-10-17 13:14 UTC  (3+ messages)

[PATCH 00/10] submodule: make it a built-in, remove git-submodule.sh
 2022-10-17 12:09 UTC  (11+ messages)
` [PATCH 01/10] git-submodule.sh: create a "case" dispatch statement
` [PATCH 02/10] git-submodule.sh: dispatch "sync" to helper
` [PATCH 03/10] git-submodule.sh: dispatch directly "
` [PATCH 04/10] git-submodule.sh: dispatch "foreach" "
` [PATCH 05/10] git-submodule.sh: dispatch "update" "
` [PATCH 06/10] git-submodule.sh: don't support top-level "--cached"
` [PATCH 07/10] submodule: make it a built-in, remove git-submodule.sh
` [PATCH 08/10] submodule: support "--" with no other arguments
` [PATCH 09/10] submodule: support sub-command-less "--recursive" option
` [PATCH 10/10] submodule: don't use a subprocess to invoke "submodule--helper"

[PATCH] path.c: do not alloc for .contents in the trie
 2022-10-17  6:14 UTC 

[PATCH] path.c: add_to_trie - possible global-buffer-overflow fixed
 2022-10-17  6:12 UTC 

[PATCH] mergetool: new config guiDefault supports auto-toggling gui by DISPLAY
 2022-10-17  5:50 UTC  (11+ messages)
` [PATCH v2] RFC: "

[PATCH] completion: support amend and reword in git commit fixup option
 2022-10-16 20:50 UTC 

[suggestion] Fail cherry-pick if it overwrites untracked files with the matching file names
 2022-10-16 17:08 UTC  (7+ messages)

[PATCH] completion: support amend and reword in git commit fixup option
 2022-10-15 19:54 UTC 

PATCH] bisect--helper: plug strvec leak in bisect_start()
 2022-10-15 18:21 UTC  (14+ messages)
    ` [PATCH v2] bisect--helper: plug strvec leak

Multiple --global config workspaces?
 2022-10-15 18:14 UTC  (7+ messages)

Cannot rebase – possible Git for Windows bug?
 2022-10-15 16:07 UTC  (3+ messages)
    ` Dead-end Situation created by amending a merge commit in a topic branch

[PATCH] sparse-checkout.txt: new document with sparse-checkout directions
 2022-10-15 14:49 UTC  (8+ messages)

[PATCH v2] [OUTREACHY] t1002: modernize outdated conditional
 2022-10-14 20:42 UTC  (13+ messages)
` [PATCH v3] "
  ` [PATCH v4] "

[PATCH 0/2] [2.38 regression] config: respect includes in protected config
 2022-10-14 20:14 UTC  (3+ messages)
` [PATCH v2] "


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