git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-09-22 16:05:08 to 2017-09-25 10:54:33 UTC [more...]

[PATCH 0/4] pre-merge hook
 2017-09-25 10:54 UTC  (11+ 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

[RFC PATCH 0/8] sequencer: dont't fork git commit
 2017-09-25 10:10 UTC  (9+ messages)
` [RFC PATCH 1/8] commit: move empty message checks to libgit
` [RFC PATCH 2/8] commit: move code to update HEAD "
` [RFC PATCH 3/8] sequencer: refactor update_head()
` [RFC PATCH 4/8] commit: move post-rewrite code to libgit
` [RFC PATCH 5/8] commit: move print_commit_summary() "
` [RFC PATCH 6/8] sequencer: simplify adding Signed-off-by: trailer
` [RFC PATCH 7/8] sequencer: load commit related config
` [RFC PATCH 8/8] sequencer: try to commit without forking 'git commit'

[PATCH v2 0/5] Improve abbreviation disambiguation
 2017-09-25  9:54 UTC  (6+ messages)
` [PATCH v2 1/5] test-list-objects: List a subset of object ids
` [PATCH v2 2/5] p0008-abbrev.sh: Test find_unique_abbrev() perf
` [PATCH v2 3/5] sha1_name: Unroll len loop in find_unique_abbrev_r
` [PATCH v2 4/5] sha1_name: Parse less while finding common prefix
` [PATCH v2 5/5] sha1_name: Minimize OID comparisons during disambiguation

[PATCH] docs: improve discoverability of exclude pathspec
 2017-09-25  8:59 UTC  (4+ messages)
  ` [PATCHv2] "

[PATCH] doc: camelCase the config variables to improve readability
 2017-09-25  8:27 UTC  (5+ messages)
` [PATCH v2] "
    ` [PATCH v3] "

Change in output as a result of patch
 2017-09-25  8:20 UTC  (22+ messages)
` [RFC PATCH 0/5] branch: improve error messages of branch renaming
  ` [RFC PATCH 1/5] builtin/checkout: avoid usage of '!!'
  ` [RFC PATCH 3/5] branch: cleanup branch name validation
  ` [RFC PATCH 5/5] builtin/branch: give more useful error messages when renaming
  ` [RFC PATCH v2 0/5] Give more useful error messages when renaming a branch
    ` [RFC PATCH v2 1/5] branch: improve documentation and naming of certain parameters
    ` [RFC PATCH v2 2/5] branch: re-order function arguments to group related arguments
    ` [RFC PATCH v2 3/5] branch: cleanup branch name validation
    ` [RFC PATCH v2 4/5] branch: introduce dont_fail parameter for create validation
    ` [RFC PATCH v2 5/5] builtin/branch: give more useful error messages when renaming

[PATCH v3 00/21] Read `packed-refs` using mmap()
 2017-09-25  8:00 UTC  (22+ messages)
` [PATCH v3 01/21] ref_iterator: keep track of whether the iterator output is ordered
` [PATCH v3 02/21] prefix_ref_iterator: break when we leave the prefix
` [PATCH v3 03/21] packed_ref_cache: add a backlink to the associated `packed_ref_store`
` [PATCH v3 04/21] die_unterminated_line(), die_invalid_line(): new functions
` [PATCH v3 05/21] read_packed_refs(): use mmap to read the `packed-refs` file
` [PATCH v3 06/21] read_packed_refs(): only check for a header at the top of the file
` [PATCH v3 07/21] read_packed_refs(): make parsing of the header line more robust
` [PATCH v3 08/21] read_packed_refs(): read references with minimal copying
` [PATCH v3 09/21] packed_ref_cache: remember the file-wide peeling state
` [PATCH v3 10/21] mmapped_ref_iterator: add iterator over a packed-refs file
` [PATCH v3 11/21] mmapped_ref_iterator_advance(): no peeled value for broken refs
` [PATCH v3 12/21] packed-backend.c: reorder some definitions
` [PATCH v3 13/21] packed_ref_cache: keep the `packed-refs` file mmapped if possible
` [PATCH v3 14/21] read_packed_refs(): ensure that references are ordered when read
` [PATCH v3 15/21] packed_ref_iterator_begin(): iterate using `mmapped_ref_iterator`
` [PATCH v3 16/21] packed_read_raw_ref(): read the reference from the mmapped buffer
` [PATCH v3 17/21] ref_store: implement `refs_peel_ref()` generically
` [PATCH v3 18/21] packed_ref_store: get rid of the `ref_cache` entirely
` [PATCH v3 19/21] ref_cache: remove support for storing peeled values
` [PATCH v3 20/21] mmapped_ref_iterator: inline into `packed_ref_iterator`
` [PATCH v3 21/21] packed-backend.c: rename a bunch of things and update comments

'--shallow-since' option is not available for git-pull in Git version 2.14.1
 2017-09-25  7:31 UTC 

What's cooking in git.git (Sep 2017, #04; Mon, 25)
 2017-09-25  7:25 UTC 

[PATCH 1/3] t0040,t1502: Demonstrate parse_options bugs
 2017-09-25  5:53 UTC  (5+ messages)
` [PATCH 2/3] parse-options: write blank line to correct output stream
` [PATCH 3/3] parse-options: only insert newline in help text if needed

BUG: merge -s theirs is not in effect (does the same as -s ours)
 2017-09-25  5:33 UTC  (4+ messages)
    ` Re* "

[GSoC][PATCH v4 4/4] submodule: port submodule subcommand 'status' from shell to C
 2017-09-25  5:06 UTC  (11+ messages)
` [PATCH v5 0/4] Incremental rewrite of git-submodules
  ` [PATCH v5 1/4] submodule--helper: introduce get_submodule_displaypath()
  ` [PATCH v5 2/4] submodule--helper: introduce for_each_listed_submodule()
  ` [PATCH v5 3/4] submodule: port set_name_rev() from shell to C
  ` [PATCH v5 4/4] submodule: port submodule subcommand 'status' "

What's cooking in git.git (Sep 2017, #03; Fri, 15)
 2017-09-25  0:40 UTC  (6+ messages)

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

[PATCH] diff-lib: clear `pending` object-array in `index_differs_from()`
 2017-09-24 20:00 UTC  (22+ messages)
` [PATCH v2 0/6] reroll ma/plugleaks; more `object_array`-fixes
  ` [PATCH v2 1/6] builtin/commit: fix memory leak in `prepare_index()`
  ` [PATCH v2 2/6] commit: fix memory leak in `reduce_heads()`
  ` [PATCH v2 3/6] leak_pending: use `object_array_clear()`, not `free()`
  ` [PATCH v2 4/6] object_array: "
  ` [PATCH v2 5/6] object_array: add and use `object_array_pop()`
  ` [PATCH v2 6/6] pack-bitmap[-write]: use `object_array_clear()`, don't leak

[PATCH 1/3] refs: make sha1 output parameter of refs_resolve_ref_unsafe() optional
 2017-09-24 12:39 UTC  (5+ messages)
` [PATCH 2/3] refs: pass NULL to refs_resolve_ref_unsafe() if hash is not needed
` [PATCH 3/3] refs: pass NULL to resolve_ref_unsafe() "

[PATCH] git: add --no-optional-locks option
 2017-09-24 11:31 UTC  (8+ messages)

[PATCH v2 0/9] Teach 'run' perf script to read config files
 2017-09-24  7:59 UTC  (2+ messages)

[PATCH v2 00/21] Read `packed-refs` using mmap()
 2017-09-24  6:56 UTC  (4+ messages)
` [PATCH v2 13/21] packed_ref_cache: keep the `packed-refs` file mmapped if possible

[PATCH v7 00/12] Fast git status via a file system watcher
 2017-09-24  3:52 UTC  (21+ messages)
` [PATCH v8 "
  ` [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

[PATCH] userdiff: fix HTML hunk header regexp
 2017-09-24  1:15 UTC  (2+ messages)

[PATCH v2] connect: in ref advertisement, shallows are last
 2017-09-24  0:52 UTC  (9+ messages)
` [PATCH v3] "
        ` [PATCH v4] "

Behaviour of 'git stash show' when a stash has untracked files
 2017-09-24  0:41 UTC  (8+ messages)

is there a "symlink" option for cloning a repo in a separate filesystem?
 2017-09-24  0:12 UTC  (4+ messages)

[PATCH] Documentation/config: clarify the meaning of submodule.<name>.update
 2017-09-23 23:52 UTC  (5+ messages)
  ` [PATCHv2] "

[PATCH v2 1/9] perf/run: add '--config' option to the 'run' script
 2017-09-23 19:55 UTC  (9+ messages)
  ` [PATCH v2 6/9] perf/run: update get_var_from_env_or_config() for subsections
  ` [PATCH v2 4/9] perf/run: add calls to get_var_from_env_or_config()
  ` [PATCH v2 3/9] perf/run: add GIT_PERF_DIRS_OR_REVS
  ` [PATCH v2 9/9] perf: store subsection results in "test-results/$GIT_PERF_SUBSECTION/"
  ` [PATCH v2 8/9] perf/run: show name of rev being built
  ` [PATCH v2 5/9] perf/run: add get_subsections()
  ` [PATCH v2 7/9] perf/run: add run_subsection()
  ` [PATCH v2 2/9] perf/run: add get_var_from_env_or_config()

[PATCH] mailinfo: don't decode invalid =XY quoted-printable sequences
 2017-09-23 18:36 UTC  (2+ messages)

[PATCH] doc: put literal block delimiter around table
 2017-09-23  5:55 UTC 

[PATCH 00/13] RFC object filtering for parital clone
 2017-09-23  0:39 UTC  (7+ 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

RFC: Design and code of partial clones (now, missing commits and trees OK)
 2017-09-22 22:58 UTC  (13+ 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 05/13] list-objects-filter-large: add large blob filter to list-objects
 2017-09-22 20:30 UTC  (9+ messages)
` [PATCH 06/13] list-objects-filter-sparse: add sparse-checkout based filter
` [PATCH 07/13] object-filter: common declarations for object filtering
` [PATCH 08/13] list-objects: add traverse_commit_list_filtered method
` [PATCH 09/13] rev-list: add object filtering support
` [PATCH 10/13] rev-list: add filtering help text
` [PATCH 11/13] t6112: rev-list object filtering test
` [PATCH 12/13] pack-objects: add object filtering support
` [PATCH 13/13] pack-objects: add filtering help text

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

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

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


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