git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-01 22:44:05 to 2021-10-04 20:52:35 UTC [more...]

Bug/regression report - 'git stash push -u' fatal errors when sub-repo present
 2021-10-04 20:52 UTC  (6+ messages)

[PATCH 1/2] Documentation/diff-format: state in which cases porcelain status is T
 2021-10-04 20:12 UTC  (12+ messages)
` [PATCH 2/2] Documentation/git-status: document porcelain status T (typechange)
    ` [PATCH v2 1/4] Documentation/git-status: remove impossible porcelain status DR and DC
      ` [PATCH v2 2/4] Documentation/diff-format: state in which cases porcelain status is T
      ` [PATCH v2 3/4] Documentation/git-status: document porcelain status T (typechange)
      ` [PATCH v2 4/4] Documentation/git-status: mention how to detect copies

git send-email splits name with comma
 2021-10-04 19:56 UTC  (5+ messages)

p2000 failure due to empty reflog
 2021-10-04 19:55 UTC  (2+ messages)

[PATCH 0/2] i18n: improve translatability of ambiguous object output
 2021-10-04 18:54 UTC  (14+ messages)
` [PATCH 1/2] object-name tests: tighten up advise() output test
` [PATCH 2/2] object-name: make ambiguous object output translatable
` [PATCH v2 0/2] i18n: improve translatability of ambiguous object output
  ` [PATCH v2 1/2] object.[ch]: mark object type names for translation
  ` [PATCH v2 2/2] object-name: make ambiguous object output translatable

[RFC PATCH 0/2] protect git from a rogue editor
 2021-10-04 18:33 UTC  (11+ messages)
` [RFC PATCH 1/2] terminal: teach git how to save/restore its terminal settings
` [RFC PATCH 2/2] editor: save and reset terminal after calling EDITOR
` [PATCH 0/2] protect git from a rogue editor
  ` [PATCH 1/2] terminal: teach git how to save/restore its terminal settings
  ` [PATCH 2/2] editor: save and reset terminal after calling EDITOR

[PATCH v2 0/6] Fix various issues around removal of untracked files/directories
 2021-10-04 18:17 UTC  (31+ messages)
` [PATCH v3 00/11] "
  ` [PATCH v3 04/11] unpack-trees: introduce preserve_ignored to unpack_trees_options
  ` [RFC PATCH v4 00/10] Fix various issues around removal of untracked files/directories
    ` [RFC PATCH v4 01/10] t2500: add various tests for nuking untracked files
    ` [RFC PATCH v4 02/10] read-tree, merge-recursive: overwrite ignored files by default
    ` [RFC PATCH v4 03/10] unpack-trees: introduce preserve_ignored to unpack_trees_options
    ` [RFC PATCH v4 04/10] unpack-trees: rename "dir" to "private_dir"
    ` [RFC PATCH v4 05/10] Remove ignored files by default when they are in the way
    ` [RFC PATCH v4 06/10] Change unpack_trees' 'reset' flag into an enum
    ` [RFC PATCH v4 07/10] unpack-trees: avoid nuking untracked dir in way of unmerged file
    ` [RFC PATCH v4 08/10] unpack-trees: avoid nuking untracked dir in way of locally deleted file
    ` [RFC PATCH v4 09/10] Comment important codepaths regarding nuking untracked files/dirs
    ` [RFC PATCH v4 10/10] Documentation: call out commands that nuke untracked files/directories

[PATCH 0/5] COPYING: modernize, steal boilerplate from linux.git
 2021-10-04 17:59 UTC  (10+ messages)
` [PATCH 1/5] "lib-diff" tests: make "README" and "COPYING" test data smaller
` [PATCH 2/5] tests: stop using top-level "README" and "COPYING" files
` [PATCH 3/5] COPYING: remove mention of GPLv3, clarify sub-project COPYING
` [PATCH 4/5] COPYING: move GPL text to a "GPL-2.0" file
` [PATCH 5/5] GPL-2.0: update to byte-for-byte match the FSF's version

[PATCH v7 0/9] Implement a batched fsync option for core.fsyncObjectFiles
 2021-10-04 16:57 UTC  (11+ messages)
` [PATCH v8 "
  ` [PATCH v8 1/9] tmp-objdir: new API for creating temporary writable databases
  ` [PATCH v8 2/9] tmp-objdir: disable ref updates when replacing the primary odb
  ` [PATCH v8 3/9] bulk-checkin: rename 'state' variable and separate 'plugged' boolean
  ` [PATCH v8 4/9] core.fsyncobjectfiles: batched disk flushes
  ` [PATCH v8 5/9] core.fsyncobjectfiles: add windows support for batch mode
  ` [PATCH v8 6/9] update-index: use the bulk-checkin infrastructure
  ` [PATCH v8 7/9] unpack-objects: "
  ` [PATCH v8 8/9] core.fsyncobjectfiles: tests for batch mode
  ` [PATCH v8 9/9] core.fsyncobjectfiles: performance tests for add and stash

[PATCH 00/10] unpack-trees & dir APIs: fix memory leaks
 2021-10-04 16:28 UTC  (31+ messages)
` [PATCH 01/10] unpack-trees.[ch]: define and use a UNPACK_TREES_OPTIONS_INIT
` [PATCH 02/10] merge-recursive.c: call a new unpack_trees_options_init() function
` [PATCH 03/10] unpack-trees.[ch]: embed "dir" in "struct unpack_trees_options"
` [PATCH 04/10] unpack-trees API: don't have clear_unpack_trees_porcelain() reset
` [PATCH 05/10] dir.[ch]: make DIR_INIT mandatory
` [PATCH 06/10] dir.c: get rid of lazy initialization
` [PATCH 07/10] unpack-trees API: rename clear_unpack_trees_porcelain()
` [PATCH 08/10] unpack-trees: don't leak memory in verify_clean_subdirectory()
` [PATCH 09/10] merge.c: avoid duplicate unpack_trees_options_release() code
` [PATCH 10/10] built-ins: plug memory leaks with unpack_trees_options_release()

[PATCH] p5311: handle spaces in wc(1) output
 2021-10-04 16:16 UTC  (5+ messages)

[PATCH 00/11] rebase: reset_head() related fixes and improvements
 2021-10-04 16:13 UTC  (26+ messages)
` [PATCH 02/11] reset_head(): fix checkout
` [PATCH 03/11] reset_head(): don't run checkout hook if there is an error
` [PATCH 04/11] reset_head(): remove action parameter
` [PATCH 05/11] reset_head(): factor out ref updates
` [PATCH 06/11] reset_head(): make default_reflog_action optional
` [PATCH 08/11] reset_head(): take struct rebase_head_opts

[INFO] Does Git GUI support Dark Mode on Windows 10 ?
 2021-10-04 15:09 UTC  (10+ messages)

[PATCH 0/7] Sparse Index: integrate with reset
 2021-10-04 13:47 UTC  (8+ messages)
` [PATCH 2/7] sparse-index: update command for expand/collapse test

What's cooking in git.git (Sep 2021, #08; Mon, 27)
 2021-10-04 13:45 UTC  (11+ messages)

[PATCH v3 0/2] blame: documentation update
 2021-10-04 11:41 UTC  (5+ messages)
` [PATCH v3 2/2] blame: document --color-* options

[PATCH] hash: reduce size of algo member of object ID
 2021-10-04  8:47 UTC  (5+ messages)

Bug: Failed checkout causes index to be in incorrect state
 2021-10-04  9:23 UTC  (2+ messages)

[PATCH] p3400: stop using tac(1)
 2021-10-04  8:31 UTC  (2+ messages)

[PATCH 0/5] advice API: simplification, small fixes, readability
 2021-10-04  1:58 UTC  (6+ messages)
` [PATCH 1/5] advice.h: don't indent top-level enum
` [PATCH 2/5] advice output: emit empty lines as "hint:", not "hint: "
` [PATCH 3/5] advice.[ch]: remove advice.pushNonFastForward alias
` [PATCH 4/5] advice API: revamp the API, again
` [PATCH 5/5] advice.[ch]: sort enum fields in alphabetical order

[PATCH 0/9] mergesort: improve tests and performance
 2021-10-03 17:33 UTC  (10+ messages)
` [PATCH 1/9] test-mergesort: use strbuf_getline()
` [PATCH 3/9] test-mergesort: add test subcommand

[PATCH 00/13] submodule: convert the rest of 'update' to C
 2021-10-03 13:22 UTC  (8+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 2/8] submodule--helper: get remote names from any repository
  ` [PATCH v2 5/8] submodule: move core cmd_update() logic to C

[PATCH 0/3] request-pull: write to file option
 2021-10-03 12:29 UTC  (4+ messages)
` [PATCH 1/3] request-pull: introduce display_message() function
` [PATCH 2/3] request-pull: add -o/--output option
` [PATCH 3/3] request-pull: document -o/--output

[PATCH] apply: fix delete-then-new patch fail with 3way
 2021-10-03 11:25 UTC 

[PATCH v4 0/2] blame: documentation update
 2021-10-03 10:53 UTC  (3+ messages)
` [PATCH v4 1/2] blame: describe default output format
` [PATCH v4 2/2] blame: document --color-* options

[PATCH] p5326: create tag needed for shared tests
 2021-10-03  4:58 UTC  (2+ messages)

[PATCH v1 0/3] Typofixes
 2021-10-02 23:41 UTC  (10+ messages)
` [PATCH v1 1/3] *: spell Latin abbreviations correctly
` [PATCH v1 2/3] *: fix spelling typos
` [PATCH v1 3/3] difftool: add space after full stop in comments

(was blank) subscribe git
 2021-10-02 22:08 UTC 

[PATCH] perf: fix test_export with SHELL=zsh
 2021-10-02 21:02 UTC  (3+ messages)

[PATCH v3 0/6] Non-trivial designated initializer conversion
 2021-10-02 20:16 UTC  (7+ messages)
` [PATCH v4 0/5] "
  ` [PATCH v4 1/5] daemon.c: refactor hostinfo_init() to HOSTINFO_INIT macro
  ` [PATCH v4 2/5] builtin/blame.c: refactor commit_info_init() to COMMIT_INFO_INIT macro
  ` [PATCH v4 3/5] urlmatch.[ch]: add and use URLMATCH_CONFIG_INIT
  ` [PATCH v4 4/5] builtin/remote.c: add and use a REF_STATES_INIT
  ` [PATCH v4 5/5] builtin/remote.c: add and use SHOW_INFO_INIT

[PATCH v2 00/19] Adds reftable library code from https://github.com/hanwen/reftable
 2021-10-02  9:20 UTC  (4+ messages)
` [PATCH v3 "

ANSI sequences produced on non-ANSI terminal
 2021-10-01 23:17 UTC  (5+ messages)

[PATCH v9 00/17] fsck: lib-ify object-file.c & better fsck "invalid object" error reporting
 2021-10-01 22:33 UTC  (5+ messages)
` [PATCH v10 "
  ` [PATCH v10 17/17] fsck: report invalid object type-path combinations


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 NNTP newsgroup(s).