git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-11-10 05:48:08 to 2018-11-12 18:23:15 UTC [more...]

[RFC PATCH] index-pack: improve performance on NFS
 2018-11-12 18:23 UTC  (41+ 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

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

Import/Export as a fast way to purge files from Git?
 2018-11-12 18:08 UTC  (47+ messages)
      ` [PATCH 00/10] fast export and import fixes and features
        ` [PATCH 01/10] git-fast-import.txt: fix documentation for --quiet option
        ` [PATCH 02/10] git-fast-export.txt: clarify misleading documentation about rev-list args
        ` [PATCH 03/10] fast-export: use value from correct enum
        ` [PATCH 04/10] fast-export: avoid dying when filtering by paths and old tags exist
        ` [PATCH 05/10] fast-export: move commit rewriting logic into a function for reuse
        ` [PATCH 06/10] fast-export: when using paths, avoid corrupt stream with non-existent mark
        ` [PATCH 07/10] fast-export: ensure we export requested refs
        ` [PATCH 08/10] fast-export: add --reference-excluded-parents option
        ` [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] branch: colorize branches checked out in a linked working tree the same way as the current branch is colorized
 2018-11-12 18:07 UTC  (10+ 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] checkout: disambiguate dwim tracking branches and local files
 2018-11-12 17:26 UTC  (3+ 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/RFC] checkout: print something when checking out paths
 2018-11-12 16:27 UTC  (3+ messages)

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

[PATCH 0/2] avoid unsigned long for timestamps
 2018-11-12 15:03 UTC  (8+ messages)
` [PATCH 1/2] builtin/commit: use timestamp_t in parse_force_date
` [PATCH 2/2] read-cache: use time_t instead of unsigned long

[PATCH 0/2] Fix built-in rebase perf regression
 2018-11-12 14:26 UTC  (13+ messages)
` [PATCH 2/2] built-in rebase: reinstate `checkout -q` behavior where appropriate
` [PATCH v2 0/3] Fix built-in rebase perf regression
  ` [PATCH v2 1/3] rebase: consolidate clean-up code before leaving reset_head()
  ` [PATCH v2 2/3] rebase: prepare reset_head() for more flags
  ` [PATCH v2 3/3] built-in rebase: reinstate `checkout -q` behavior where appropriate

[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  (6+ messages)

[PATCH 0/2] fix some exclude patterns being ignored
 2018-11-12 13:25 UTC  (3+ 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 0/5] ref-filter: add new formatting options
 2018-11-12 13:12 UTC  (8+ messages)
` [RFC PATCH 1/5] ref-filter: add objectsize:disk option
  ` [RFC PATCH 5/5] ref-filter: add docs for new options

Migration to Git LFS inflates repository multiple times
 2018-11-12 12:42 UTC  (3+ messages)

[PATCH v2 1/1] Upcast size_t variables to uintmax_t when printing
 2018-11-12 12:26 UTC  (4+ messages)

[PATCH 00/22] Kill the_index part 5
 2018-11-12 10:24 UTC  (3+ messages)
` [PATCH v2] format-patch: respect --stat in cover letter's diffstat

[PATCH v1 2/2] curl_off_t xcurl_off_t is not portable
 2018-11-12  8:03 UTC  (5+ messages)
` [PATCH v2 1/1] remote-curl.c: xcurl_off_t is not portable (on 32 bit platfoms)

[PATCH v2 00/22] Kill the_index part 5
 2018-11-12  5:53 UTC  (24+ messages)
` [PATCH v2 01/22] wt-status.c: remove implicit dependency on the_index
` [PATCH v2 02/22] wt-status.c: remove implicit dependency the_repository
` [PATCH v2 03/22] list-objects-filter.c: remove implicit dependency on the_index
` [PATCH v2 04/22] list-objects.c: reduce the_repository references
` [PATCH v2 05/22] notes-merge.c: remove implicit dependency on the_index
` [PATCH v2 06/22] notes-merge.c: remove implicit dependency the_repository
` [PATCH v2 07/22] transport.c: remove implicit dependency on the_index
` [PATCH v2 08/22] sequencer.c: "
` [PATCH v2 09/22] sequencer.c: remove implicit dependency on the_repository
` [PATCH v2 10/22] blame.c: remove implicit dependency the_repository
` [PATCH v2 11/22] bisect.c: remove the_repository reference
` [PATCH v2 12/22] branch.c: "
` [PATCH v2 13/22] bundle.c: remove the_repository references
` [PATCH v2 14/22] cache-tree.c: "
` [PATCH v2 15/22] delta-islands.c: "
` [PATCH v2 16/22] diff-lib.c: "
` [PATCH v2 17/22] line-log.c: remove the_repository reference
` [PATCH v2 18/22] notes-cache.c: remove the_repository references
` [PATCH v2 19/22] pack-check.c: "
` [PATCH v2 20/22] pack-*.c: "
` [PATCH v2 21/22] rerere.c: "
` [PATCH v2 22/22] rebase-interactive.c: "

[PATCH 0/1] Update .mailmap
 2018-11-12  3:54 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] "

[PATCH v3 2/2] range-diff: fix regression in passing along diff options
 2018-11-12  3:32 UTC  (5+ messages)
` [PATCH v4 3/3] range-diff: make diff option behavior (e.g. --stat) consistent

[PATCH 1/1] mingw: handle absolute paths in expand_user_path()
 2018-11-12  3:03 UTC  (13+ messages)

BUG REPORT: git clone of non-existent repository results in request for credentials
 2018-11-11 18:00 UTC  (3+ messages)

grep issues
 2018-11-11 13:17 UTC 

[PATCH] builtin/notes: remove unnecessary free
 2018-11-11 10:41 UTC  (2+ messages)

Git Reference Manual enhance
 2018-11-11  1:25 UTC  (2+ messages)

[PATCH] p3400: replace calls to `git checkout -b' by `git checkout -B'
 2018-11-10 21:05 UTC  (2+ messages)

[PATCH] Makefile: add pending semantic patches
 2018-11-10 20:37 UTC  (3+ messages)
` [PATCH] coccicheck: introduce 'pending' "

[PATCH] Fix broken command-list.h generation with core.autocrlf
 2018-11-10 18:23 UTC 

[PATCH v4 00/12] Base SHA-256 implementation
 2018-11-10 15:52 UTC  (6+ messages)
` [PATCH v5 "
  ` [PATCH v5 10/12] Add a base implementation of SHA-256 support

[PATCH 00/12] Mark more strings for translation
 2018-11-10 14:59 UTC  (12+ messages)
` [PATCH v2 00/16] "
  ` [PATCH v2 12/16] parse-options: replace opterror() with optname()
  ` [PATCH v2 15/16] fsck: reduce word legos to help i18n
  ` [PATCH v3 00/16] Mark more strings for translation
    ` [PATCH v3 08/16] reflog: mark "


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