git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-03-28 22:41:05 to 2022-03-30 23:05:41 UTC [more...]

[PATCH 0/6] Importing and exporting stashes to refs
 2022-03-30 23:05 UTC  (7+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] object-name: make get_oid quietly return an error
  ` [PATCH v2 2/4] builtin/stash: factor out revision parsing into a function
  ` [PATCH v2 3/4] builtin/stash: provide a way to export stashes to a ref
  ` [PATCH v2 4/4] builtin/stash: provide a way to import stashes from "

[PATCH v2] RFC: tracking branches: add advice to ambiguous refspec error
 2022-03-30 22:51 UTC  (21+ messages)
` [PATCH v3] "
  ` [PATCH v4] "
    ` [PATCH v5] "

[PATCH v2] cli: add -v and -h shorthands
 2022-03-30 22:50 UTC  (3+ messages)

[PATCH v2] fetch —object-info-format: client option for object-info
 2022-03-30 22:47 UTC  (24+ messages)
` [PATCH v3 0/3] object-info: add option for retrieving object info
  ` [PATCH v3 1/3] fetch-pack: refactor packet writing and fetch options
  ` [PATCH v3 2/3] transfer.advertiseObjectInfo: add object-info config
  ` [PATCH v3 3/3] object-info: add option for retrieving object info

[PATCH 0/4] branch --recurse-submodules: Bug fixes and clean ups
 2022-03-30 22:28 UTC  (8+ messages)
` [PATCH 1/4] branch: support more tracking modes when recursing
` [PATCH 2/4] branch: give submodule updating advice before exit
` [PATCH 3/4] branch --set-upstream-to: be consistent when advising
` [PATCH 4/4] branch: remove negative exit code

[PATCH] t3501: use test_path_is_* functions
 2022-03-30 22:11 UTC  (2+ messages)

[PATCH v3 00/11] core.fsyncmethod: add 'batch' mode for faster fsyncing of multiple objects
 2022-03-30 20:24 UTC  (50+ messages)
` [PATCH v4 00/13] "
  ` [PATCH v4 01/13] bulk-checkin: rename 'state' variable and separate 'plugged' boolean
  ` [PATCH v4 02/13] bulk-checkin: rebrand plug/unplug APIs as 'odb transactions'
  ` [PATCH v4 03/13] object-file: pass filename to fsync_or_die
  ` [PATCH v4 04/13] core.fsyncmethod: batched disk flushes for loose-objects
  ` [PATCH v4 05/13] cache-tree: use ODB transaction around writing a tree
  ` [PATCH v4 06/13] update-index: use the bulk-checkin infrastructure
  ` [PATCH v4 07/13] unpack-objects: "
  ` [PATCH v4 08/13] core.fsync: use batch mode and sync loose objects by default on Windows
  ` [PATCH v4 09/13] test-lib-functions: add parsing helpers for ls-files and ls-tree
  ` [PATCH v4 10/13] core.fsyncmethod: tests for batch mode
  ` [PATCH v4 11/13] t/perf: add iteration setup mechanism to perf-lib
  ` [PATCH v4 12/13] core.fsyncmethod: performance tests for add and stash
  ` [PATCH v4 13/13] core.fsyncmethod: correctly camel-case warning message
  ` [PATCH v5 00/14] core.fsyncmethod: add 'batch' mode for faster fsyncing of multiple objects
    ` [PATCH v5 01/14] bulk-checkin: rename 'state' variable and separate 'plugged' boolean
    ` [PATCH v5 02/14] bulk-checkin: rebrand plug/unplug APIs as 'odb transactions'
    ` [PATCH v5 03/14] object-file: pass filename to fsync_or_die
    ` [PATCH v5 04/14] core.fsyncmethod: batched disk flushes for loose-objects
    ` [PATCH v5 05/14] cache-tree: use ODB transaction around writing a tree
    ` [PATCH v5 06/14] builtin/add: add ODB transaction around add_files_to_cache
    ` [PATCH v5 07/14] update-index: use the bulk-checkin infrastructure
    ` [PATCH v5 08/14] unpack-objects: "
    ` [PATCH v5 09/14] core.fsync: use batch mode and sync loose objects by default on Windows
    ` [PATCH v5 10/14] test-lib-functions: add parsing helpers for ls-files and ls-tree
    ` [PATCH v5 11/14] core.fsyncmethod: tests for batch mode
    ` [PATCH v5 12/14] t/perf: add iteration setup mechanism to perf-lib
    ` [PATCH v5 13/14] core.fsyncmethod: performance tests for batch mode
    ` [PATCH v5 14/14] core.fsyncmethod: correctly camel-case warning message

[RFC PATCH] repo-settings: set defaults even when not in a repo
 2022-03-30 20:14 UTC  (13+ messages)

[PATCH v4] untracked-cache: support '--untracked-files=all' if configured
 2022-03-30 19:59 UTC  (9+ messages)
` [PATCH v5 0/2] Support untracked cache with "
  ` [PATCH v5 1/2] untracked-cache: test untracked-cache-bypassing behavior with -uall
  ` [PATCH v5 2/2] untracked-cache: support '--untracked-files=all' if configured

[PATCH v11 0/8] unpack-objects: support streaming blobs to disk
 2022-03-30 19:40 UTC  (13+ messages)
` [PATCH v12 "
  ` [PATCH v12 1/8] unpack-objects: low memory footprint for get_data() in dry_run mode
  ` [PATCH v12 2/8] object-file.c: do fsync() and close() before post-write die()
  ` [PATCH v12 3/8] object-file.c: refactor write_loose_object() to several steps
  ` [PATCH v12 4/8] object-file.c: factor out deflate part of write_loose_object()
  ` [PATCH v12 5/8] object-file.c: add "stream_loose_object()" to handle large object
  ` [PATCH v12 6/8] core doc: modernize core.bigFileThreshold documentation
  ` [PATCH v12 7/8] unpack-objects: refactor away unpack_non_delta_entry()
  ` [PATCH v12 8/8] unpack-objects: use stream_loose_object() to unpack large objects

[PATCH v7 0/4] vimdiff: new implementation with layout support
 2022-03-30 19:19 UTC  (31+ messages)
` [PATCH v7 3/4] vimdiff: add tool documentation
      ` [PATCH] fixup! "
` [PATCH v7 4/4] vimdiff: add description to already existing diff/merge tools
` [PATCH v8 0/5] vimdiff: new implementation with layout support
  ` [PATCH v8 1/5] "
  ` [PATCH v8 2/5] vimdiff: integrate layout tests in the unit tests framework ('t' folder)
  ` [PATCH v8 3/5] vimdiff: add tool documentation
  ` [PATCH v8 4/5] mergetools: add description to all diff/merge tools
  ` [PATCH v8 5/5] mergetools: add tools description to `git help config`
  ` [PATCH v9 0/4] vimdiff: new implementation with layout support
    ` [PATCH v9 1/4] "
    ` [PATCH v9 2/4] vimdiff: integrate layout tests in the unit tests framework ('t' folder)
    ` [PATCH v9 3/4] vimdiff: add tool documentation
    ` [PATCH v9 4/4] mergetools: add description to all diff/merge tools

[PATCH] object-file: pass filename to fsync_or_die
 2022-03-30 18:14 UTC 

[PATCH] core.fsyncmethod: correctly camel-case warning message
 2022-03-30 18:08 UTC 

[PATCH v3 00/17] cruft packs
 2022-03-30 17:30 UTC  (15+ messages)
` [PATCH v3 01/17] Documentation/technical: add cruft-packs.txt

[PATCH] cli: add -v and -h shorthands
 2022-03-30 17:17 UTC  (2+ messages)

[PATCH v6 6/6] core.fsync: documentation and user-friendly aggregate options
 2022-03-30 16:59 UTC  (13+ messages)
` [PATCH v7] "
  ` do we have too much fsync() configuration in 'next'? (was: [PATCH v7] core.fsync: documentation and user-friendly aggregate options)

[PATCH] trace2: add stats for fsync operations
 2022-03-30 13:29 UTC  (2+ messages)

[PATCH v1 2/3] pack-bitmap.c: add "break" statement in "open_pack_bitmap()"
 2022-03-30 13:17 UTC  (5+ messages)
    ` Teng Long

[Question] .git folder file updates for changing head commit
 2022-03-30 10:48 UTC  (4+ messages)

[PATCH v2 0/2] test-lib-functions: fix test_subcommand_inexact
 2022-03-30  2:44 UTC  (3+ messages)
` [PATCH v3 "

[PATCH v1 1/3] pack-bitmap.c: use "ret" in "open_midx_bitmap()"
 2022-03-30  2:39 UTC  (3+ messages)
` [PATCH v1 1/3] pack-bitmap.c: use "ret" in "open_midx_bitmap()

[GSoC] Applicant Introduction and Microproject Selection
 2022-03-29 23:33 UTC  (2+ messages)

What's cooking in git.git (Mar 2022, #06; Mon, 28)
 2022-03-29 23:08 UTC  (5+ messages)
` fr/vimdiff-layout (was: What's cooking in git.git (Mar 2022, #06; Mon, 28))

[PATCH] core.fsync: fix incorrect expression for default configuration
 2022-03-29 21:41 UTC 

[PATCH] mv: refresh stat info for moved entry
 2022-03-29 19:05 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] worktree: include repair cmd in usage
 2022-03-29 18:36 UTC  (7+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 2/2] worktree: accept multiple paths

[RFE] Signing using SSL
 2022-03-29 17:35 UTC  (5+ messages)

Draft of Git Rev News edition 85
 2022-03-29 16:28 UTC 

master doesn't compile on xlc 21.01 anymore (old AIX compiler) (was: [PATCH v7 14/16] reftable: make reftable_record a tagged union)
 2022-03-29 15:59 UTC  (4+ messages)
` [PATCH] reftable: make assignments portable to AIX xlc v12.01

[PATCH v1 0/3] trace2 output for bitmap decision path
 2022-03-29  8:54 UTC  (3+ messages)
` Teng Long

[PATCH 8/8] reflog [show]: display sensible -h output
 2022-03-28 22:45 UTC  (3+ messages)
` [PATCH] reflog: fix 'show' subcommand's argv


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