git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-02-24 17:34:08 to 2020-02-27 14:10:21 UTC [more...]

[PATCH 1/1] ls-remote: don't use '-h' for options
 2020-02-27 14:10 UTC  (3+ messages)

[PATCH v2 00/24] SHA-256 stage 4 implementation, part 1/3
 2020-02-27 13:24 UTC  (24+ messages)
` [PATCH v2 07/24] t6300: abstract away SHA-1-specific constants
` [PATCH v2 10/24] t/helper: initialize repository if necessary
` [PATCH v2 13/24] builtin/init-db: allow specifying hash algorithm on command line
` [PATCH v2 17/24] commit: use expected signature header for SHA-256
` [PATCH v2 18/24] gpg-interface: improve interface for parsing tags
` [PATCH v2 19/24] tag: store SHA-256 signatures in a header

[PATCH 0/3] ci: upgrade to the latest Azure Pipelines agent pools
 2020-02-27 13:23 UTC  (11+ messages)
` [PATCH 1/3] t/lib-httpd: avoid using BSD's sed
` [PATCH 2/3] ci: prevent `perforce` from being quarantined
` [PATCH 3/3] Azure Pipeline: switch to the latest agent pools
` [PATCH v2 0/3] ci: upgrade to the latest Azure Pipelines "
  ` [PATCH v2 1/3] t/lib-httpd: avoid using macOS' sed
  ` [PATCH v2 2/3] ci: prevent `perforce` from being quarantined
  ` [PATCH v2 3/3] Azure Pipeline: switch to the latest agent pools

git-core: try_to_follow_renames(): git killed by SIGSEGV
 2020-02-27 12:56 UTC 

Nested submodule checkout
 2020-02-27 10:43 UTC  (5+ messages)
  ` Nested submodule status bug
      ` Spurious GIT_DIR set when in a worktree [was Re: Nested submodule status bug]

Q: submodules and detached HEAD
 2020-02-27  9:43 UTC 

[GSoC][RFC][PATCH 0/2] STRBUF_INIT_CONST Cover
 2020-02-27  6:50 UTC  (5+ messages)
` [GSoC][RFC][PATCH 1/2] STRBUF_INIT_CONST: a new way to initialize strbuf

Git Test Coverage Report (Feb 26, 2020)
 2020-02-27  6:45 UTC 

[PATCH v3 0/2] [Outreachy] advice: revamp advise API
 2020-02-27  4:35 UTC  (34+ messages)
` [PATCH v4 0/3] "
  ` [PATCH v4 1/3] advice: extract vadvise() from advise()
  ` [PATCH v4 2/3] advice: revamp advise API
  ` [PATCH v4 3/3] tag: use new advice API to check visibility
  ` [PATCH v5 0/3] [Outreachy] advice: revamp advise API
    ` [PATCH v5 1/3] advice: extract vadvise() from advise()
    ` [PATCH v5 2/3] advice: revamp advise API
    ` [PATCH v5 3/3] tag: use new advice API to check visibility
    ` [PATCH v6 0/4] [Outreachy] advice: revamp advise API
      ` [PATCH v6 1/4] advice: extract vadvise() from advise()
      ` [PATCH v6 2/4] advice: change "setupStreamFailure" to "setUpstreamFailure"
      ` [PATCH v6 3/4] advice: revamp advise API
      ` [PATCH v6 4/4] tag: use new advice API to check visibility

[PATCH 0/5] Testcase cleanups (merge related)
 2020-02-27  0:14 UTC  (6+ messages)
` [PATCH 1/5] t602[1236], t6034: modernize test formatting
` [PATCH 2/5] t6020, t6022, t6035: update merge tests to use test helper functions
` [PATCH 3/5] t3035: prefer test_must_fail to bash negation for git commands
` [PATCH 4/5] t6022, t6046: test expected behavior instead of testing a proxy for it
` [PATCH 5/5] t6020: new test with interleaved lexicographic ordering of directories

[PATCH] merge-recursive: apply collision handling unification to recursive case
 2020-02-27  0:05 UTC 

[PATCH v5 0/5] Reftable support git-core
 2020-02-27  0:01 UTC  (20+ messages)
` [PATCH v6 "
  ` [PATCH v7 0/6] "
    ` [PATCH v7 1/6] refs.h: clarify reflog iteration order
    ` [PATCH v7 2/6] create .git/refs in files-backend.c
    ` [PATCH v7 3/6] refs: document how ref_iterator_advance_fn should handle symrefs
    ` [PATCH v7 4/6] reftable: file format documentation
    ` [PATCH v7 5/6] Add reftable library
    ` [PATCH v7 6/6] Reftable support for git-core

[PATCH 0/2] Add HTTPS proxy SSL options (cert, key, cainfo)
 2020-02-26 23:23 UTC  (7+ messages)
` [PATCH 1/2] http: add client cert for HTTPS proxies
` [PATCH v2 0/2] Add HTTPS proxy SSL options (cert, key, cainfo)
  ` [PATCH v2 1/2] http: add client cert for HTTPS proxies
  ` [PATCH v2 2/2] config: documentation for HTTPS proxy client cert

Making GitGitGadget conversion lossless
 2020-02-26 22:27 UTC  (5+ messages)

What's cooking in git.git (Feb 2020, #05; Tue, 25)
 2020-02-26 21:06 UTC  (8+ messages)

git-shell default working directory
 2020-02-26 20:39 UTC  (5+ messages)

[PATCH v2] describe: dont abort too early when searching tags
 2020-02-26 20:13 UTC  (2+ messages)

What's cooking in git.git (Feb 2020, #04; Mon, 17)
 2020-02-26 20:04 UTC  (7+ messages)
  ` en/rebase-backend, was "

[PATCH 0/3] commit: fix advice for empty commits during rebases
 2020-02-26 19:45 UTC  (4+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 8/9] [RFC] rebase: fix advice when a fixup creates an empty commit

[Outreachy][PATCH 00/10] Finish converting git bisect to C part 2
 2020-02-26 19:34 UTC  (13+ messages)
` [PATCH 01/10] bisect--helper: introduce new `write_in_file()` function
` [PATCH 02/10] bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functions in C
` [PATCH 03/10] bisect--helper: finish porting `bisect_start()` to C
` [PATCH 04/10] bisect--helper: retire `--bisect-clean-state` subcommand
` [PATCH 05/10] bisect--helper: retire `--next-all` subcommand
` [PATCH 06/10] bisect--helper: reimplement `bisect_autostart` shell function in C
` [PATCH 07/10] bisect--helper: reimplement `bisect_state` & `bisect_head` shell functions "
` [PATCH 08/10] bisect--helper: retire `--check-expected-revs` subcommand
` [PATCH 09/10] bisect--helper: retire `--write-terms` subcommand
` [PATCH 10/10] bisect--helper: retire `--bisect-autostart` subcommand

create reflog for reflog-less ref
 2020-02-26 18:40 UTC  (7+ messages)

GSoC and Outreachy Summer 2020?
 2020-02-26 18:38 UTC  (18+ messages)

[GSoC][RFC][PROPOSAL v1] Unify ref-filter formats with other --pretty formats
 2020-02-26 16:59 UTC  (2+ messages)

[PATCH v8 00/15] add git-bugreport tool
 2020-02-26 16:49 UTC  (25+ messages)
` [PATCH v8 03/15] bugreport: add tool to generate debugging info
` [PATCH v8 07/15] bugreport: add git-remote-https version
` [PATCH v8 09/15] bugreport: generate config safelist based on docs
` [PATCH v8 11/15] bugreport: collect list of populated hooks
` [PATCH v8 12/15] bugreport: count loose objects
` [PATCH v8 13/15] bugreport: add packed object summary

[PATCH v6 0/3] git-gui: revert untracked files by deleting them
 2020-02-26  8:24 UTC  (4+ messages)
` [PATCH v7 "
  ` [PATCH v7 2/3] git-gui: update status bar to track operations

GSOC'20
 2020-02-26  8:20 UTC 

[GSoC][RFC][PROPOSAL v1] Unify ref-filter formats with other --pretty formats
 2020-02-26  0:03 UTC 

[PATCH] describe: dont abort too early when searching tags
 2020-02-25 20:10 UTC  (4+ messages)

[GSoC][RFC] Proposal: Convert scripts to builtins
 2020-02-25 19:45 UTC 

Git Rebase: test failing with GIT_TEST_STASH_USE_BUILTIN=false
 2020-02-25 16:57 UTC  (2+ messages)

[PATCH 0/9] [RFC] Changed Paths Bloom Filters
 2020-02-25 15:58 UTC  (26+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v2 02/11] bloom: core Bloom filter implementation for changed paths
  ` [PATCH v2 05/11] commit-graph: examine changed-path objects in pack order
  ` [PATCH v2 06/11] commit-graph: examine commits by generation number
  ` [PATCH v2 07/11] commit-graph: write Bloom filters to commit graph file
  ` [PATCH v2 08/11] commit-graph: reuse existing Bloom filters during write
  ` [PATCH v2 09/11] commit-graph: add --changed-paths option to write subcommand

[almost-patch] Add diff regular expressions for Markdown and Zshell
 2020-02-25 13:56 UTC 

[GSoC Patch v3 1/2] lib-log-graph: consolidate test_cmp_graph logic
 2020-02-25  7:30 UTC 

Bug: 'git ls-files' doesn't work on submodule in post-commit hook
 2020-02-25  7:10 UTC  (3+ messages)

[PATCH 0/10] removing nth_packed_object_sha1()
 2020-02-25  0:33 UTC  (6+ messages)
` [PATCH 01/10] nth_packed_object_oid(): use customary integer return
` [PATCH 02/10] pack-objects: read delta base oid into object_id struct

[PATCH] clone: use submodules.recurse option for automatically clone submodules
 2020-02-24 23:06 UTC  (5+ messages)
` [PATCH v2] "
    ` AW: "
  ` [PATCH v3] clone: use submodule.recurse "

[PATCH v2 0/4] [GSoC] receive.denyCurrentBranch: respect all worktrees
 2020-02-24 22:27 UTC  (8+ messages)
` [PATCH v3 0/3] "
  ` [PATCH v3 1/3] get_main_worktree(): allow it to be called in the Git directory

Inconsistancy with `git rebase --preserve-merges`
 2020-02-24 21:35 UTC  (3+ messages)

[GSoC Patch 1/5] lib-log-graph.sh: consolidate test_cmp_graph logic
 2020-02-24 21:17 UTC  (3+ messages)
` [GSoC Patch v3 1/2] lib-log-graph: "

BUG: git worktree add directory-path fails due to over-aggressive disallowing of worktrees with same suffix
 2020-02-24 21:06 UTC  (5+ messages)
` [PATCH 0/3] git-worktree: fix "add" being fooled by suffix matching
  ` [PATCH 3/3] worktree: don't allow "add" validation to be "

[PATCH 1/3] t4117: check for files using `test_path_is_file`
 2020-02-24 20:49 UTC  (7+ messages)
` [PATCH 2/3] t9810: drop debug `cat` call
` [PATCH 3/3] t: drop debug `cat` calls

[PATCH] worktree: drop unused code from get_main_worktree()
 2020-02-24 20:20 UTC  (3+ messages)

[PATCH] use strpbrk(3) to search for characters from a given set
 2020-02-24 19:10 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).