git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-02-07 20:44:27 to 2020-02-11 17:20:07 UTC [more...]

[PATCH] strbuf: add and use strbuf_insertstr()
 2020-02-11 17:20 UTC  (22+ messages)
` [PATCH v2] "
        ` [PATCH 0/4] some more mailinfo cleanups
          ` [PATCH 1/4] mailinfo: treat header values as C strings
          ` [PATCH 2/4] mailinfo: simplify parsing of header values
          ` [PATCH 3/4] mailinfo: be more liberal with header whitespace
          ` [PATCH 4/4] mailinfo: factor out some repeated header handling
  ` [PATCH 2/1] mailinfo: don't insert header prefix for handle_content_type()

[PATCH 0/4] Sparse-checkout: Add subcommand and Windows paths
 2020-02-11 17:06 UTC  (8+ messages)
` [PATCH 1/4] sparse-checkout: extract add_patterns_from_input()
` [PATCH 2/4] sparse-checkout: extract pattern update from 'set' subcommand
` [PATCH 3/4] sparse-checkout: create 'add' subcommand
` [PATCH 4/4] sparse-checkout: work with Windows paths

[PATCH 0/1] [RFC][GSoC] submodule: enforcing stricter checks
 2020-02-11 17:03 UTC  (2+ messages)
` [PATCH 1/1][RFC][GSoC] submodule: using 'is_writing_gitmodules_ok()' for a stricter check

[PATCH v3 0/6] Reftable support git-core
 2020-02-11 16:46 UTC  (19+ messages)
` [PATCH v4 0/5] "
  ` [PATCH v4 4/5] Add reftable library
  ` [PATCH v4 5/5] Reftable support for git-core
  ` [PATCH v5 0/5] Reftable support git-core
    ` [PATCH v5 1/5] refs.h: clarify reflog iteration order
    ` [PATCH v5 2/5] create .git/refs in files-backend.c
    ` [PATCH v5 3/5] refs: document how ref_iterator_advance_fn should handle symrefs
    ` [PATCH v5 4/5] Add reftable library
    ` [PATCH v5 5/5] Reftable support for git-core

What's cooking in git.git (Feb 2020, #02; Mon, 10)
 2020-02-11 15:03 UTC  (2+ messages)
` ds/ (was Re: What's cooking in git.git (Feb 2020, #02; Mon, 10))

Git tedious verbosity
 2020-02-11 14:19 UTC  (2+ messages)

Develop a patch series with git?
 2020-02-11 13:40 UTC  (2+ messages)

[PATCH v6 0/6] config: allow user to know scope of config options
 2020-02-11 12:37 UTC  (23+ messages)
` [PATCH v7 00/10] "
  ` [PATCH v7 01/10] config: fix typo in variable name
  ` [PATCH v7 02/10] t1300: fix over-indented HERE-DOCs
  ` [PATCH v7 03/10] t1300: create custom config file without special characters
  ` [PATCH v7 04/10] config: make scope_name non-static and rename it
  ` [PATCH v7 05/10] config: split repo scope to local and worktree
  ` [PATCH v7 06/10] config: clarify meaning of command line scoping
  ` [PATCH v7 07/10] config: preserve scope in do_git_config_sequence
  ` [PATCH v7 08/10] config: teach git_config_source to remember its scope
  ` [PATCH v7 09/10] submodule-config: add subomdule config scope
  ` [PATCH v7 10/10] config: add '--show-scope' to print the scope of a config value

[PATCH] advice: refactor advise API
 2020-02-11  6:08 UTC  (15+ messages)

What's cooking in git.git (Feb 2020, #02; Mon, 10)
 2020-02-10 22:29 UTC 

[PATCH 0/4] parse-options: simplify parse_options_concat() and parse_options_dup()
 2020-02-10 22:25 UTC  (9+ messages)
` [PATCH 1/4] parse-options: use COPY_ARRAY in parse_options_concat()
` [PATCH 2/4] parse-options: factor out parse_options_count()
` [PATCH 3/4] parse-options: const parse_options_concat() parameters
` [PATCH 4/4] parse-options: simplify parse_options_dup()

[PATCH v2 0/4] git-p4: add hook p4-pre-edit-changelist
 2020-02-10 22:24 UTC  (19+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 1/5] git-p4: rewrite prompt to be Windows compatible
  ` [PATCH v3 2/5] git-p4: create new function run_git_hook
  ` [PATCH v3 3/5] git-p4: add --no-verify option
  ` [PATCH v4 0/6] git-p4: add hooks for p4-changelist
    ` [PATCH v4 1/6] git-p4: rewrite prompt to be Windows compatible
    ` [PATCH v4 2/6] git-p4: create new function run_git_hook
    ` [PATCH v4 3/6] git-p4: add --no-verify option
    ` [PATCH v4 4/6] git-p4: restructure code in submit
    ` [PATCH v4 5/6] git-p4: add p4 submit hooks
    ` [PATCH v4 6/6] git-4: add RCS keyword status message

git-patch-id and syntactically significant whitespace
 2020-02-10 22:24 UTC  (2+ messages)

URL rewrites for submodules
 2020-02-10 22:04 UTC  (2+ messages)

[PATCH 1/2] gitk: re-generate German po file from current source code
 2020-02-10 21:58 UTC  (2+ messages)
` [PATCH 2/2] gitk: update German translation

[PATCH 0/8] Support --pathspec-from-file in rm, stash
 2020-02-10 20:39 UTC  (18+ messages)
` [PATCH 2/8] rm: support the --pathspec-from-file option
` [PATCH 4/8] doc: stash: split options from description (2)
` [PATCH v2 0/8] Support --pathspec-from-file in rm, stash
  ` [PATCH v2 1/8] doc: rm: synchronize <pathspec> description
  ` [PATCH v2 2/8] rm: support the --pathspec-from-file option
  ` [PATCH v2 3/8] doc: stash: split options from description (1)
  ` [PATCH v2 4/8] doc: stash: split options from description (2)
  ` [PATCH v2 5/8] doc: stash: document more options
  ` [PATCH v2 6/8] doc: stash: synchronize <pathspec> description
  ` [PATCH v2 7/8] stash: eliminate crude option parsing
  ` [PATCH v2 8/8] stash push: support the --pathspec-from-file option

What's cooking in git.git (Feb 2020, #01; Wed, 5)
 2020-02-10 19:56 UTC  (6+ messages)

[RFC PATCH 0/3] git-merge: update default commit message
 2020-02-10 18:51 UTC  (6+ messages)
` [RFC PATCH 1/3] git-merge: add option to format default message using multiple lines
` [RFC PATCH 2/3] Add merge commit message type autoselect logic
` [RFC PATCH 3/3] Enable merge commit message type autoselect logic by default

Git tedious verbosity
 2020-02-10 18:49 UTC 

[PATCH] pack-format: correct multi-pack-index description
 2020-02-10 17:02 UTC  (8+ messages)

[Outreachy] [PATCH v3 00/13] Finish converting git bisect to C part 1
 2020-02-10 16:05 UTC  (18+ messages)
` [PATCH v3 01/13] bisect--helper: convert `vocab_*` char pointers to char arrays
` [PATCH v3 02/13] bisect--helper: change `retval` to `res`
` [PATCH v3 03/13] bisect: use the standard 'if (!var)' way to check for 0
` [PATCH v3 04/13] run-command: make `exists_in_PATH()` non-static
` [PATCH v3 05/13] bisect--helper: introduce new `decide_next()` function
` [PATCH v3 06/13] bisect: add enum to represent bisect returning codes
` [PATCH v3 07/13] bisect--helper: return error codes from `cmd_bisect__helper()`
` [PATCH v3 08/13] bisect: libify `exit_if_skipped_commits` to `error_if_skipped*` and its dependents
` [PATCH v3 09/13] bisect: libify `bisect_checkout`
` [PATCH v3 10/13] bisect: libify `check_merge_bases` and its dependents
` [PATCH v3 11/13] bisect: libify `check_good_are_ancestors_of_bad` "
` [PATCH v3 12/13] bisect: libify `handle_bad_merge_base` "
` [PATCH v3 13/13] bisect: libify `bisect_next_all`

[PATCH v3 00/15] rebase: make the default backend configurable
 2020-02-10 14:27 UTC  (8+ messages)
` [PATCH v4 00/19] "
  ` [PATCH v4 01/19] git-rebase.txt: update description of --allow-empty-message
  ` [PATCH v4 03/19] rebase (interactive-backend): make --keep-empty the default
  ` [PATCH v4 04/19] rebase (interactive-backend): fix handling of commits that become empty

[PATCH 0/3] builtin/commit-graph.c: new split/merge options
 2020-02-09 23:32 UTC  (15+ messages)
` [PATCH 1/3] builtin/commit-graph.c: support '--split[=<strategy>]'
` [PATCH v2 0/3] builtin/commit-graph.c: new split/merge options
  ` [PATCH v2 1/3] builtin/commit-graph.c: support '--split[=<strategy>]'
  ` [PATCH v2 3/3] builtin/commit-graph.c: support '--input=none'

[GSoC] The Fake Doubt
 2020-02-09 23:15 UTC 

[PATCH] ci: ignore rubygems warning in the "Documentation" job
 2020-02-09 23:03 UTC  (2+ messages)

[PATCH 0/3] git gui: improve German translation
 2020-02-09 22:00 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] git-gui: update pot template and German translation to current source code
  ` [PATCH v2 2/3] git-gui: extend translation glossary template with more terms
  ` [PATCH v2 3/3] git-gui: update German translation

[PATCH v3 00/12] Harden the sparse-checkout builtin
 2020-02-09 17:27 UTC  (6+ messages)
` [PATCH v4 00/15] "

[PATCH] diff-options.txt: correct command syntax
 2020-02-09 17:25 UTC  (4+ messages)
` [PATCH] diff-options.txt: avoid "regex" overload in example

Support 'help' for custom/alias commands
 2020-02-09 16:38 UTC  (6+ messages)

Conversion of 'git submodule' to C: need some help
 2020-02-09 15:00 UTC 

[PATCH 0/9] [RFC] Changed Paths Bloom Filters
 2020-02-09 12:39 UTC  (5+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v2 01/11] commit-graph: use MAX_NUM_CHUNKS

Conversion of 'git submodule' to C: need some help
 2020-02-09 11:13 UTC 

Testsuite failures on ppc64, sparc64 and s390x (64-bit BE)
 2020-02-09  0:58 UTC  (4+ messages)

[PATCH v2 0/2] Minor fixes to git notes fanout code
 2020-02-08 20:44 UTC  (3+ messages)
` [PATCH v2 1/2] t3305: check notes fanout more carefully and robustly
` [PATCH v2 2/2] notes.c: fix off-by-one error when decreasing notes fanout

Git 2.25 on Fedora 1 and Ubuntu 4
 2020-02-08  7:53 UTC 

[PATCH v2] doc: describe Git bundle format
 2020-02-08  1:49 UTC  (6+ messages)
` [PATCH v3] "

fatal: cannot rebase with locally recorded submodule modifications
 2020-02-07 22:04 UTC  (2+ messages)

bug? illegal text in commit log
 2020-02-07 21:12 UTC  (6+ 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).