messages from 2020-11-10 01:10:25 to 2020-11-11 17:10:09 UTC [more...]
[PATCH v2 00/20] fundamentals of merge-ort implementation
2020-11-11 17:10 UTC (25+ 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] 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
[PATCH 01/11] git-parse-remote: fix highly misleading man page
2020-11-11 16:33 UTC (8+ 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
[PATCH v2] diff: handle NULL filespecs in run_external_diff
2020-11-11 16:28 UTC (13+ messages)
` [PATCH v3] diff: make diff_free_filespec_data accept NULL
` [PATCH v4] "
` [PATCH v5] "
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 0/9] Fix color handling in git add -i
2020-11-11 15:53 UTC (25+ 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
[REGRESSION FIX 0/2] Handling regression introduced by a62387b
2020-11-11 12:45 UTC (7+ 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] t5411: consistent result for proc-receive broken test
2020-11-11 11:32 UTC (18+ 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 (18+ 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)
What's cooking in git.git (Nov 2020, #02; Mon, 9)
2020-11-10 13:31 UTC (2+ messages)
` ds/maintenance-part-3 (was Re: What's cooking in git.git (Nov 2020, #02; Mon, 9))
Suppressing filter-branch warning
2020-11-10 12:15 UTC (5+ messages)
[PATCH] archive: support compression levels beyond 9
2020-11-10 11:37 UTC (4+ messages)
[PATCH] git-diff: Introduce --index and deprecate --cached
2020-11-10 7:32 UTC
[PATCH] Lengthening FORMAT_PATCH_NAME_MAX to 80
2020-11-10 5:40 UTC (13+ messages)
` [PATCH] format-patch: make output filename configurable
` [PATCH v2] "
Completion for aliases that wrap aliases that wrap Git commands
2020-11-10 3:01 UTC (3+ messages)
[PATCH v2 0/3] completion: bash: support for recursive/nested aliases
2020-11-10 2:09 UTC (3+ messages)
[PATCH v3 0/2] completion: bash: support for recursive aliases
2020-11-10 2:03 UTC (3+ messages)
` [PATCH v3 1/2] completion: bash: support "
` [PATCH v3 2/2] completion: bash: check for alias loop
[PATCH] completion: bash: support recursive aliases
2020-11-10 1:19 UTC (7+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).