git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-11-13 12:11:06 to 2020-11-17 06:53:27 UTC [more...]

[PATCH] chdir-notify: UNLEAK registrated callback entries
 2020-11-17  6:53 UTC  (6+ messages)

[PATCH 0/2] config: allow specifying config entries via envvar pairs
 2020-11-17  6:40 UTC  (11+ messages)
` [PATCH 1/2] config: extract function to parse config pairs
` [PATCH 2/2] config: allow specifying config entries via envvar pairs

[PATCH] ci: avoid using the deprecated `set-env` construct
 2020-11-17  6:19 UTC  (2+ messages)

[PATCH] rm: honor sparse checkout patterns
 2020-11-17  5:20 UTC  (11+ messages)
` [PATCH v2] "

[PATCH] list-objects-filter-options: fix function name in BUG
 2020-11-17  2:13 UTC  (2+ messages)

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

What's cooking in git.git (Nov 2020, #02; Mon, 9)
 2020-11-17  1:07 UTC  (5+ messages)
` ds/maintenance-part-3 (was Re: What's cooking in git.git (Nov 2020, #02; Mon, 9))

[PATCH 0/3] repack: don't move existing packs out of the way
 2020-11-17  0:46 UTC  (9+ messages)
` [PATCH 1/3] repack: make "exts" array available outside cmd_repack()
` [PATCH 2/3] builtin/repack.c: keep track of what pack-objects wrote
` [PATCH 3/3] builtin/repack.c: don't move existing packs out of the way

[PATCH] diff-lib: plug minor memory leaks in do_diff_cache()
 2020-11-17  0:35 UTC  (2+ messages)

[PATCH] archive: release refname after use
 2020-11-17  0:28 UTC  (2+ messages)

[PATCH 0/5] handling 4GB .idx files
 2020-11-16 23:49 UTC  (5+ messages)

[PATCH] help.c: add advice.correctTypos option
 2020-11-16 23:41 UTC  (2+ messages)

[PATCH] userdiff: php: Improved tests catching "abstract" and "final" functions
 2020-11-16 22:21 UTC  (3+ messages)

[PATCH v2 0/2] Retire git-parse-remote
 2020-11-16 21:19 UTC  (7+ messages)
` [PATCH v3 0/3] submodule sh->C & retire parse-remote
` [PATCH v3 1/3] submodule: use "fetch" logic instead of custom remote discovery
` [PATCH v3 2/3] submodule: remove sh function in favor of helper
` [PATCH v3 3/3] parse-remote: remove this now-unused library

[PATCH 00/28] Use main as default branch name
 2020-11-16 20:07 UTC  (20+ messages)
` [PATCH 14/28] t55[23]*: adjust the references to the default branch name "main"
` [PATCH 28/28] Change the default branch name to `main`
    ` [RFC/PATCH] tests: support testing with an arbitrary default branch (sort of)

Specify resume point with git difftool?
 2020-11-16 19:26 UTC  (2+ messages)

FETCH_HEAD format is undocumented
 2020-11-16 19:03 UTC  (2+ messages)

git-log: documenting pathspec usage
 2020-11-16 18:55 UTC  (4+ messages)

RFC: auto-enabling parallel-checkout on NFS
 2020-11-16 15:19 UTC  (2+ messages)

[PATCH v2 0/4] Maintenance IV: Platform-specific background maintenance
 2020-11-16 13:17 UTC  (17+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] maintenance: extract platform-specific scheduling
  ` [PATCH v3 2/4] maintenance: include 'cron' details in docs
  ` [PATCH v3 3/4] maintenance: use launchctl on macOS
  ` [PATCH v3 4/4] maintenance: use Windows scheduled tasks

[PATCH 00/23] pack-bitmap: bitmap generation improvements
 2020-11-15 23:26 UTC  (16+ messages)
` [PATCH 03/23] pack-bitmap: bounds-check size of cache extension
` [PATCH 15/23] t5310: add branch-based checks
` [PATCH 17/23] pack-bitmap-write: build fewer intermediate bitmaps

[PATCH] t5310-pack-bitmaps: skip JGit tests with SHA256
 2020-11-15 22:08 UTC  (5+ messages)

[PATCH v3 00/11] Rewrite the remaining merge strategies from shell to C
 2020-11-16 10:21 UTC  (26+ messages)
` [PATCH v4 00/12] "
  ` [PATCH v4 02/12] update-index: move add_cacheinfo() to read-cache.c
  ` [PATCH v4 03/12] merge-one-file: rewrite in C
  ` [PATCH v4 04/12] merge-index: libify merge_one_path() and merge_all()
  ` [PATCH v4 05/12] merge-index: don't fork if the requested program is `git-merge-one-file'
  ` [PATCH v4 06/12] merge-resolve: rewrite in C
  ` [PATCH v4 07/12] merge-recursive: move better_branch_name() to merge.c
  ` [PATCH v4 08/12] merge-octopus: rewrite in C
  ` [PATCH v4 09/12] merge: use the "resolve" strategy without forking
  ` [PATCH v4 10/12] merge: use the "octopus" "
  ` [PATCH v4 11/12] sequencer: use the "resolve" "
  ` [PATCH v4 12/12] sequencer: use the "octopus" merge "
  ` [PATCH v5 00/12] Rewrite the remaining merge strategies from shell to C
    ` [PATCH v5 01/12] t6027: modernise tests
    ` [PATCH v5 02/12] update-index: move add_cacheinfo() to read-cache.c
    ` [PATCH v5 03/12] merge-one-file: rewrite in C
    ` [PATCH v5 04/12] merge-index: libify merge_one_path() and merge_all()
    ` [PATCH v5 05/12] merge-index: don't fork if the requested program is `git-merge-one-file'
    ` [PATCH v5 06/12] merge-resolve: rewrite in C
    ` [PATCH v5 07/12] merge-recursive: move better_branch_name() to merge.c
    ` [PATCH v5 08/12] merge-octopus: rewrite in C
    ` [PATCH v5 09/12] merge: use the "resolve" strategy without forking
    ` [PATCH v5 10/12] merge: use the "octopus" "
    ` [PATCH v5 11/12] sequencer: use the "resolve" "
    ` [PATCH v5 12/12] sequencer: use the "octopus" merge "

can someone verify operation of "splitpatch" with a massive "git diff"?
 2020-11-16  9:18 UTC 

[PATCH v2 0/2] rev-parse options for absolute or relative paths
 2020-11-16  2:21 UTC  (7+ messages)
` [PATCH v2 1/2] abspath: add a function to resolve paths with missing components
` [PATCH v2 2/2] rev-parse: add option for absolute or relative path formatting

The master branch rename, and avoiding another v1.6.0 git-foo fiasco
 2020-11-15  4:27 UTC  (14+ messages)

phpdoc diff in git -L is not the correct one
 2020-11-14 23:40 UTC  (5+ messages)

[PATCH 0/2] git-gui: Auto-rescan on activate
 2020-11-14 19:14 UTC  (4+ messages)
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] "

Why Git LFS is not a built-in feature
 2020-11-14 19:15 UTC  (5+ messages)

[PATCH 01/11] git-parse-remote: fix highly misleading man page
 2020-11-14 12:12 UTC  (4+ messages)
` [PATCH 0/5] Remove now-unused git-parse-remote
  ` How do I "git fetch" with a custom <refspec> but a default remote?

[PATCH 0/4] Fix 'pull --rebase --recurse-submodules' when local and upstream branches have no fork-point
 2020-11-14  0:34 UTC  (5+ messages)
` [PATCH 1/4] pull --rebase: compute rebase arguments in separate function
` [PATCH 2/4] t5572: add notes on a peculiar test
` [PATCH 3/4] t5572: describe '--rebase' tests a little more
` [PATCH 4/4] pull: check for local submodule modifications with the right range

fatal: cannot rebase with locally recorded submodule modifications
 2020-11-14  0:32 UTC  (4+ messages)

[PATCH 0/2] update-ref: Allow creation of multiple transactions
 2020-11-13 20:40 UTC  (4+ messages)
` [PATCH v4 0/4] update-ref: allow "
  ` [PATCH v4 1/4] t1400: avoid touching refs on filesystem


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