git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-08-06 17:53:41 to 2022-08-09 21:36:46 UTC [more...]

[PATCH v7 00/15] Rewrite the remaining merge strategies from shell to C
 2022-08-09 21:36 UTC  (17+ messages)
` [PATCH v8 00/14] "
  ` [PATCH v8 01/14] t6060: modify multiple files to expose a possible issue with merge-index
  ` [PATCH v8 02/14] t6060: add tests for removed files
  ` [PATCH v8 03/14] merge-index: libify merge_one_path() and merge_all()
  ` [PATCH v8 04/14] merge-index: drop the index
  ` [PATCH v8 05/14] merge-index: add a new way to invoke `git-merge-one-file'
  ` [PATCH v8 06/14] update-index: move add_cacheinfo() to read-cache.c
  ` [PATCH v8 07/14] merge-one-file: rewrite in C
  ` [PATCH v8 08/14] merge-resolve: "
  ` [PATCH v8 09/14] merge-recursive: move better_branch_name() to merge.c
  ` [PATCH v8 10/14] merge-octopus: rewrite in C
  ` [PATCH v8 11/14] merge: use the "resolve" strategy without forking
  ` [PATCH v8 12/14] merge: use the "octopus" "
  ` [PATCH v8 13/14] sequencer: use the "resolve" "
  ` [PATCH v8 14/14] sequencer: use the "octopus" "

[BUG] Unicode filenames handling in `git log --stat`
 2022-08-09 21:36 UTC  (4+ messages)

[PATCH v3 0/7] mergetools: vimdiff: regression fixes and improvements
 2022-08-09 20:07 UTC  (11+ messages)
` [PATCH v3 1/7] mergetools: vimdiff: fix comment
` [PATCH v3 2/7] mergetools: vimdiff: make vimdiff3 actually work
` [PATCH v3 3/7] mergetools: vimdiff: silence annoying messages
` [PATCH v3 4/7] mergetools: vimdiff: fix for diffopt
` [PATCH v3 5/7] mergetools: vimdiff: fix single window layouts
` [PATCH v3 6/7] mergetools: vimdiff: rework tab logic
` [PATCH v3 7/7] mergetools: vimdiff: restore selective diff mode

[PATCH 0/4] Add some Glossary terms, and extra renormalize information
 2022-08-09 18:44 UTC  (9+ messages)
` [PATCH 4/4] doc add: renormalize is not idempotent for CRCRLF

[PATCH] fsmonitor: option to allow fsmonitor to run against network-mounted repos
 2022-08-09 17:44 UTC 

Bugreport: pack-objects died of signal 11
 2022-08-09 16:56 UTC  (10+ messages)
` [PATCH] revision.c: set-up "index_state.repo", don't segfault in pack-objects

[PATCH 0/7] Generalize 'scalar diagnose' into 'git bugreport --diagnose'
 2022-08-09 16:54 UTC  (8+ messages)
` [PATCH v2 00/10] Generalize 'scalar diagnose' into 'git diagnose' and "
  ` [PATCH v2 09/10] scalar-diagnose: use 'git diagnose --all'

What's cooking in git.git (Aug 2022, #03; Mon, 8)
 2022-08-09 16:49 UTC  (3+ messages)
` ds/* (was What's cooking in git.git (Aug 2022, #03; Mon, 8))

[PATCH] rev-list: support `--human-readable` option when applied `disk-usage`
 2022-08-09 16:46 UTC  (5+ messages)
` [PATCH v2] rev-list: support human-readable output for `--disk-usage`
    `  "

[PATCH v3 0/2] bundle URIs: design doc and initial git fetch --bundle-uri implementation
 2022-08-09 15:50 UTC  (6+ messages)
` [PATCH v4 0/2] bundle URIs: design doc
  ` [PATCH v4 1/2] docs: document bundle URI standard
  ` [PATCH v4 2/2] bundle-uri: add example bundle organization

[PATCH] [RFC] list-objects-filter: introduce new filter sparse:buffer=<spec>
 2022-08-09 13:37 UTC  (4+ messages)

[PATCH 0/4] reset/checkout: fix miscellaneous sparse index bugs
 2022-08-09 13:20 UTC  (13+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] checkout: fix nested sparse directory diff in sparse index
  ` [PATCH v2 2/4] oneway_diff: handle removed sparse directories
  ` [PATCH v2 3/4] cache.h: create 'index_name_pos_sparse()'
  ` [PATCH v2 4/4] unpack-trees: unpack new trees as sparse directories
  ` [PATCH v3 0/4] reset/checkout: fix miscellaneous sparse index bugs
    ` [PATCH v3 1/4] checkout: fix nested sparse directory diff in sparse index
    ` [PATCH v3 2/4] oneway_diff: handle removed sparse directories
    ` [PATCH v3 3/4] cache.h: create 'index_name_pos_sparse()'
    ` [PATCH v3 4/4] unpack-trees: unpack new trees as sparse directories

[PATCH v2 0/5] Bundle URIs II: git clone --bundle-uri
 2022-08-09 13:11 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/5] remote-curl: add 'get' capability
  ` [PATCH v3 2/5] bundle-uri: create basic file-copy logic
  ` [PATCH v3 3/5] clone: add --bundle-uri option
  ` [PATCH v3 4/5] bundle-uri: add support for http(s):// and file://
  ` [PATCH v3 5/5] clone: --bundle-uri cannot be combined with --depth

[RFC/PATCH] pipe_command(): mark stdin descriptor as non-blocking
 2022-08-09 13:04 UTC  (15+ messages)
    ` [PATCH v2] "

[PATCH v1 0/7] mv: from in-cone to out-of-cone
 2022-08-09 12:09 UTC  (29+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 1/9] t7002: add tests for moving "
  ` [PATCH v2 3/9] mv: free the *with_slash in check_dir_in_index()
  ` [PATCH v2 4/9] mv: check if <destination> is a SKIP_WORKTREE_DIR
  ` [PATCH v2 6/9] mv: from in-cone to out-of-cone
  ` [PATCH v2 9/9] mv: check overwrite for in-to-out move
` [PATCH v3 0/9] mv: from in-cone to out-of-cone
  ` [PATCH v3 1/9] t7002: add tests for moving "
  ` [PATCH v3 2/9] mv: rename check_dir_in_index() to empty_dir_has_sparse_contents()
  ` [PATCH v3 3/9] mv: free the with_slash in check_dir_in_index()
  ` [PATCH v3 4/9] mv: check if <destination> is a SKIP_WORKTREE_DIR
  ` [PATCH v3 5/9] mv: remove BOTH from enum update_mode
  ` [PATCH v3 6/9] mv: from in-cone to out-of-cone
  ` [PATCH v3 7/9] mv: cleanup empty WORKING_DIRECTORY
  ` [PATCH v3 8/9] advice.h: add advise_on_moving_dirty_path()
  ` [PATCH v3 9/9] mv: check overwrite for in-to-out move

[PATCH v4 0/6] [GSoC] bitmap: integrate a lookup table extension to the bitmap format
 2022-08-09 12:07 UTC  (12+ messages)
` [PATCH v5 "
  ` [PATCH v5 3/6] pack-bitmap-write: learn pack.writeBitmapLookupTable and add tests

'git clone,' build makes user non-writable files (should be option keep user-writable)
 2022-08-09 11:05 UTC  (5+ messages)

[PATCH 0/9] Fix issues of reference-transaction hook for various git commands
 2022-08-09 11:05 UTC  (4+ messages)
` [PATCH 9/9] refs: reimplement refs_delete_refs() and run hook once

[PATCH v3 0/3] t0021: convert perl script to C test-tool helper
 2022-08-09 10:47 UTC  (9+ messages)
` [PATCH v3 2/3] t0021: implementation the rot13-filter.pl script in C

[PATCH 0/2] t0021: convert perl script to C test-tool helper
 2022-08-09  9:36 UTC  (5+ messages)
` [PATCH v2] t/t0021: convert the rot13-filter.pl script to C

[PATCH 0/3] Some improvements to safe.directory on Windows
 2022-08-09  8:59 UTC  (14+ messages)
` [PATCH 1/3] Allow debugging unsafe directories' ownership
` [PATCH v2 0/5] Some improvements to safe.directory on Windows
  ` [PATCH v2 1/5] setup: fix some formatting
  ` [PATCH v2 2/5] Prepare for more detailed "dubious ownership" messages
  ` [PATCH v2 3/5] mingw: provide details about unsafe directories' ownership
  ` [PATCH v2 4/5] mingw: be more informative when ownership check fails on FAT32
  ` [PATCH v2 5/5] mingw: handle a file owned by the Administrators group correctly

[PATCH] tests: fix incorrect --write-junit-xml code
 2022-08-09  8:42 UTC  (5+ messages)

[PATCH v2 0/9] mergetools: vimdiff: regression fix and reorg
 2022-08-09  0:59 UTC  (28+ messages)
` [PATCH v2 1/9] mergetools: vimdiff: fix comment
` [PATCH v2 2/9] mergetools: vimdiff: shuffle single window case
` [PATCH v2 3/9] mergetools: vimdiff: add get_buf() helper
` [PATCH v2 4/9] mergetools: vimdiff: make vimdiff3 actually work
` [PATCH v2 5/9] mergetools: vimdiff: silence annoying messages
` [PATCH v2 6/9] mergetools: vimdiff: fix for diffopt
` [PATCH v2 7/9] mergetools: vimdiff: cleanup cruft
` [PATCH v2 8/9] mergetools: vimdiff: fix single window mode
` [PATCH v2 9/9] mergetools: vimdiff: use vimdiff for vimdiff3
      ` [PATCH 1/2] vimdiff: fix single tab mode, single window mode and colors
        ` [PATCH 2/2] vimdiff: update unit tests
` [PATCH v3 0/3] mergetools: vimdiff: regression fix (vimdiff3 mode)
  ` [PATCH v3 1/3] mergetools: vimdiff: fix comment
  ` [PATCH v3 2/3] mergetools: vimdiff: fix single tab mode, single window mode and colors
  ` [PATCH v3 3/3] mergetools: vimdiff: update unit tests

Option to allow fsmonitor to run against repos on network file systems
 2022-08-08 21:58 UTC  (3+ messages)

[PATCH v1 0/4] rm: integrate with sparse-index
 2022-08-08 19:01 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] t1092: add tests for `git-rm`
  ` [PATCH v2 2/4] pathspec.h: move pathspec_needs_expanded_index() from reset.c to here
  ` [PATCH v2 3/4] rm: expand the index only when necessary
  ` [PATCH v2 4/4] rm: integrate with sparse-index

[PATCH v3 0/3] object-info: add option for retrieving object info
 2022-08-08 18:37 UTC  (18+ messages)
` [PATCH v4 0/8] cat-file: add --batch-command remote-object-info command
  ` [PATCH v4 8/8] "
  ` [PATCH v5 5/6] transport: add client support for object-info
  ` [PATCH v5 6/6] cat-file: add remote-object-info to batch-command

git add -N vs. git stash
 2022-08-08 17:30 UTC  (2+ messages)

[PATCH] branch: allow "-" as a short-hand for "previous branch"
 2022-08-08 16:06 UTC  (4+ messages)

What's cooking in git.git (Aug 2022, #02; Fri, 5)
 2022-08-08 13:46 UTC  (3+ messages)

--batch or some --paths-file for very long lists of paths
 2022-08-08 13:12 UTC  (2+ messages)

[GSoC] Status update
 2022-08-08 11:30 UTC  (2+ messages)
` [GSoC] Week 7 and week 8 status update

[PATCH v1 1/2] api-trace2.txt: print config key-value pair
 2022-08-08  6:16 UTC  (2+ messages)

[Question]: Question about "cherry-pick" internal
 2022-08-08  3:27 UTC  (3+ messages)

Init-add-reset bug in a fresh repo
 2022-08-07 17:22 UTC  (2+ messages)

[PATCH 0/2] mergetools: vimdiff3: fix regression
 2022-08-07  0:55 UTC  (12+ messages)
      ` [PATCH] vimdiff: fix 'vimdiff3' behavior (colors + no extra key press)

[PATCH] mergetools: vimdiff: fix comment
 2022-08-06 18:58 UTC 


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