git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-09-20 17:11:25 to 2017-09-22 20:31:16 UTC [more...]

[PATCH 05/13] list-objects-filter-large: add large blob filter to list-objects
 2017-09-22 20:30 UTC 

[PATCH 00/13] RFC object filtering for parital clone
 2017-09-22 20:26 UTC  (5+ messages)
` [PATCH 01/13] dir: refactor add_excludes()
` [PATCH 02/13] oidset2: create oidset subclass with object length and pathname
` [PATCH 03/13] list-objects: filter objects in traverse_commit_list
` [PATCH 04/13] list-objects-filter-all: add filter to omit all blobs

[PATCH 0/8] protocol transition
 2017-09-22 20:15 UTC  (18+ messages)
` [PATCH 3/8] daemon: recognize hidden request arguments
` [PATCH 1.5/8] connect: die when a capability line comes after a ref
      ` [PATCH] connect: in ref advertisement, shallows are last
        ` [PATCH v2] "
            ` [PATCH v3] "
                    ` [PATCH v4] "

[PATCH] git: add --no-optional-locks option
 2017-09-22 20:09 UTC  (11+ messages)

[PATCH 0/4] pre-merge hook
 2017-09-22 20:01 UTC  (8+ messages)
` [PATCH 1/4] git-merge: Honor "
` [PATCH 2/4] merge: do no-verify like commit
` [PATCH 3/4] merge: --no-verify to bypass pre-merge hook
` [PATCH 4/4] t7503: add tests for pre-merge-hook

[PATCH 4/4] ALLOC_GROW: avoid -Wsign-compare warnings
 2017-09-22 19:23 UTC  (5+ messages)

[PATCH 3/4] cache.h: hex2chr() - avoid -Wsign-compare warnings
 2017-09-22 18:01 UTC  (8+ messages)

[PATCH v5 0/7] Fast git status via a file system watcher
 2017-09-22 16:35 UTC  (43+ messages)
` [PATCH v6 00/12] "
  ` [PATCH v6 09/12] split-index: disable the fsmonitor extension when running the split index test
  ` [PATCH v7 00/12] Fast git status via a file system watcher
    ` [PATCH v7 02/12] preload-index: add override to enable testing preload-index
    ` [PATCH v7 03/12] update-index: add a new --force-write-index option
    ` [PATCH v7 04/12] fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files
    ` [PATCH v7 05/12] fsmonitor: add documentation for the fsmonitor extension
    ` [PATCH v8 00/12] Fast git status via a file system watcher
      ` [PATCH v8 01/12] bswap: add 64 bit endianness helper get_be64
      ` [PATCH v8 02/12] preload-index: add override to enable testing preload-index
      ` [PATCH v8 03/12] update-index: add a new --force-write-index option
      ` [PATCH v8 04/12] fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files
      ` [PATCH v8 05/12] fsmonitor: add documentation for the fsmonitor extension
      ` [PATCH v8 06/12] ls-files: Add support in ls-files to display the fsmonitor valid bit
      ` [PATCH v8 07/12] update-index: add fsmonitor support to update-index
      ` [PATCH v8 08/12] fsmonitor: add a test tool to dump the index extension
      ` [PATCH v8 09/12] split-index: disable the fsmonitor extension when running the split index test
      ` [PATCH v8 10/12] fsmonitor: add test cases for fsmonitor extension
      ` [PATCH v8 11/12] fsmonitor: add a sample integration script for Watchman
      ` [PATCH v8 12/12] fsmonitor: add a performance test

What's cooking in git.git (Jul 2017, #01; Wed, 5)
 2017-09-22 16:33 UTC  (5+ messages)
` [PATCH v2 0/3] branch: add a --copy to go with --move
    ` [PATCH 4/3] branch: fix "copy" to never touch HEAD

[PATCH 2/4] commit-slab.h: avoid -Wsign-compare warnings
 2017-09-22 15:55 UTC  (4+ messages)

merge-base not working as expected when base is ahead
 2017-09-22  9:14 UTC  (11+ messages)
` [PATCH 0/3] merge-base --fork-point fixes
  ` [PATCH 2/3] merge-base: return fork-point outside reflog

[PATCH v3 0/4] filter-branch: support for incremental update + fix for ancient tag format
 2017-09-22  8:58 UTC  (8+ messages)
` [PATCH v3 1/4] filter-branch: reset $GIT_* before cleaning up
` [PATCH v3 2/4] filter-branch: preserve and restore $GIT_AUTHOR_* and $GIT_COMMITTER_*
` [PATCH v3 3/4] filter-branch: stash away ref map in a branch
` [PATCH v3 4/4] filter-branch: use hash-object instead of mktag

KDevelop developers obviously don't use git :(
 2017-09-22  4:57 UTC  (4+ messages)

[PATCH] refs: make sure we never pass NULL to hashcpy
 2017-09-22  4:23 UTC  (4+ messages)
` [RFC v2] refs: strip out not allowed flags from ref_transaction_update

[PATCH 0/4] appeasing -Wimplicit-fallthrough
 2017-09-22  3:47 UTC  (7+ messages)
` [PATCH 1/4] cat-file: handle NULL object_context.path
` [PATCH 2/4] test-line-buffer: simplify command parsing
` [PATCH 3/4] curl_trace(): eliminate switch fallthrough
` [PATCH 4/4] consistently use "fallthrough" comments in switches

What's cooking in git.git (Sep 2017, #03; Fri, 15)
 2017-09-22  3:39 UTC  (4+ messages)

[PATCH] builtin/merge: honor commit-msg hook for merges
 2017-09-22  1:58 UTC  (7+ messages)
` [PATCHv3] "
    ` [PATCH] Documentation/githooks: mention merge in commit-msg hook

[PATCH v1] travis-ci: fix "skip_branch_tip_with_tag()" string comparison
 2017-09-22  1:57 UTC  (4+ messages)

[PATCH v6 10/12] fsmonitor: add test cases for fsmonitor extension
 2017-09-22  1:04 UTC  (5+ messages)
` [PATCH v1 1/1] test-lint: echo -e (or -E) is not portable

RFC: Design and code of partial clones (now, missing commits and trees OK)
 2017-09-21 23:04 UTC  (7+ messages)
` RFC: Design and code of partial clones (now, missing commits and trees OK) (part 2/3)
` RFC: Design and code of partial clones (now, missing commits and trees OK) (part 3)

[PATCH 1/4] git-compat-util.h: xsize_t() - avoid -Wsign-compare warnings
 2017-09-21 19:02 UTC  (4+ messages)

commit-msg hook with verbose commit flag
 2017-09-21 17:50 UTC 

[PATCH 0/2] Two small comment fixes
 2017-09-21 17:52 UTC  (5+ messages)
` [PATCH 1/2] Fix typo in submodule.h
` [PATCH 2/2] Document the string_list structure

[PATCH v2 00/21] Read `packed-refs` using mmap()
 2017-09-21 17:29 UTC  (19+ messages)
` [PATCH v2 02/21] prefix_ref_iterator: break when we leave the prefix
` [PATCH v2 08/21] read_packed_refs(): read references with minimal copying
` [PATCH v2 11/21] mmapped_ref_iterator_advance(): no peeled value for broken refs
` [PATCH v2 13/21] packed_ref_cache: keep the `packed-refs` file mmapped if possible
` [PATCH v2 14/21] read_packed_refs(): ensure that references are ordered when read

[PATCH 0/4] avoid some -Wsign-compare warnings
 2017-09-21 16:45 UTC 

[GSoC][PATCH v4 4/4] submodule: port submodule subcommand 'status' from shell to C
 2017-09-21 16:10 UTC  (2+ messages)

[PATCH] for_each_string_list_item(): behave correctly for empty list
 2017-09-21 15:39 UTC  (12+ messages)
          ` [PATCH v2] for_each_string_list_item: avoid undefined behavior "

[GSoC][PATCH v4 3/4] submodule: port set_name_rev() from shell to C
 2017-09-21 15:31 UTC  (2+ messages)

[GSoC][PATCH v4 1/4] submodule--helper: introduce get_submodule_displaypath()
 2017-09-21 15:06 UTC  (2+ messages)

git fast-export/import bug with -M -C
 2017-09-21  9:07 UTC  (3+ messages)
` [PATCH] fast-export: do not copy from modified file

[PATCH] Win32: simplify loading of DLL functions
 2017-09-21  6:18 UTC  (5+ messages)

My first contribution. Outreachy
 2017-09-21  5:30 UTC 

[PATCH] revision: fix memory leaks with `struct cmdline_pathspec`
 2017-09-21  5:10 UTC  (12+ messages)
  ` [PATCH] revision: replace "struct cmdline_pathspec" with argv_array

[PATCH] diff-lib: clear `pending` object-array in `index_differs_from()`
 2017-09-21  4:52 UTC  (4+ messages)

Behaviour of 'git stash show' when a stash has untracked files
 2017-09-21  3:31 UTC  (5+ messages)

Change in output as a result of patch
 2017-09-21  1:37 UTC  (17+ messages)
` [RFC PATCH 0/5] branch: improve error messages of branch renaming
  ` [RFC PATCH 1/5] builtin/checkout: avoid usage of '!!'
  ` [RFC PATCH 2/5] branch: document the usage of certain parameters
  ` [RFC PATCH 3/5] branch: cleanup branch name validation
  ` [RFC PATCH 5/5] builtin/branch: give more useful error messages when renaming

Revision resolution for remote-helpers?
 2017-09-21  1:13 UTC  (9+ messages)
      ` [git-for-windows] "

[PATCH] commit: fix memory leak in `reduce_heads()`
 2017-09-20 21:34 UTC  (3+ messages)

commit-msg hook does not run on merge with --no-ff option
 2017-09-20 20:09 UTC  (7+ messages)

[PATCH] commit: fix memory leak in `prepare_index()`
 2017-09-20 19:55 UTC  (2+ messages)

[PATCH] Add t/helper/test-write-cache to .gitignore
 2017-09-20 18:47 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).