git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-11-12 12:26:03 to 2018-11-13 19:15:13 UTC [more...]

[PATCH v1] read-cache: speed up index load through parallelization
 2018-11-13 19:15 UTC  (19+ messages)
` [PATCH v8 0/7] "
  ` [PATCH 0/3] Avoid confusing messages from new index extensions (Re: [PATCH v8 0/7] speed up index load through parallelization)
    ` [PATCH 1/3] eoie: default to not writing EOIE section
    ` [PATCH 2/3] ieot: default to not writing IEOT section
    ` [PATCH 3/3] index: do not warn about unrecognized extensions

What's cooking in git.git (Nov 2018, #04; Tue, 13)
 2018-11-13 19:03 UTC  (2+ messages)

[PATCH v4 3/3] range-diff: make diff option behavior (e.g. --stat) consistent
 2018-11-13 18:55 UTC  (5+ messages)
` [PATCH v5 0/3] range-diff fixes
` [PATCH v5 1/3] range-diff doc: add a section about output stability
` [PATCH v5 2/3] range-diff: fix regression in passing along diff options
` [PATCH v5 3/3] range-diff: make diff option behavior (e.g. --stat) consistent

[PATCH 0/1] win32: modernize pthread_cond_*() shims
 2018-11-13 18:52 UTC  (2+ messages)
` [PATCH 1/1] win32: replace pthread_cond_*() with much simpler code

[PATCH] Makefile: use CXXFLAGS for linking fuzzers
 2018-11-13 18:50 UTC  (4+ messages)

[PATCH v4 00/12] Base SHA-256 implementation
 2018-11-13 18:45 UTC  (5+ messages)
` [PATCH v5 "
  ` [PATCH v5 02/12] sha1-file: provide functions to look up hash algorithms

[PATCH v2 0/1] Advertise multiple supported proto versions
 2018-11-13 18:28 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/1] protocol: advertise multiple supported versions
      ` Re* "

[PATCH/RFC] checkout: print something when checking out paths
 2018-11-13 18:28 UTC  (5+ messages)
` [PATCH v2] "

Git Test Coverage Report (Tuesday, Nov 13)
 2018-11-13 18:05 UTC 

[RFC] cherry-pick notes to find out cherry-picks from the origin
 2018-11-13 18:00 UTC  (3+ messages)

[PATCH] checkout: disambiguate dwim tracking branches and local files
 2018-11-13 17:52 UTC  (6+ messages)
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] checkout: "

[PATCH 1/3] read-cache: use shared perms when writing shared index
 2018-11-13 17:34 UTC  (5+ messages)
  ` [RFC/PATCH] read-cache: write all indexes with the same permissions

[PATCH] po/it.po: Remove space between the dashes and start of an option's name in the Italian translation
 2018-11-13 17:12 UTC 

Import/Export as a fast way to purge files from Git?
 2018-11-13 17:10 UTC  (34+ messages)
      ` [PATCH 00/10] fast export and import fixes and features
        ` [PATCH 04/10] fast-export: avoid dying when filtering by paths and old tags exist
        ` [PATCH 06/10] fast-export: when using paths, avoid corrupt stream with non-existent mark
        ` [PATCH 09/10] fast-export: add a --show-original-ids option to show original names
        ` [PATCH 10/10] fast-export: add --always-show-modify-after-rename

[PATCH v2 0/2] Reimplement rebase --merge via interactive machinery
 2018-11-13 16:06 UTC  (8+ messages)
` [PATCH v2 1/2] git-rebase, sequencer: extend --quiet option for the "
` [PATCH v2 2/2] rebase: Implement --merge via git-rebase--interactive

[PATCH 01/24] Makefile: add pending semantic patches
 2018-11-13 16:02 UTC  (8+ messages)
` [PATCH] "
  ` [PATCH] coccicheck: introduce 'pending' "

[PATCH v3] commit: add a commit.allowEmpty config variable
 2018-11-13 15:56 UTC  (2+ messages)
` [PATCH v4] "

[PATCH 0/1] bundle: fix issue when bundles would be empty
 2018-11-13 15:09 UTC  (2+ messages)
` [PATCH 1/1] bundle: refuse to create empty bundle

[PATCH 0/1] Some left-over add-on for bw/config-h
 2018-11-13 15:05 UTC  (2+ messages)
` [PATCH 1/1] do_git_config_sequence(): fall back to git_dir if commondir is NULL

[PATCH 0/1] rebase: understand -C again, refactor
 2018-11-13 15:05 UTC  (4+ messages)
` [PATCH 1/1] rebase: really just passthru the `git am` options

[PATCH] branch: colorize branches checked out in a linked working tree the same way as the current branch is colorized
 2018-11-13 14:49 UTC  (12+ messages)
` [PATCH v2 0/2] refactoring branch colorization to ref-filter
  ` [PATCH v2 1/2] ref-filter: add worktree atom
  ` [PATCH v2 2/2] branch: Mark and colorize a branch differently if it is checked out in a linked worktree

[PATCH 0/1] mingw: use CreateHardLink() directly
 2018-11-13 14:37 UTC  (2+ messages)
` [PATCH 1/1] mingw: use `CreateHardLink()` directly

[PATCH] remote-curl: die on server-side errors
 2018-11-13 14:30 UTC  (6+ messages)

[RFC PATCH] Using no- for options instead of duplication
 2018-11-13 13:09 UTC  (4+ messages)

[PATCH 0/5] Assorted fixes revolving around rebase and merges
 2018-11-13 12:56 UTC  (14+ messages)
` [PATCH 1/5] rebase -r: demonstrate bug with conflicting merges
` [PATCH 2/5] rebase -r: do not write MERGE_HEAD unless needed
` [PATCH 3/5] rebase -i: include MERGE_HEAD into files to clean up
` [PATCH 4/5] built-in rebase --skip/--abort: clean up stale .git/<name> files
` [PATCH 5/5] status: rebase and merge can be in progress at the same time

[PATCH 0/2] fix some exclude patterns being ignored
 2018-11-13 12:31 UTC  (5+ messages)
` [PATCH 1/2] refs: show --exclude failure with --branches/tags/remotes=glob
` [PATCH 2/2] refs: fix some exclude patterns being ignored

[RFC PATCH] index-pack: improve performance on NFS
 2018-11-13 10:02 UTC  (55+ messages)
                  ` [PATCH 0/9] caching loose objects
                    ` [PATCH 1/9] fsck: do not reuse child_process structs
                    ` [PATCH 2/9] submodule--helper: prefer strip_suffix() to ends_with()
                    ` [PATCH 3/9] rename "alternate_object_database" to "object_directory"
                    ` [PATCH 4/9] sha1_file_name(): overwrite buffer instead of appending
                    ` [PATCH 5/9] handle alternates paths the same as the main object dir
                    ` [PATCH 6/9] sha1-file: use an object_directory for "
                    ` [PATCH 7/9] object-store: provide helpers for loose_objects_cache
                    ` [PATCH 8/9] sha1-file: use loose object cache for quick existence check
                    ` [PATCH 9/9] fetch-pack: drop custom loose object cache

[RFC PATCH v2] remote: add --save-push option to git remote set-url
 2018-11-13  9:46 UTC  (3+ messages)
` [PATCH v3] remote: add --save-to-push "

[PATCH 0/2] avoid unsigned long for timestamps
 2018-11-13  9:43 UTC  (9+ messages)
` [PATCH 2/2] read-cache: use time_t instead of unsigned long

Regression: rebase -C1 fails in master
 2018-11-13  9:21 UTC  (2+ messages)

[PATCH 0/2] Fix built-in rebase perf regression
 2018-11-13  6:07 UTC  (10+ messages)
` [PATCH 2/2] built-in rebase: reinstate `checkout -q` behavior where appropriate
` [PATCH v2 0/3] Fix built-in rebase perf regression

[RFC PATCH 0/5] ref-filter: add new formatting options
 2018-11-13  1:52 UTC  (7+ messages)
` [RFC PATCH 1/5] ref-filter: add objectsize:disk option

[PATCH] builtin/notes: remove unnecessary free
 2018-11-13  1:29 UTC  (3+ messages)

Migration to Git LFS inflates repository multiple times
 2018-11-13  0:39 UTC  (4+ messages)

Checkout deleted semi-untracked file
 2018-11-12 23:22 UTC  (14+ messages)
` [RFC PATCH] Introduce "precious" file concept

[PATCH 0/1] Allow "no-op hunks" when editing the diff in git add -e
 2018-11-12 23:12 UTC  (3+ messages)
` [PATCH 1/1] apply --recount: allow "no-op hunks"

Git Reference Manual enhance
 2018-11-12 18:39 UTC  (2+ messages)

[PATCH 3/3] Makefile: optionally symlink libexec/git-core binaries to bin/git
 2018-11-12 16:32 UTC  (9+ messages)
` [RFC/PATCH 0/5] stop installing old libexec aliases like "git-init"
` [RFC/PATCH 1/5] Makefile: move long inline shell loops in "install" into helper
` [RFC/PATCH 5/5] Makefile: Add a NO_INSTALL_BUILTIN_EXECDIR_ALIASES flag

[PATCH 0/5] tests: various improvements to the GIT_TEST_INSTALLED feature
 2018-11-12 13:48 UTC  (6+ messages)
` [PATCH 1/5] tests: fix GIT_TEST_INSTALLED's PATH to include t/helper/
` [PATCH 2/5] tests: respect GIT_TEST_INSTALLED when initializing repositories
` [PATCH 3/5] t/lib-gettext: test installed git-sh-i18n if GIT_TEST_INSTALLED is set
` [PATCH 4/5] tests: do not require Git to be built when testing an installed Git
` [PATCH 5/5] tests: explicitly use `git.exe` on Windows

Add issue management within git
 2018-11-12 13:29 UTC  (5+ messages)

[PATCH v2 1/1] Upcast size_t variables to uintmax_t when printing
 2018-11-12 12:26 UTC  (4+ 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).