git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-11-10 13:33:59 to 2020-11-11 19:43:46 UTC [more...]

[PATCH 00/23] pack-bitmap: bitmap generation improvements
 2020-11-11 19:43 UTC  (15+ messages)
` [PATCH 01/23] ewah/ewah_bitmap.c: grow buffer past 1
` [PATCH 02/23] pack-bitmap: fix header size check
` [PATCH 03/23] pack-bitmap: bounds-check size of cache extension
` [PATCH 04/23] t5310: drop size of truncated ewah bitmap
` [PATCH 05/23] rev-list: die when --test-bitmap detects a mismatch
` [PATCH 06/23] ewah: factor out bitmap growth
` [PATCH 07/23] ewah: make bitmap growth less aggressive
` [PATCH 08/23] ewah: implement bitmap_or()
` [PATCH 09/23] ewah: add bitmap_dup() function
` [PATCH 10/23] pack-bitmap-write: reimplement bitmap writing
` [PATCH 11/23] pack-bitmap-write: pass ownership of intermediate bitmaps
` [PATCH 12/23] pack-bitmap-write: fill bitmap with commit history
` [PATCH 13/23] bitmap: add bitmap_diff_nonzero()
` [PATCH 14/23] commit: implement commit_list_contains()

[PATCH 01/11] git-parse-remote: fix highly misleading man page
 2020-11-11 19:29 UTC  (10+ messages)
` [PATCH 0/5] Remove now-unused git-parse-remote
` [PATCH 1/5] parse-remote: remove unused GIT_DIR variable
` [PATCH 2/5] parse-remote: remove long-dead rebase code
` [PATCH 3/5] parse-remote: remove long-dead git-pull.sh code
` [PATCH 4/5] parse-remote: move used code to git-submodule.sh
` [PATCH 5/5] parse-remote: remove this now-unused library

[REGRESSION FIX 0/2] Handling regression introduced by a62387b
 2020-11-11 19:27 UTC  (11+ messages)
` [RFC "
  ` [RFC 1/2] submodules: test for fetch of non-init subsub-repo
  ` [RFC 2/2] Revert "submodule.c: fetch in submodules git directory instead of in worktree"

[PATCH v2] diff: handle NULL filespecs in run_external_diff
 2020-11-11 19:18 UTC  (13+ messages)
    ` [PATCH v3] diff: make diff_free_filespec_data accept NULL
      ` [PATCH v4] "
        ` [PATCH v5] "

[PATCH v4 00/13] Add struct strmap and associated utility functions
 2020-11-11 19:01 UTC  (6+ messages)
` [PATCH v5 00/15] "
  ` [PATCH v5 12/15] strmap: enable allocations to come from a mem_pool

[PATCH v2 00/20] fundamentals of merge-ort implementation
 2020-11-11 18:58 UTC  (30+ messages)
` [PATCH v2 03/20] merge-ort: port merge_start() from merge-recursive
` [PATCH v2 04/20] merge-ort: use histogram diff
` [PATCH v2 05/20] merge-ort: add an err() function similar to one from merge-recursive
` [PATCH v2 06/20] merge-ort: implement a very basic collect_merge_info()
` [PATCH v2 07/20] merge-ort: avoid repeating fill_tree_descriptor() on the same tree
` [PATCH v2 09/20] merge-ort: record stage and auxiliary info for every path
` [PATCH v2 10/20] merge-ort: avoid recursing into identical trees
` [PATCH v2 12/20] merge-ort: have process_entries operate in a defined order

[PATCH 0/9] Fix color handling in git add -i
 2020-11-11 18:45 UTC  (27+ messages)
` [PATCH 1/9] add -i (built-in): do show an error message for incorrect inputs
` [PATCH 2/9] add -i (built-in): send error messages to stderr
` [PATCH 3/9] add -i: use `reset_color` consistently
` [PATCH 4/9] add -i (built-in): prevent the `reset` "color" from being configured
` [PATCH 5/9] add -i (built-in): use correct names to load color.diff.* config
` [PATCH 6/9] add -p (built-in): do not color the progress indicator separately
` [PATCH 7/9] add -i (built-in): use the same indentation as the Perl version
` [PATCH 8/9] add -i (Perl version): include indentation in the colored header
` [PATCH 9/9] add -i: verify in the tests that colors can be overridden
` [PATCH v2 00/11] Fix color handling in git add -i
  ` [PATCH v2 01/11] add -i (built-in): do show an error message for incorrect inputs
  ` [PATCH v2 02/11] add -i (built-in): send error messages to stderr
  ` [PATCH v2 03/11] add -p (built-in): imitate `xdl_format_hunk_hdr()` generating hunk headers
  ` [PATCH v2 04/11] add -i: use `reset_color` consistently
  ` [PATCH v2 05/11] add -i (built-in): prevent the `reset` "color" from being configured
  ` [PATCH v2 06/11] add -i (built-in): use correct names to load color.diff.* config
  ` [PATCH v2 07/11] add -p (built-in): do not color the progress indicator separately
  ` [PATCH v2 08/11] add -i (built-in): use the same indentation as the Perl version
  ` [PATCH v2 09/11] add -i (Perl version): include indentation in the colored header
  ` [PATCH v2 10/11] add -p: prefer color.diff.context over color.diff.plain
  ` [PATCH v2 11/11] add -i: verify in the tests that colors can be overridden

[PATCH] compat/bswap.h: don't assume MSVC is little-endian
 2020-11-11 16:40 UTC  (3+ messages)

[PATCH v2 00/26] completion: bash: a bunch of fixes, cleanups, and reorganization
 2020-11-11 16:39 UTC  (30+ messages)
` [PATCH v2 01/26] completion: bash: fix prefix detection in branch.*
` [PATCH v2 02/26] completion: bash: add correct suffix in variables
` [PATCH v2 03/26] completion: bash: fix for suboptions with value
` [PATCH v2 04/26] completion: bash: do not modify COMP_WORDBREAKS
` [PATCH v2 05/26] test: completion: fix currently typed words
` [PATCH v2 06/26] test: completion: add run_func() helper
` [PATCH v2 07/26] completion: bash: remove non-append functionality
` [PATCH v2 08/26] completion: bash: get rid of _append() functions
` [PATCH v2 09/26] completion: bash: get rid of any non-append code
` [PATCH v2 10/26] completion: bash: factor out check in __gitcomp
` [PATCH v2 11/26] completion: bash: simplify equal suffix check
` [PATCH v2 12/26] completion: bash: refactor __gitcomp
` [PATCH v2 13/26] completion: bash: simplify __gitcomp
` [PATCH v2 14/26] completion: bash: change suffix check in __gitcomp
` [PATCH v2 15/26] completion: bash: improve __gitcomp suffix code
` [PATCH v2 16/26] completion: bash: simplify config_variable_name
` [PATCH v2 17/26] test: completion: switch __gitcomp_nl prefix test
` [PATCH v2 18/26] completion: bash: simplify _get_comp_words_by_ref()
` [PATCH v2 19/26] completion: bash: refactor _get_comp_words_by_ref()
` [PATCH v2 20/26] completion: bash: cleanup _get_comp_words_by_ref()
` [PATCH v2 21/26] completion: bash: trivial cleanup
` [PATCH v2 22/26] completion: bash: rename _get_comp_words_by_ref()
` [PATCH v2 23/26] completion: bash: improve __gitcomp description
` [PATCH v2 24/26] completion: bash: add __gitcomp_opts
` [PATCH v2 25/26] completion: bash: cleanup __gitcomp* invocations
` [PATCH v2 26/26] completion: bash: shuffle __gitcomp functions

how to measure your code
 2020-11-11 16:24 UTC 

[PATCH 0/2] config.mak.uname: remove unused flags
 2020-11-11 16:09 UTC  (4+ messages)
` [PATCH 1/2] config.mak.uname: remove unused the NO_R_TO_GCC_LINKER flag
` [PATCH 2/2] config.mak.uname: remove unused NEEDS_SSL_WITH_CURL flag

[PATCH] t5411: consistent result for proc-receive broken test
 2020-11-11 11:32 UTC  (17+ messages)
` [PATCH v2] "
        ` [PATCH v3 1/2] t5411: refactor make_user_friendly_and_stable_output
        ` [PATCH v3 2/2] receive-pack: gently write messages to proc-receive
        ` [PATCH v4 0/3] jx/t5411-flake-fix
        ` [PATCH v4 1/3] t5411: new helper filter_out_user_friendly_and_stable_output
        ` [PATCH v4 2/3] receive-pack: gently write messages to proc-receive
        ` [PATCH v4 3/3] receive-pack: use default version 0 for proc-receive

[PATCH 0/2] update-ref: Allow creation of multiple transactions
 2020-11-11 10:24 UTC  (14+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] t1400: Avoid touching refs on filesystem
` [PATCH v3 0/4] update-ref: allow creation of multiple transactions
  ` [PATCH v3 1/4] t1400: avoid touching refs on filesystem
  ` [PATCH v3 2/4] update-ref: allow creation of multiple transactions
  ` [PATCH v3 3/4] p1400: use `git-update-ref --stdin` to test "
  ` [PATCH v3 4/4] update-ref: disallow "start" for ongoing transactions

[PATCH 0/3] Maintenance IV: Platform-specific background maintenance
 2020-11-11  8:59 UTC  (8+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 2/4] maintenance: include 'cron' details in docs
  ` [PATCH v2 3/4] maintenance: use launchctl on macOS
  ` [PATCH v2 4/4] maintenance: use Windows scheduled tasks

git rebase/git rebase --abort cause inconsistent state
 2020-11-11  7:10 UTC  (8+ messages)

check_refname_format allows refs with components that begin with -, even though `git tag` does not
 2020-11-11  2:22 UTC  (10+ messages)
    ` [PATCH 1/3] rev-parse: don't accept options after dashdash
    ` [PATCH 2/3] rev-parse: put all options under the "-" check
    ` [PATCH 3/3] rev-parse: handle --end-of-options

[PATCH v3 00/11] [GSoC] Implement Corrected Commit Date
 2020-11-10 23:52 UTC  (13+ messages)
` [PATCH v4 00/10] "
  ` [PATCH v4 06/10] commit-graph: implement corrected commit date
              ` Extending and updating gitglossary (was: Re: [PATCH v4 06/10] commit-graph: implement corrected commit date)
                  ` Extending and updating gitglossary

[PATCH] compat/bswap.h: detect ARM64 when using MSVC
 2020-11-10 23:38 UTC  (5+ messages)

format-patch: "magic" mbox timestamp
 2020-11-10 23:22 UTC  (4+ messages)

BUG: Windows Color scheme not preserved
 2020-11-10 22:45 UTC  (3+ messages)
    ` [EXTERNAL] "

[PATCH] compat/bswap.h: Simplify MSVC endianness detection
 2020-11-10 22:37 UTC  (12+ messages)
` [PATCH v2] compat/bswap.h: simplify "

["BUG"] builtin add-interactive does not honor 'color.diff. frag'
 2020-11-10 22:30 UTC  (8+ messages)
    ` [PATCH] add-interactive.c: use correct names to load color.diff.* config

[PATCH 00/10] Advertise trace2 SID in protocol capabilities
 2020-11-10 21:37 UTC  (5+ messages)

[PATCH 00/21] trailer fixes
 2020-11-10 20:16 UTC  (16+ messages)
` [PATCH 05/21] trailer: rename 'free_all' to 'free_all_trailer_items'
` [PATCH 06/21] t4205: add test for trailer in log with nonstandard separator
` [PATCH 08/21] trailer: keep track of conf in trailer_item
` [PATCH 12/21] trailer: handle configured nondefault separators explicitly
` [PATCH 13/21] trailer: add option to make canonicalization optional
` [PATCH 17/21] trailer: don't treat line with prefix of known trailer as known

[PATCH] diff: do not show submodule with untracked files as "-dirty"
 2020-11-10 17:09 UTC  (3+ messages)
` [Outreachy][PATCH v7] "

Request for change 610e2b9240 reversal
 2020-11-10 17:05 UTC  (4+ messages)

[PATCH] t2402: fix typo
 2020-11-10 15:18 UTC  (3+ 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).