git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-07-06 18:56:56 to 2021-07-08 23:52:14 UTC [more...]

[PATCH v6 00/14] Sparse-index: integrate with status
 2021-07-08 23:51 UTC  (9+ messages)
` [PATCH v7 00/16] "
  ` [PATCH v7 09/16] unpack-trees: unpack sparse directory entries
  ` [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: improve git switch documentation
 2021-07-08 23:11 UTC  (27+ messages)
                  ` What actually is a branch?

What's cooking in git.git (Jul 2021, #02; Thu, 8)
 2021-07-08 22:28 UTC 

[PATCH v2 0/4] pack-objects: use revision.c's --stdin parsing
 2021-07-08 22:21 UTC  (8+ 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] commit: remove irrelavent prompt on `--allow-empty-message`
 2021-07-08 18:26 UTC  (13+ messages)
  ` [PATCH v2 1/2] commit: reorganise duplicate commit prompt strings
  ` [PATCH v2 2/2] commit: remove irrelavent prompt on `--allow-empty-message`

[Question] worktree vs. gitdir in [includeIf]
 2021-07-08 18:15 UTC  (3+ messages)

[PATCH] revision: allow pseudo options after --end-of-options
 2021-07-08 17:01 UTC  (2+ messages)

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

[PATCH] worktree: teach `add` to accept --reason <string> with --lock
 2021-07-08 15:50 UTC  (7+ 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

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

[PATCH] help: convert git_cmd to page in one place
 2021-07-08 15:12 UTC  (6+ messages)
` [PATCH resend] "

Default ssh command
 2021-07-08 13:50 UTC  (5+ messages)

What's cooking in git.git (Jul 2021, #01; Tue, 6)
 2021-07-08 12:39 UTC  (8+ messages)

[PATCH 0/3] fetch: fix segfault, missing docs in --negotiate-only
 2021-07-08 10:53 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] send-pack.c: move "no refs in common" abort earlier
  ` [PATCH v2 2/3] fetch: document the --negotiate-only option
  ` [PATCH v2 3/3] fetch: fix segfault in --negotiate-only without --negotiation-tip=*

git interpret-trailers: behavior with input without trailing newline
 2021-07-08 10:33 UTC 

[PATCH v2 0/5] optimizations for many alternates
 2021-07-08  4:57 UTC  (11+ messages)
` [PATCH v3 "
` [PATCH v3 1/5] speed up alt_odb_usable() with "
` [PATCH v3 2/5] avoid strlen via strbuf_addstr in link_alt_odb_entry
` [PATCH v3 3/5] make object_directory.loose_objects_subdir_seen a bitmap
` [PATCH v3 4/5] oidcpy_with_padding: constify `src' arg
` [PATCH v3 5/5] oidtree: a crit-bit tree for odb_loose_cache

[PATCH 0/3] strbuf.[ch]: add STRBUF_HINT_SIZE, don't hardcode 8192
 2021-07-07 23:22 UTC  (11+ messages)
` [PATCH 1/3] strbuf.[ch]: add STRBUF_HINT_SIZE macro = 8192
` [PATCH 2/3] strbuf.h API users: don't hardcode 8192, use STRBUF_HINT_SIZE
` [PATCH 3/3] strbuf.[ch]: make strbuf_fread() take hint, not size

[PATCH 0/5] optimizations for many odb alternates
 2021-07-07 23:12 UTC  (9+ messages)
` [PATCH v2 1/5] speed up alt_odb_usable() with many alternates
` [PATCH v2 5/5] oidtree: a crit-bit tree for odb_loose_cache

Question regarding Version Control with Git 2nd
 2021-07-07 21:43 UTC 

[PATCH v2 0/8] refs: cleanup errno sideband ref related functions
 2021-07-07 20:44 UTC  (21+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 4/5] refs: add failure_errno to refs_read_raw_ref() signature
  ` [PATCH v4 0/6] refs: cleanup errno sideband ref related functions
    ` [PATCH v4 2/6] refs/files-backend: stop setting errno from lock_ref_oid_basic
    ` [PATCH v4 3/6] refs: make errno output explicit for read_raw_ref_fn
    ` [PATCH v4 4/6] refs: add failure_errno to refs_read_raw_ref() signature
    ` [PATCH v4 5/6] refs: explicitly return failure_errno from parse_loose_ref_contents
    ` [PATCH v4 6/6] refs: make errno output explicit for refs_resolve_ref_unsafe
    ` [PATCH v5 0/6] refs: cleanup errno sideband ref related functions
      ` [PATCH v5 1/6] refs: remove EINVAL errno output from specification of read_raw_ref_fn
      ` [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 v5 6/6] refs: make errno output explicit for refs_resolve_ref_unsafe

git-am changes author if its short
 2021-07-07 17:08 UTC  (3+ messages)

Bug with branches/merges in submodules
 2021-07-07 13:13 UTC 

[PATCH 0/5] tests: migrate to "test-tool pkt-line"
 2021-07-07 10:21 UTC  (6+ messages)
` [PATCH 1/5] serve tests: add missing "extra delim" test
` [PATCH 2/5] serve tests: use test_cmp in "protocol violations" test
` [PATCH 3/5] tests: replace [de]packetize() shell+perl test-tool pkt-line
` [PATCH 4/5] tests: replace remaining packetize() with "test-tool pkt-line"
` [PATCH 5/5] test-lib-functions.sh: remove unused [de]packetize() functions

[PATCH] imap-send.c: use less verbose strbuf_fread() idiom
 2021-07-07  9:05 UTC 

[PATCH] Add commit & tag signing/verification via SSH keys using ssh-keygen
 2021-07-07  8:48 UTC  (6+ messages)

[PATCH try2] pull: introduce --merge option
 2021-07-07  3:09 UTC 

[PATCH v2 try2] test: fix for TEST_OUTPUT_DIRECTORY
 2021-07-07  3:07 UTC 

[PATCH try2] rev-parse: make --quiet really be quiet
 2021-07-07  3:04 UTC 

[PATCH v2 0/5] t: new helper test_line_count_cmd
 2021-07-07  3:03 UTC  (6+ messages)
` [PATCH v5 0/3] new test-libs-function: test_stdout_line_count
  ` [PATCH v5 1/3] test-lib-functions: introduce test_stdout_line_count

[PATCH v5 0/4] completion: bash: a bunch of fixes
 2021-07-07  2:31 UTC  (5+ messages)
` [PATCH v5 1/4] completion: bash: fix prefix detection in branch.*
` [PATCH v5 2/4] completion: bash: fix for suboptions with value
` [PATCH v5 3/4] completion: bash: fix for multiple dash commands
` [PATCH v5 4/4] completion: bash: add correct suffix in variables

[PATCH v2 00/28] Builtin FSMonitor Feature
 2021-07-07  2:14 UTC  (12+ messages)
` [PATCH v3 00/34] "
  ` [PATCH v3 19/34] fsmonitor-fs-listen-win32: implement FSMonitor backend on Windows

[PATCH] docs: .gitignore in parents is current repo only
 2021-07-07  1:20 UTC  (8+ messages)
` [PATCH] docs: .gitignore parsing is to the top of the repo

[PATCH RFC] rebase: respect --ff-only option
 2021-07-07  1:13 UTC  (8+ messages)

git subscribe
 2021-07-07  1:06 UTC 

[PATCH v2 0/7] ci: speed-up the Windows parts of our GitHub workflow
 2021-07-06 23:20 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/7] ci: use the new GitHub Action to download git-sdk-64-minimal
  ` [PATCH v3 6/7] ci(vs-build): build with NO_GETTEXT

[PATCH] rev-list: add option for --pretty without header
 2021-07-06 22:43 UTC 

The git spring cleanup challenge completion
 2021-07-06 22:31 UTC  (7+ messages)

[RFC PATCH 00/35] git update: fix broken git pull
 2021-07-06 22:26 UTC  (22+ messages)
` [RFC PATCH 01/35] merge: improve fatal fast-forward message
` [RFC PATCH 05/35] fast-forward: add advice for novices
` [RFC PATCH 10/35] update: add --ff option
` [RFC PATCH 11/35] update: add --merge mode

Why the Makefile is so eager to re-build & re-link
 2021-07-06 22:25 UTC  (6+ messages)
` [PATCH] Documentation/Makefile: don't re-build on 'git version' changes

Applying a patch with a diff header in its commit message
 2021-07-06 22:17 UTC  (4+ messages)

[ANNOUNCE] Git for Windows 2.32.0(2)
 2021-07-06 22:04 UTC  (2+ messages)

[PATCH 0/3] Override isatty with GIT_FORCE_TTY
 2021-07-06 22:03 UTC  (6+ messages)
` [PATCH 1/3] Change isatty's parameter to a *_FILENO define
` [PATCH 2/3] Allow isatty to be overriden with GIT_FORCE_TTY
` [PATCH 3/3] Add tests for GIT_FORCE_TTY

[PATCH 0/5] Default aliases
 2021-07-06 21:59 UTC  (9+ messages)
` [PATCH 5/5] config: add default aliases

[PATCH v6 0/3] maintenance: add support for systemd timers on Linux
 2021-07-06 21:18 UTC  (8+ messages)
` [PATCH v7 "
  ` [PATCH v7 2/3] maintenance: `git maintenance run` learned `--scheduler=<scheduler>`
  ` [PATCH v7 3/3] maintenance: add support for systemd timers on Linux

What's cooking in git.git (Jun 2021, #07; Wed, 30)
 2021-07-06 20:36 UTC  (5+ messages)

[PATCH 0/2] fix 2 more test files that were accessing file system directly
 2021-07-06 19:55 UTC  (2+ messages)

[PATCH] refs: ref_iterator_peel returns boolean, rather than peel_status
 2021-07-06 19:54 UTC  (6+ messages)
` [PATCH v2] refs: make explicit that ref_iterator_peel returns boolean

[PATCH] fetch: Fix segfault on pull --set-upstream outside a branch
 2021-07-06 19:50 UTC  (4+ 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).