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

[PATCH 0/7] read/write_in_full leftovers
 2017-09-25 20:27 UTC  (3+ messages)
` [PATCH 1/7] files-backend: prefer "0" for write_in_full() error check
` [PATCH 2/7] notes-merge: drop dead zero-write code

[PATCH 0/4] Assorted comment fixes
 2017-09-25 20:05 UTC  (9+ messages)
` [PATCH 1/4] Fix typo in submodule.h
` [PATCH 2/4] Clarify return value ownership of real_path and read_gitfile_gently
` [PATCH 3/4] Document submodule_to_gitdir
` [PATCH 4/4] Move documentation of string_list into string-list.h

[PATCH] t7406: submodule.<name>.update command must not be run from .gitmodules
 2017-09-25 20:04 UTC  (2+ messages)

git ls-tree -d doesn't work if the specified path is the repository root?
 2017-09-25 19:22 UTC  (2+ messages)

[PATCH] Documentation/config: clarify the meaning of submodule.<name>.update
 2017-09-25 19:17 UTC  (7+ messages)
  ` [PATCHv2] "
        ` [PATCH] Documentation: consolidate submodule.<name>.update

[PATCH] git: add --no-optional-locks option
 2017-09-25 18:51 UTC  (12+ messages)

What's cooking in git.git (Sep 2017, #04; Mon, 25)
 2017-09-25 18:30 UTC  (2+ messages)

[PATCH] Win32: simplify loading of DLL functions
 2017-09-25 16:52 UTC  (4+ messages)
` [PATCH v2 0/1] Simplify loading of DLL functions on Windows
  ` [PATCH v2 1/1] Win32: simplify loading of DLL functions

[PATCH] diff-lib: clear `pending` object-array in `index_differs_from()`
 2017-09-25 16:08 UTC  (23+ 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 v2 00/21] Read `packed-refs` using mmap()
 2017-09-25 15:55 UTC  (10+ messages)
` [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

BUG: merge -s theirs is not in effect (does the same as -s ours)
 2017-09-25 14:40 UTC  (6+ messages)
    ` Re* "
      ` -X theirs does not resolve symlink conflict Was: BUG: merge -s theirs is not in effect
      ` -s theirs use-case(s) "

[PATCH] mailinfo: don't decode invalid =XY quoted-printable sequences
 2017-09-25 12:28 UTC  (3+ messages)

[PATCH v3 00/21] Read `packed-refs` using mmap()
 2017-09-25 12:22 UTC  (23+ 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

[PATCH 0/4] pre-merge hook
 2017-09-25 10:54 UTC  (6+ messages)
` [PATCH 1/4] git-merge: Honor "
` [PATCH 3/4] merge: --no-verify to bypass "

[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

'--shallow-since' option is not available for git-pull in Git version 2.14.1
 2017-09-25  7:31 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

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

[PATCH v8 01/12] bswap: add 64 bit endianness helper get_be64
 2017-09-24  3:52 UTC  (5+ messages)

[PATCH v8 08/12] fsmonitor: add a test tool to dump the index extension
 2017-09-24  3:51 UTC  (4+ messages)

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

[PATCH v3] connect: in ref advertisement, shallows are last
 2017-09-24  0:52 UTC  (5+ messages)
` [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 v2 1/9] perf/run: add '--config' option to the 'run' script
 2017-09-23 19:55 UTC  (9+ messages)
  ` [PATCH v2 8/9] perf/run: show name of rev being built
  ` [PATCH v2 3/9] perf/run: add GIT_PERF_DIRS_OR_REVS
  ` [PATCH v2 4/9] perf/run: add calls to get_var_from_env_or_config()
  ` [PATCH v2 9/9] perf: store subsection results in "test-results/$GIT_PERF_SUBSECTION/"
  ` [PATCH v2 7/9] perf/run: add run_subsection()
  ` [PATCH v2 5/9] perf/run: add get_subsections()
  ` [PATCH v2 6/9] perf/run: update get_var_from_env_or_config() for subsections
  ` [PATCH v2 2/9] perf/run: add get_var_from_env_or_config()

[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  (4+ messages)
` [PATCH 02/13] oidset2: create oidset subclass with object length and pathname

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


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