git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-12-28 23:24:19 to 2021-01-01 13:09:43 UTC [more...]

[PATCH 00/12] Remove more index compatibility macros
 2021-01-01 13:07 UTC  (13+ messages)
` [PATCH 01/12] merge-index: drop "
` [PATCH 02/12] mv: remove "
` [PATCH 03/12] rm: remove compatilibity macros
` [PATCH 04/12] update-index: drop the_index, the_repository
` [PATCH 05/12] update-index: use istate->cache over active_cache
` [PATCH 06/12] update-index: use index->cache_nr over active_nr
` [PATCH 07/12] update-index: use istate->cache_changed
` [PATCH 08/12] update-index: use index_name_pos() over cache_name_pos()
` [PATCH 09/12] update-index: use remove_file_from_index()
` [PATCH 10/12] update-index: use add_index_entry()
` [PATCH 11/12] update-index: replace several compatibility macros
` [PATCH 12/12] update-index: remove ce_match_stat(), all macros

[ANN] git-send-series 1.0
 2021-01-01  3:51 UTC 

[ANN] git-completion 1.3 released
 2021-01-01  2:41 UTC 

[PATCH 00/10] merge-ort: add more handling of basic conflict types
 2021-01-01  2:34 UTC  (22+ messages)
` [PATCH 01/10] merge-ort: handle D/F conflict where directory disappears due to merge
` [PATCH 03/10] merge-ort: implement unique_path() helper
` [PATCH v2 00/10] merge-ort: add more handling of basic conflict types
  ` [PATCH v2 01/10] merge-ort: handle D/F conflict where directory disappears due to merge
  ` [PATCH v2 02/10] merge-ort: handle directory/file conflicts that remain
  ` [PATCH v2 03/10] merge-ort: implement unique_path() helper
  ` [PATCH v2 04/10] merge-ort: handle book-keeping around two- and three-way content merge
  ` [PATCH v2 05/10] merge-ort: flesh out implementation of handle_content_merge()
  ` [PATCH v2 06/10] merge-ort: copy and adapt merge_3way() from merge-recursive.c
  ` [PATCH v2 07/10] merge-ort: copy and adapt merge_submodule() "
  ` [PATCH v2 08/10] merge-ort: implement format_commit()
  ` [PATCH v2 09/10] merge-ort: copy find_first_merges() implementation from merge-recursive.c
  ` [PATCH v2 10/10] merge-ort: add handling for different types of files at same path

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

[Bug report] Git gets stuck in rebase mode
 2020-12-31 23:55 UTC  (2+ messages)
` [PATCH] rebase: verify commit parameter

[PATCH] rm: honor sparse checkout patterns
 2020-12-31 20:03 UTC  (5+ messages)
      ` sparse-checkout questions and proposals [Was: Re: [PATCH] rm: honor sparse checkout patterns]

[Outreachy] Project blog -3
 2020-12-31 19:05 UTC 

[PATCH 0/8] Cleanups around index operations
 2020-12-31 16:46 UTC  (20+ messages)
` [PATCH 1/8] tree-walk: report recursion counts
` [PATCH 2/8] unpack-trees: add trace2 regions
` [PATCH 3/8] cache-tree: use trace2 in cache_tree_update()
` [PATCH 4/8] cache-tree: trace regions for I/O
` [PATCH 5/8] cache-tree: trace regions for prime_cache_tree
` [PATCH 6/8] index-format: update preamble to cached tree extension
` [PATCH 7/8] index-format: discuss recursion of cached-tree better
` [PATCH 8/8] cache-tree: avoid path comparison loop when silent

[BUG] git 2.30.0 t0301 hangs on x86 NonStop
 2020-12-31 16:26 UTC 

[PATCH 0/4] rename "sha1-foo" files
 2020-12-31 13:36 UTC  (19+ messages)
` [PATCH 1/4] object-name.c: rename from sha1-name.c
` [PATCH 2/4] object-file.c: rename from sha1-file.c
` [PATCH 3/4] sha1-lookup: rename `sha1_pos()` as `hash_pos()`
` [PATCH 4/4] hash-lookup: rename from sha1-lookup
` [PATCH v2 0/4] rename "sha1-foo" files
  ` [PATCH v2 1/4] object-name.c: rename from sha1-name.c
  ` [PATCH v2 2/4] object-file.c: rename from sha1-file.c
  ` [PATCH v2 3/4] sha1-lookup: rename `sha1_pos()` as `hash_pos()`
  ` [PATCH v2 4/4] hash-lookup: rename from sha1-lookup

test-tool: bloom: generate_filter for multiple string?
 2020-12-31 11:31 UTC  (2+ messages)

[PATCH] git-mv: fix git mv bug with case insensitive fs
 2020-12-31  7:13 UTC  (2+ messages)

[PATCH v3 0/4] completion: make __git_complete public
 2020-12-30 23:29 UTC  (5+ messages)
` [PATCH v3 1/4] completion: bash: add __git_have_func helper
` [PATCH v3 2/4] completion: bash: improve function detection
` [PATCH v3 3/4] test: completion: add tests for __git_complete
` [PATCH v3 4/4] completion: add proper public __git_complete

[PATCH v5 0/1] mergetool: remove unconflicted lines
 2020-12-30 22:33 UTC  (4+ messages)

[PATCH] pack-redundant: gauge the usage before proposing its removal
 2020-12-30  5:30 UTC  (7+ messages)
` [PATCH v1 0/3] War on dashed-git
  ` [PATCH v1 3/3] git: catch an attempt to run "git-foo"

t4129 failure when sticky bit set
 2020-12-30 21:05 UTC  (3+ messages)
` [PATCH] t4129: don't fail if setgid is set in the parent directory

[PATCH v2 0/3] completion: make __git_complete public
 2020-12-30 18:09 UTC  (9+ messages)
` [PATCH v2 1/3] completion: bash: add __git_have_func helper
` [PATCH v2 2/3] test: completion: add tests for __git_complete
` [PATCH v2 3/3] completion: add proper public __git_complete

git show submodule
 2020-12-30 16:13 UTC  (2+ messages)

[PATCH] CoC: update to 2.0
 2020-12-30  8:20 UTC  (12+ messages)
` [PATCH v2 1/2] CoC: Update word-wrapping to match upstream
` [PATCH v2 2/2] CoC: update to version 2.0 + local changes

[PATCH v4 00/10] [GSoC] Implement Corrected Commit Date
 2020-12-30  4:35 UTC  (9+ messages)
` [PATCH v5 00/11] "
  ` [PATCH v5 01/11] commit-graph: fix regression when computing Bloom filters
  ` [PATCH v5 07/11] commit-graph: implement corrected commit date
  ` [PATCH v5 09/11] commit-graph: use generation v2 only if entire chain does

[PATCH] revision: trace topo-walk statistics
 2020-12-30  4:31 UTC 

Documentation errors for HTTP protocol v2 and packfile
 2020-12-29 22:43 UTC  (6+ messages)
` [PATCH 0/2] pack-format.txt: document lengths at start of delta data
  ` [PATCH 1/2] pack-format.txt: define "varint" format
  ` [PATCH v2] pack-format.txt: document sizes at start of delta data

[PATCH 0/7] diffcore-rename improvements
 2020-12-29 20:05 UTC  (15+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 9/9] diffcore-rename: remove unneccessary duplicate entry checks
  ` [PATCH v3 0/9] diffcore-rename improvements
    ` [PATCH v3 1/9] diffcore-rename: rename num_create to num_destinations
    ` [PATCH v3 2/9] diffcore-rename: avoid usage of global in too_many_rename_candidates()
    ` [PATCH v3 3/9] diffcore-rename: simplify limit check
    ` [PATCH v3 4/9] diffcore-rename: reduce jumpiness in progress counters
    ` [PATCH v3 5/9] t4058: add more tests and documentation for duplicate tree entry handling
    ` [PATCH v3 6/9] t4058: explore duplicate tree entry handling in a bit more detail
    ` [PATCH v3 7/9] diffcore-rename: simplify and accelerate register_rename_src()
    ` [PATCH v3 8/9] diffcore-rename: accelerate rename_dst setup
    ` [PATCH v3 9/9] diffcore-rename: remove unnecessary duplicate entry checks

Repo in strange state
 2020-12-29 20:03 UTC 

[PATCH v8 0/4] mergetool: add automerge configuration
 2020-12-29 17:23 UTC  (7+ messages)
` [PATCH v9 0/5] "
  ` [PATCH v9 4/5] mergetool: break setup_tool out into separate initialization function
  ` [PATCH v9 5/5] mergetool: add automerge_enabled tool-specific override function

[BUG] Destructive access to an "objects/info/alternates" repository
 2020-12-29 15:44 UTC  (5+ messages)

[PATCH] builtin/*: update usage format
 2020-12-29 14:33 UTC  (2+ messages)

suggestion for git glossary: upstream, downstream
 2020-12-29 13:15 UTC 

What's cooking in git.git (Dec 2020, #05; Mon, 28)
 2020-12-29  8:32 UTC  (3+ messages)

[PATCH 0/2] completion: make __git_complete public
 2020-12-29  0:36 UTC  (5+ messages)
` [PATCH 1/2] test: completion: add tests for __git_complete

[PATCH 00/17] use config-based hooks (config-based hooks part
 2020-12-28 22:40 UTC  (4+ messages)
` [PATCH v3 00/17] use config-based hooks (config-based hooks part II)
  ` [PATCH v3 18/17] doc: make git-hook.txt point of truth

[PATCH v7 00/17] propose config-based hooks (part I)
 2020-12-28 22:50 UTC  (6+ messages)
` [PATCH v3 18/17] doc: make git-hook.txt point of truth

[PATCH] mergetool--lib: fix '--tool-help' to correctly show available tools
 2020-12-28 19:41 UTC  (2+ messages)
` [PATCH v2] "

[ANNOUNCE] Git for Windows 2.30.0
 2020-12-28 19:42 UTC 


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).