git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-07-08 15:51:09 to 2021-07-11 16:32:24 UTC [more...]

[PATCH v4 0/6] refs: cleanup errno sideband ref related functions
 2021-07-11 16:30 UTC  (17+ messages)
` [PATCH v5 "
  ` [PATCH v5 2/6] refs/files-backend: stop setting errno from lock_ref_oid_basic
  ` [PATCH v5 3/6] refs: make errno output explicit for read_raw_ref_fn
  ` [PATCH v5 4/6] refs: add failure_errno to refs_read_raw_ref() signature
  ` [PATCH v5 5/6] refs: explicitly return failure_errno from parse_loose_ref_contents
  ` [PATCH v6? 00/17] refs API: get rid of errno setting entirely
    ` [PATCH v6? 01/17] refs: remove EINVAL errno output from specification of read_raw_ref_fn
    ` [PATCH v6? 02/17] refs/files-backend: stop setting errno from lock_ref_oid_basic
    ` [PATCH v6? 03/17] refs: make errno output explicit for read_raw_ref_fn
    ` [PATCH v6? 04/17] refs: add failure_errno to refs_read_raw_ref() signature
    ` [PATCH v6? 05/17] refs: explicitly return failure_errno from parse_loose_ref_contents
    ` [PATCH v6? 06/17] refs: make errno output explicit for refs_resolve_ref_unsafe

PATCH: improve git switch documentation
 2021-07-11 14:49 UTC  (64+ messages)
                  ` What actually is a branch?
                                          ` switch requires --detach [[Re: What actually is a branch]]
                                                      ` Naming the --forec option [[Re: PATCH: improve git switch documentation]]

[GSoC] My Git Dev Blog – Week 8
 2021-07-11 11:18 UTC 

[PATCH 0/3] Improve the documentation and warnings dealing with rename/copy limits
 2021-07-11  4:54 UTC  (8+ messages)
` [PATCH 1/3] doc: clarify documentation for "
` [PATCH 2/3] doc: document the special handling of -l0
` [PATCH 3/3] diff: correct warning message when renameLimit exceeded

[PATCH] pull: abort if --ff-only is given and fast-forwarding is impossible
 2021-07-11  1:26 UTC 

[RFC] Bump {diff,merge}.renameLimit ?
 2021-07-11  0:28 UTC 

[PATCH] worktree: teach `add` to accept --reason <string> with --lock
 2021-07-11  0:27 UTC  (19+ messages)
` [PATCH v2 0/3] worktree: teach add to accept --reason "
  ` [PATCH v2 1/3] t2400: remove unneeded `git rev-parse` from '"add" worktree with lock' test
  ` [PATCH v2 2/3] worktree: default lock string should be marked with `_()` for translation
  ` [PATCH v2 3/3] worktree: teach `add` to accept --reason <string> with --lock
  ` [PATCH v3 0/3] worktree: teach add to accept --reason "
    ` [PATCH v3 1/3] t2400: clean up '"add" worktree with lock' test
    ` [PATCH v3 2/3] worktree: mark lock strings with `_()` for translation
    ` [PATCH v3 3/3] worktree: teach `add` to accept --reason <string> with --lock

[PATCH v2 0/2] extra: new concept of extra components
 2021-07-10 23:46 UTC  (3+ messages)
` [PATCH v2 1/2] completion: graduate out of contrib
` [PATCH v2 2/2] git-new-workdir: "

[PATCH v4 00/13] send-email: various optimizations to speed up by >2x
 2021-07-10 23:23 UTC  (4+ messages)
` [PATCH v5 "
  ` [PATCH v5 02/13] send-email tests: test for boolean variables without a value

[PATCH] revision: allow pseudo options after --end-of-options
 2021-07-10 21:54 UTC  (4+ messages)

unit tests / cirrus ci fails
 2021-07-10 20:42 UTC  (4+ messages)

[PATCH] packfile: enhance the mtime of packfile by idx file
 2021-07-10 19:01 UTC 

[PATCH] commit: remove irrelavent prompt on `--allow-empty-message`
 2021-07-10 17:26 UTC  (9+ messages)
` [PATCH v3 1/2] commit: reorganise commit hint strings
` [PATCH v3 2/2] commit: remove irrelavent prompt on `--allow-empty-message`

[PATCH 0/5] Default aliases
 2021-07-10 15:30 UTC  (7+ messages)
` [PATCH 5/5] config: add default aliases

[PATCH v4 00/21] fsck: better "invalid object" error reporting
 2021-07-10 13:37 UTC  (23+ messages)
` [PATCH v5 00/21] fsck: lib-ify object-file.c & better fsck "
  ` [PATCH v5 01/21] fsck tests: refactor one test to use a sub-repo
  ` [PATCH v5 02/21] fsck tests: add test for fsck-ing an unknown type
  ` [PATCH v5 03/21] cat-file tests: test for missing object with -t and -s
  ` [PATCH v5 04/21] cat-file tests: test that --allow-unknown-type isn't on by default
  ` [PATCH v5 05/21] rev-list tests: test for behavior with invalid object types
  ` [PATCH v5 06/21] cat-file tests: add corrupt loose object test
  ` [PATCH v5 07/21] cat-file tests: test for current --allow-unknown-type behavior
  ` [PATCH v5 08/21] cache.h: move object functions to object-store.h
  ` [PATCH v5 09/21] object-file.c: don't set "typep" when returning non-zero
  ` [PATCH v5 10/21] object-file.c: make parse_loose_header_extended() public
  ` [PATCH v5 11/21] object-file.c: add missing braces to loose_object_info()
  ` [PATCH v5 12/21] object-file.c: simplify unpack_loose_short_header()
  ` [PATCH v5 13/21] object-file.c: split up ternary in parse_loose_header()
  ` [PATCH v5 14/21] object-file.c: stop dying "
  ` [PATCH v5 15/21] object-file.c: guard against future bugs in loose_object_info()
  ` [PATCH v5 16/21] object-file.c: return -1, not "status" from unpack_loose_header()
  ` [PATCH v5 17/21] object-file.c: return -2 on "header too long" in unpack_loose_header()
  ` [PATCH v5 18/21] fsck: don't hard die on invalid object types
  ` [PATCH v5 19/21] object-store.h: move read_loose_object() below 'struct object_info'
  ` [PATCH v5 20/21] fsck: report invalid types recorded in objects
  ` [PATCH v5 21/21] fsck: report invalid object type-path combinations

[GSoC] [PATCH 0/3] submodule add: partial conversion to C
 2021-07-10 12:04 UTC  (11+ messages)
` [GSoC] [PATCH v2 0/4] "
  ` [GSoC] [PATCH v2 2/4] submodule: prefix die messages with 'fatal'
  ` [GSoC] [PATCH v3 0/4] submodule add: partial conversion to C
    ` [GSoC] [PATCH v3 1/4] t7400: test failure to add submodule in tracked path
    ` [GSoC] [PATCH v3 2/4] submodule: prefix die messages with 'fatal'
    ` [GSoC] [PATCH v3 3/4] submodule--helper: refactor module_clone()
    ` [GSoC] [PATCH v3 4/4] submodule--helper: introduce add-clone subcommand

What's cooking in git.git (Jul 2021, #02; Thu, 8)
 2021-07-10  8:56 UTC  (5+ messages)

[PATCH] git-diff: fix missing --merge-base docs
 2021-07-10  9:28 UTC 

[PATCH 0/3] Add a generated list of hooks in hook-list.h
 2021-07-10  9:03 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/3] hook-list.h: add a generated list of hooks, like config-list.h

[PATCH 0/6] add missing __attribute__((format))
 2021-07-10  8:47 UTC  (7+ messages)
` [PATCH 1/6] *.c static functions: don't forward-declare __attribute__
` [PATCH 2/6] sequencer.c: move static function to avoid forward decl
` [PATCH 3/6] *.c static functions: add missing __attribute__((format))
` [PATCH 4/6] *.h: add a few "
` [PATCH 5/6] bugreport.c: tweak cmd_bugreport() to use __attribute__((printf))
` [PATCH 6/6] git-compat-util.h: add __attribute__((printf)) to git_*printf*

Pro Git book: concerning data lost due to ".gitignore"
 2021-07-10  8:23 UTC  (4+ messages)

[Question] worktree vs. gitdir in [includeIf]
 2021-07-09 22:37 UTC  (4+ messages)

[PATCH 0/5] Sparse index: integrate with commit and checkout
 2021-07-09 21:26 UTC  (2+ messages)

Bug with branches/merges in submodules
 2021-07-09 21:18 UTC  (2+ messages)

[BUG] `git reset --hard` fails with `update = none` submodules
 2021-07-09 20:26 UTC  (3+ messages)
` [PATCH v2] submodule: mark submodules with update=none as inactive

[PATCH v2 0/4] pack-objects: use revision.c's --stdin parsing
 2021-07-09 20:17 UTC  (15+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/4] revision.h: refactor "disable_stdin" and "read_from_stdin"
  ` [PATCH v3 3/4] pack-objects.c: do stdin parsing via revision.c's API
  ` [PATCH v3 4/4] pack-objects.c: make use of REV_INFO_STDIN_LINE_PROCESS
  ` [PATCH v4 0/5] revision.[ch]: add --stdin parsing API, use in pack-objects
    ` [PATCH v4 1/5] upload-pack: run is_repository_shallow() before setup_revisions()
    ` [PATCH v4 2/5] revision.h: refactor "disable_stdin" and "read_from_stdin"
    ` [PATCH v4 3/5] revision.[ch]: add a "handle_stdin_line" API
    ` [PATCH v4 4/5] pack-objects.c: do stdin parsing via revision.c's API
    ` [PATCH v4 5/5] pack-objects.c: make use of REV_INFO_STDIN_LINE_PROCESS

[PATCH 0/3] Override isatty with GIT_FORCE_TTY
 2021-07-09 19:56 UTC  (11+ messages)
` [PATCH 1/3] Change isatty's parameter to a *_FILENO define
` [PATCH 2/3] Allow isatty to be overriden with GIT_FORCE_TTY

Troubles redirecting git output
 2021-07-09 19:20 UTC  (3+ messages)

[filter-repo PATCH] filter-repo: help with local install
 2021-07-09 17:51 UTC  (4+ messages)

[PATCH] switch: rename --create to --new
 2021-07-09 17:43 UTC 

[PATCH] rev-list: add option for --pretty without header
 2021-07-09 15:44 UTC  (3+ messages)

[PATCH 00/10] diff --color-moved[-ws] speedups
 2021-07-09 15:36 UTC  (3+ messages)
` [PATCH 09/10] diff --color-moved-ws=allow-indentation-change: improve hash lookups

git checkout -b refs/master origin/master
 2021-07-09 14:56 UTC  (2+ messages)

[PATCH 0/2] pack-objects: missing tests & --stdin-packs segfault fix
 2021-07-09 10:13 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] pack-objects tests: cover blindspots in stdin handling
  ` [PATCH v2 2/2] pack-objects: fix segfault in --stdin-packs option

[PATCH v5 00/15] [GSOC][RFC] cat-file: reuse ref-filter logic
 2021-07-09 10:04 UTC  (6+ messages)
` [PATCH v6 "

git subscribe
 2021-07-09  9:50 UTC  (2+ messages)

[PATCH] Replace "stateless separator" with "response end"
 2021-07-09  2:27 UTC 

[PATCH v6 00/14] Sparse-index: integrate with status
 2021-07-09  1:16 UTC  (12+ messages)
` [PATCH v7 00/16] "
  ` [PATCH v7 10/16] unpack-trees: handle dir/file conflict of sparse entries
  ` [PATCH v7 12/16] diff-lib: handle index diffs with sparse dirs
  ` [PATCH v7 15/16] wt-status: expand added sparse directory entries

bug in "git fsck"?
 2021-07-08 16:36 UTC  (9+ messages)
    ` Antw: [EXT] "


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