git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-06-18 04:20:18 to 2021-06-20 22:17:00 UTC [more...]

[PATCH 0/7] progress: verify progress counters in the test suite
 2021-06-20 22:13 UTC  (9+ messages)
` [PATCH 1/7] progress: introduce GIT_TEST_CHECK_PROGRESS to verify progress counters
` [PATCH 2/7] progress: catch nested/overlapping progresses with GIT_TEST_CHECK_PROGRESS
` [PATCH 3/7] progress: catch backwards counting "
` [PATCH 4/7] commit-graph: fix bogus counter in "Scanning merged commits" progress line
` [PATCH 5/7] entry: show finer-grained counter in "Filtering content" "
` [PATCH 6/7] [RFC] entry: don't show "Filtering content: ... done." line in case of errors
` [PATCH 7/7] test-lib: enable GIT_TEST_CHECK_PROGRESS by default

Bug: branch checkout is detached if the case doesn't match
 2021-06-20 22:03 UTC  (2+ messages)

[PATCH] bisect: allow to run from subdirectories
 2021-06-20 21:38 UTC 

[RFC PATCH 0/2] MVP implementation of remote-suggested hooks
 2021-06-20 19:51 UTC  (11+ messages)
` [RFC PATCH 1/2] hook: move list of hooks
` [RFC PATCH 2/2] clone,fetch: remote-suggested auto-updating hooks

[PATCH 00/31] minimal restart of "config-based-hooks"
 2021-06-20 19:30 UTC  (10+ messages)
` [PATCH v2 00/30] Minimal "
  ` [PATCH v2 01/30] hook: add 'run' subcommand
  ` [PATCH 00/27] Base for "config-based-hooks"
    ` [PATCH 27/27] hooks: fix a TOCTOU in "did we run a hook?" heuristic

[GSoC] My Git Dev Blog - Week 5
 2021-06-20 19:16 UTC  (3+ messages)

[PATCH 00/12] Fix all leaks in tests t0002-t0099: Part 2
 2021-06-20 18:14 UTC  (14+ messages)
` [PATCH 01/12] fmt-merge-msg: free newly allocated temporary strings when done
` [PATCH 02/12] environment: move strbuf into block to plug leak
` [PATCH 03/12] builtin/submodule--helper: release unused strbuf to avoid leak
` [PATCH 04/12] builtin/for-each-repo: remove unnecessary argv copy to plug leak
` [PATCH 05/12] diffcore-rename: move old_dir/new_dir definition "
` [PATCH 06/12] ref-filter: also free head for ATOM_HEAD to avoid leak
` [PATCH 07/12] read-cache: call diff_setup_done "
` [PATCH 08/12] convert: release strbuf "
` [PATCH 09/12] builtin/mv: free or UNLEAK multiple pointers at end of cmd_mv
` [PATCH 10/12] builtin/merge: free found_ref when done
` [PATCH 11/12] builtin/rebase: fix options.strategy memory lifecycle
` [PATCH 12/12] reset: clear_unpack_trees_porcelain to plug leak

Nonexistent changes appear rebasing but only with rebase.backend=apply
 2021-06-20 18:02 UTC  (3+ messages)

[GSoC] Git Blog 5
 2021-06-20 16:53 UTC 

[PATCH 0/3] Fix uninitialised reads found with MSAN
 2021-06-20 15:19 UTC  (3+ messages)

[PATCH 0/3] Add a generated list of hooks in hook-list.h
 2021-06-20 13:53 UTC  (7+ messages)
` [PATCH 3/3] hook-list.h: add a generated list of hooks, like config-list.h

[PATCH 0/2] trivial progress.c API usage fixes
 2021-06-20 12:53 UTC  (17+ messages)
` [PATCH 2/2] read-cache: fix incorrect count and progress bar stalling

[PATCH] blame: fix typo in documentation
 2021-06-20  9:37 UTC  (7+ messages)
` [PATCH v2] blame: correct name of config option in docs

[PATCH] git-p4: fix failed submit by skip non-text data files
 2021-06-20  7:56 UTC  (6+ messages)

Only 27% of reviewed-by tags are explicit, and much more
 2021-06-19 21:45 UTC  (7+ messages)

[BUG] `git reset --hard` fails with `update = none` submodules
 2021-06-19 21:44 UTC  (2+ messages)
` [PATCH] submodule: mark submodules with update=none as inactive

[PATCH 0/4] First steps towards partial clone submodules
 2021-06-19 20:01 UTC  (3+ messages)
` [PATCH v4 0/5] "

What's cooking in git.git (Jun 2021, #06; Thu, 17)
 2021-06-19 17:27 UTC  (8+ messages)
      ` Ignoring valid work

[PATCH v2 0/4] Use singular "they" when appropriate
 2021-06-19  7:03 UTC  (15+ messages)
` [PATCH v3 0/4] Avoid gendered pronouns
  ` [PATCH v3 4/4] CodingGuidelines: recommend singular they

[PATCH v2 0/9] [GSOC][RFC] cat-file: reuse ref-filter logic
 2021-06-19  7:03 UTC  (12+ messages)
` [PATCH v3 00/10] "
  ` [PATCH v3 01/10] [GSOC] ref-filter: add obj-type check in grab contents
  ` [PATCH v3 02/10] [GSOC] ref-filter: add %(raw) atom
  ` [PATCH v3 03/10] [GSOC] ref-filter: --format=%(raw) re-support --perl
  ` [PATCH v3 04/10] [GSOC] ref-filter: use non-const ref_format in *_atom_parser()
  ` [PATCH v3 05/10] [GSOC] ref-filter: add %(rest) atom
  ` [PATCH v3 06/10] [GSOC] ref-filter: pass get_object() return value to their callers
  ` [PATCH v3 07/10] [GSOC] ref-filter: introduce free_ref_array_item_value() function
  ` [PATCH v3 08/10] [GSOC] cat-file: reuse ref-filter logic
  ` [PATCH v3 09/10] [GSOC] cat-file: reuse err buf in batch_object_write()
  ` [PATCH v3 10/10] [GSOC] cat-file: re-implement --textconv, --filters options

[PATCH v2 0/5] t: new helper test_line_count_cmd
 2021-06-19  6:50 UTC  (10+ messages)
` [PATCH v3 0/4] "
` [PATCH v3 1/4] test-lib-functions: introduce test_line_count_cmd
` [PATCH v3 2/4] t6402: use find(1) builtin to filter instead of grep
` [PATCH v3 3/4] t6400: use test_line_count_cmd to count # of lines in stdout
` [PATCH v3 4/4] t6402: "

[PATCH] t: use portable wrapper for readlink(1)
 2021-06-19  6:20 UTC  (4+ messages)

[PATCH] myfirstcontrib: update links to IRC channels
 2021-06-19  5:39 UTC  (2+ messages)

[PATCH 0/3] bundle.c: remove "ref_list" in favor of string-list.c API
 2021-06-19  2:12 UTC  (3+ messages)
` [PATCH 3/3] bundle: "

[PATCH] Add a basic support of SHA256 repositories into Gitk
 2021-06-19  0:56 UTC  (4+ messages)

[RFC PATCH v2 0/4] share a config between submodule and superproject
 2021-06-19  0:31 UTC  (4+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] config: rename "submodule" scope to "gitmodules"
  ` [PATCH v3 2/2] config: add 'config.superproject' file

[PATCH v2] Writing down mail list etiquette
 2021-06-18 23:48 UTC  (5+ messages)
` [PATCH v3] doc: writing down Git mailing "

[PATCH v5 0/4] doc: cleanup old cruft
 2021-06-18 21:52 UTC  (5+ messages)
` [PATCH v5 1/4] doc: remove GNU troff workaround
` [PATCH v5 2/4] doc: use --stringparam in xmlto
` [PATCH v5 3/4] doc: simplify version passing
` [PATCH v5 4/4] doc: asciidoc: remove unnecessary attribute

[RFC PATCH 0/2] MVP implementation of remote-suggested hooks
 2021-06-18 21:46 UTC  (2+ messages)

[RFC/NOPATCHv3 0/4] doc: asciidoctor: direct man page creation and fixes (brian's version)
 2021-06-18 21:34 UTC  (9+ messages)
` [RFC/NOPATCHv3 1/4] doc: add an option to have Asciidoctor build man pages directly
` [RFC/NOPATCHv3 2/4] doc: add linkgit macros for asciidoctor
` [RFC/NOPATCHv3 3/4] doc: use XML-style escapes only for HTML and XML
` [RFC/NOPATCHv3 4/4] doc: remove GNU_ROFF option

[PATCH] completion: bash: fix late declaration of __git_cmd_idx
 2021-06-18 19:09 UTC  (2+ messages)

[PATCH v2 00/45] completion: git-completion 1.3.3 patches
 2021-06-18 19:04 UTC  (48+ messages)
` [PATCH v2 01/45] completion: fix __git_cmd_idx regression
  ` [PATCH] "
` [PATCH v2 02/45] completion: bash: fix prefix detection in branch.*
` [PATCH v2 03/45] completion: fix for suboptions with value
` [PATCH v2 04/45] completion: bash: fix for multiple dash commands
` [PATCH v2 05/45] completion: bash: add correct suffix in variables
` [PATCH v2 06/45] completion: zsh: add higher-priority location
` [PATCH v2 07/45] completion: zsh: trivial improvement
` [PATCH v2 08/45] completion: bash: do not modify COMP_WORDBREAKS
` [PATCH v2 09/45] test: completion: fix currently typed words
` [PATCH v2 10/45] test: completion: switch __gitcomp_nl prefix test
` [PATCH v2 11/45] test: completion: add run_func() helper
` [PATCH v2 12/45] completion: bash: remove non-append functionality
` [PATCH v2 13/45] completion: bash: get rid of _append() functions
` [PATCH v2 14/45] completion: bash: get rid of any non-append code
` [PATCH v2 15/45] completion: zsh: fix options with arguments
` [PATCH v2 16/45] completion: zsh: expand --git-dir file argument
` [PATCH v2 17/45] completion: zsh: add support for general -C opts
` [PATCH v2 18/45] completion: zsh: fix for undefined completions
` [PATCH v2 19/45] completion: zsh: add support for general -c opts
` [PATCH v2 20/45] completion: zsh: fix extra space on foo=
` [PATCH v2 21/45] completion: zsh: add excluded options
` [PATCH v2 22/45] completion: zsh: always set compset
` [PATCH v2 23/45] completion: factor out check in __gitcomp
` [PATCH v2 24/45] completion: simplify equal suffix check
` [PATCH v2 25/45] completion: refactor __gitcomp
` [PATCH v2 26/45] completion: simplify __gitcomp
` [PATCH v2 27/45] completion: bash: change suffix check in __gitcomp
` [PATCH v2 28/45] completion: improve __gitcomp suffix code
` [PATCH v2 29/45] completion: bash: simplify config_variable_name
` [PATCH v2 30/45] test: completion: add missing test
` [PATCH v2 31/45] completion: bash: improve __gitcomp description
` [PATCH v2 32/45] completion: add __gitcomp_opts
` [PATCH v2 33/45] completion: bash: cleanup __gitcomp* invocations
` [PATCH v2 34/45] completion: bash: shuffle __gitcomp functions
` [PATCH v2 35/45] completion: zsh: simplify __gitcomp_direct
` [PATCH v2 36/45] completion: zsh: shuffle __gitcomp* functions
` [PATCH v2 37/45] completion: zsh: fix direct quoting
` [PATCH v2 38/45] completion: zsh: add elements individually in __gitcomp_opts
` [PATCH v2 39/45] completion: zsh: add __gitcompadd helper
` [PATCH v2 40/45] completion: zsh: add correct removable suffix
` [PATCH v2 41/45] completion: bash: simplify _get_comp_words_by_ref()
` [PATCH v2 42/45] completion: bash: refactor _get_comp_words_by_ref()
` [PATCH v2 43/45] completion: bash: cleanup _get_comp_words_by_ref()
` [PATCH v2 44/45] completion: bash: trivial cleanup
` [PATCH v2 45/45] completion: bash: rename _get_comp_words_by_ref()

[PATCH v2 3/4] pack-objects.c: do stdin parsing via revision.c's API
 2021-06-18 18:57 UTC  (2+ messages)

[ANN] git-completion 1.3.3 released
 2021-06-18 18:27 UTC 

[PATCH v2 2/4] revision.h: unify "disable_stdin" and "read_from_stdin"
 2021-06-18 17:54 UTC  (2+ messages)

[suggestion] support non-negative float number in git-repack --max-pack-size
 2021-06-18 15:18 UTC  (8+ messages)
    ` [PATCH] doc: warn people against --max-pack-size

[PATCH] bitmaps: don't recurse into trees already in the bitmap
 2021-06-18 14:10 UTC  (7+ messages)

[PATCH 0/3] Make CMake work out of the box
 2021-06-18 14:03 UTC  (11+ messages)
` [PATCH v2 "

[PATCH] perf: fix when running with TEST_OUTPUT_DIRECTORY
 2021-06-18 13:56 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/8] [GSOC][RFC] cat-file: reuse ref-filter logic
 2021-06-18 13:47 UTC  (8+ messages)
` [PATCH 2/8] [GSOC] ref-filter: add %(raw) atom

Using .gitignore symbolic links?
 2021-06-18 12:55 UTC  (4+ messages)

subtree split includes unrelated commits
 2021-06-18  8:47 UTC 

[PATCH 0/3] Makefile: misc trivial fixes
 2021-06-18  8:05 UTC  (6+ messages)
` [PATCH 2/3] Makefile: stop hardcoding {command,config}-list.h

[PATCH] init: don't reset core.filemode on git-new-workdirs
 2021-06-18  4:18 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).