git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-01-29 12:33:29 to 2020-01-31 18:22:30 UTC [more...]

[Outreachy][PATCH v2 00/11] Finish converting git bisect to C part 1
 2020-01-31 18:22 UTC  (20+ messages)
` [PATCH v2 04/11] run-command: make `exists_in_PATH()` non-static
      ` Fwd: "
` [PATCH v2 05/11] bisect--helper: introduce new `decide_next()` function
` [PATCH v2 06/11] bisect: libify `exit_if_skipped_commits` to `error_if_skipped*` and its dependents
` [PATCH v2 09/11] bisect: libify `check_good_are_ancestors_of_bad` "
            ` Fwd: "

[PATCH 0/6] Avoid multiple recursive calls for same path in read_directory_recursive()
 2020-01-31 18:17 UTC  (21+ messages)
` [PATCH 1/6] dir: consolidate treat_path() and treat_one_path()
` [PATCH 2/6] dir: fix broken comment
` [PATCH 3/6] dir: fix confusion based on variable tense
` [PATCH 4/6] dir: move setting of nested_repo next to its actual usage
` [PATCH 5/6] dir: replace exponential algorithm with a linear one
` [PATCH 6/6] t7063: blindly accept diffs

git-p4 cannot use perforce client created by p4java — "Expected view key View1 missing"
 2020-01-31 18:15 UTC  (5+ messages)

[RFC PATCH] diff: only prefetch for certain output formats
 2020-01-31 18:08 UTC  (6+ messages)

[PATCH] submodule foreach: replace $path with $sm_path in example
 2020-01-31 17:08 UTC 

[PATCH] branch: let '--edit-description' default to rebased branch during rebase
 2020-01-31 16:16 UTC  (11+ messages)

command
 2020-01-31 15:56 UTC 

Sparse checkout inconsistency with non-folder paths between cone mode and full matching (2.5.0)
 2020-01-31 15:13 UTC  (4+ messages)

[PATCH 0/3] builtin/commit-graph.c: new split/merge options
 2020-01-31 14:41 UTC  (10+ messages)
` [PATCH 1/3] builtin/commit-graph.c: support '--split[=<strategy>]'
` [PATCH 2/3] builtin/commit-graph.c: introduce '--input=<source>'
` [PATCH 3/3] builtin/commit-graph.c: support '--input=none'

[PATCH] doc: describe Git bundle format
 2020-01-31 13:56 UTC  (2+ messages)

[PATCH 0/6] commit-graph: use 'struct object_directory *' everywhere
 2020-01-31 13:22 UTC  (11+ messages)
` [PATCH 1/6] t5318: don't pass non-object directory to '--object-dir'
` [PATCH 5/6] commit-graph.c: remove path normalization, comparison
` [PATCH 6/6] commit-graph.h: use odb in 'load_commit_graph_one_fd_st'
` [PATCH 2/6] commit-graph.h: store object directory in 'struct commit_graph'
` [PATCH 4/6] commit-graph.h: store an odb in 'struct write_commit_graph_context'
` [PATCH 3/6] builtin/commit-graph.c: die() with unknown '--object-dir'

Patch text in git-add patch mode lacks whitespace highlighting
 2020-01-31 12:37 UTC  (4+ messages)
  ` [PATCH] diff: move diff.wsErrorHighlight to "basic" config

[PATCH v2 0/1] [Outreachy] add: use advise function to display hints
 2020-01-31 11:16 UTC  (4+ messages)
` [PATCH v3] add: use advice API "

[Outreachy][PATCH 00/29] Finish converting git bisect to C part 1
 2020-01-31 10:53 UTC  (14+ messages)
` [PATCH 11/29] bisect: libify `bisect_next_all`
` [PATCH 12/29] bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functions in C

[PATCHv1 0/6] git-p4: wait() for child processes better
 2020-01-31 10:36 UTC  (11+ messages)
` [PATCHv1 1/6] git-p4: make closeStreams() idempotent
  ` [PATCHv1 2/6] git-p4: add P4CommandException to report errors talking to Perforce
    ` [PATCHv1 3/6] git-p4: disable some pylint warnings, to get pylint output to something manageable
      ` [PATCHv1 4/6] git-p4: create helper function importRevisions()

[GSoC] Exploring Previous year Projects
 2020-01-31  9:57 UTC  (6+ messages)
  ` Converting scripted commands to built-ins, was "

[PATCH 0/3] some minor memory allocation cleanups
 2020-01-31  9:29 UTC  (10+ messages)
` [PATCH 1/3] normalize_path_copy(): document "dst" size expectations
` [PATCH 2/3] walker_fetch(): avoid raw array length computation
` [PATCH 3/3] traverse_trees(): use stack array for name entries

[PATCH 0/7] fix inconsistent uses of the_repo in parse_object()'s call chain
 2020-01-31  9:03 UTC  (11+ messages)
` [PATCH 1/7] diff: make diff_populate_filespec() honor its repo argument
` [PATCH 2/7] cache-tree: use given repo's hash_algo at verify_one()
` [PATCH 3/7] pack-check: use given repo's hash_algo at verify_packfile()
` [PATCH 4/7] streaming: allow open_istream() to handle any repo
` [PATCH 5/7] sha1-file: pass git_hash_algo to write_object_file_prepare()
` [PATCH 6/7] sha1-file: pass git_hash_algo to hash_object_file()
` [PATCH 7/7] sha1-file: allow check_object_signature() to handle any repo

[PATCH] C: use skip-prefix to avoid hardcoded string length
 2020-01-31  0:19 UTC  (5+ messages)
    ` [PATCH v2] "

Bug or unexpected behaviour in git show <rev>:a\b
 2020-01-31  0:15 UTC  (7+ messages)
` [PATCH 3/3] sha1-name: mark get_oid() error messages for translation

Facing error in git-imap-send while compiling Git
 2020-01-30 23:03 UTC  (11+ messages)

change of mail archive?
 2020-01-30 22:44 UTC  (2+ messages)

[PATCH v4 00/15] add git-bugreport tool
 2020-01-30 22:36 UTC  (21+ messages)
` [PATCH v5 "
  ` [PATCH v5 01/15] bugreport: add tool to generate debugging info
  ` [PATCH v5 02/15] help: move list_config_help to builtin/help
  ` [PATCH v5 03/15] bugreport: gather git version and build info
  ` [PATCH v5 04/15] help: add shell-path to --build-options
  ` [PATCH v5 06/15] bugreport: add compiler info
  ` [PATCH v5 07/15] bugreport: add curl version
  ` [PATCH v5 08/15] bugreport: include user interactive shell
  ` [PATCH v5 09/15] bugreport: generate config safelist based on docs
  ` [PATCH v5 10/15] bugreport: add config values from safelist

Inconsistent results from git rev-parse --show-toplevel
 2020-01-30 21:59 UTC  (7+ messages)

[PATCHv1 0/1] git-p4: fix file descriptor leak
 2020-01-30 20:22 UTC  (3+ messages)
` [PATCHv1 1/1] git-p4: avoid leak of file handle when cloning

[PATCH 0/2] Skip a connectivity check during fetch --filter
 2020-01-30 18:57 UTC  (6+ messages)
` [PATCH 1/2] connected: verify promisor-ness of partial clone
` [PATCH 2/2] fetch: forgo full connectivity check if --filter

[PATCH] git-p4: Add hook p4-pre-pedit-changelist
 2020-01-30 18:39 UTC  (10+ messages)

[PATCH v3] git: update documentation for --git-dir
 2020-01-30 18:26 UTC  (3+ messages)
` [PATCH v4] "

[ANNOUNCE] Git v2.25.0
 2020-01-30 18:24 UTC  (3+ messages)
` [PATCH] .mailmap: map Yi-Jyun Pan's email

[PATCH] grep: ignore --recurse-submodules if --no-index is given
 2020-01-30 18:14 UTC  (3+ messages)
` [PATCH v2] "

How to undo git sparse-checkout set only for one directory?
 2020-01-30 15:08 UTC  (2+ messages)

[PATCH v2 00/12] Harden the sparse-checkout builtin
 2020-01-30 15:01 UTC  (13+ messages)
` [PATCH v3 "
  ` [PATCH v3 09/12] sparse-checkout: properly match escaped characters
  ` [PATCH v3 10/12] sparse-checkout: write escaped patterns in cone mode

[PATCH v2 00/14] git-p4: python3 compatibility
 2020-01-30 13:35 UTC  (4+ messages)

[PATCH v3 00/12] grep: improve threading and fix race conditions
 2020-01-30 13:28 UTC  (7+ messages)
` [PATCH v3 08/12] grep: allow submodule functions to run in parallel

[GSoC] Doubts in an issue
 2020-01-30 11:30 UTC  (2+ messages)

[PATCH] clone: teach --single-branch and --branch during --recurse
 2020-01-30 10:23 UTC  (3+ messages)
` [PATCH v2] clone: pass --single-branch during --recurse-submodules

[PATCH] mailinfo: don't discard names under 3 characters
 2020-01-30 10:06 UTC  (2+ messages)

packObjectsHook and the git executable
 2020-01-30  8:23 UTC  (4+ messages)

[PATCH 0/5] Reftable support git-core
 2020-01-30  7:26 UTC  (21+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/5] create .git/refs in files-backend.c
` [PATCH v2 5/5] Reftable support for git-core

[PATCH v5 0/6] config: allow user to know scope of config options
 2020-01-29 23:03 UTC  (5+ messages)
` [PATCH v6 "
  ` [PATCH v6 6/6] config: add '--show-scope' to print the scope of a config value

git status --ignored hangs when a deep directory structure present in working tree
 2020-01-29 22:10 UTC  (4+ messages)

Sparse Checkout Trouble (2.5.0)
 2020-01-29 16:31 UTC  (10+ messages)

[PATCH 1/3] doc: reword -B option of diff into something sensible
 2020-01-29 12:33 UTC  (2+ 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).