git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-10-21 18:32:25 to 2016-10-25 11:46:56 UTC [more...]

[RFH] limiting ref advertisements
 2016-10-25 11:46 UTC  (2+ messages)

[PATCH] doc: fix merge-base ASCII art tab spacing
 2016-10-25 11:39 UTC  (8+ messages)
      ` [PATCH] doc: fix the 'revert a faulty merge' "

[PATCH v2 0/2] Use CLOEXEC to avoid fd leaks
 2016-10-25 11:27 UTC  (11+ messages)
` [PATCH v2 1/2] sha1_file: open window into packfiles with CLOEXEC
` [PATCH v2 2/2] read-cache: make sure file handles are not inherited by child processes

[PATCH] reset: --unmerge
 2016-10-25 11:11 UTC  (3+ messages)

[PATCH v1 00/19] Add configuration options for split-index
 2016-10-25 10:52 UTC  (30+ messages)
` [PATCH v1 01/19] split-index: s/eith/with/ typo fix
` [PATCH v1 02/19] config: add git_config_get_split_index()
` [PATCH v1 03/19] split-index: add {add,remove}_split_index() functions
` [PATCH v1 04/19] read-cache: add and then use tweak_split_index()
` [PATCH v1 05/19] update-index: warn in case of split-index incoherency
` [PATCH v1 06/19] t1700: add tests for core.splitIndex
` [PATCH v1 07/19] Documentation/config: add information "
` [PATCH v1 08/19] Documentation/git-update-index: talk about core.splitIndex config var
` [PATCH v1 09/19] config: add git_config_get_max_percent_split_change()
` [PATCH v1 10/19] read-cache: regenerate shared index if necessary
` [PATCH v1 11/19] t1700: add tests for splitIndex.maxPercentChange
` [PATCH v1 12/19] Documentation/config: add splitIndex.maxPercentChange
` [PATCH v1 13/19] sha1_file: make check_and_freshen_file() non static
` [PATCH v1 14/19] read-cache: touch shared index files when used
` [PATCH v1 15/19] config: add git_config_get_date_string() from gc.c
` [PATCH v1 16/19] read-cache: unlink old sharedindex files
` [PATCH v1 17/19] t1700: test shared index file expiration
` [PATCH v1 18/19] Documentation/config: add splitIndex.sharedIndexExpire
` [PATCH v1 19/19] Documentation/git-update-index: explain splitIndex.*

[PATCH 0/3] i-t-a entries in git-status, and git-commit
 2016-10-25  9:34 UTC  (8+ messages)
` [PATCH 0/4] nd/ita-empty-commit update
  ` [PATCH 1/4] diff-lib: allow ita entries treated as "not yet exist in index"
  ` [PATCH 2/4] diff: add --ita-[in]visible-in-index
  ` [PATCH 3/4] commit: fix empty commit creation when there's no changes but ita entries
  ` [PATCH 4/4] commit: don't be fooled by ita entries when creating initial commit

Reporting Bug in Git Version Control System
 2016-10-25  8:51 UTC  (5+ messages)

[PATCH] Allow stashes to be referenced by index only
 2016-10-25  8:20 UTC  (6+ messages)

What's cooking in git.git (Oct 2016, #06; Mon, 24)
 2016-10-25  2:27 UTC  (2+ messages)

[PATCH] hex: use unsigned index for ring buffer
 2016-10-25  0:30 UTC  (9+ messages)

An anomaly, not a bug
 2016-10-24 22:47 UTC  (3+ messages)

revisiting zstd timings
 2016-10-24 21:36 UTC  (2+ messages)

[PATCHv2 00/36] Revamping the attr subsystem!
 2016-10-24 21:07 UTC  (45+ messages)
` [PATCH 01/36] commit.c: use strchrnul() to scan for one line
` [PATCH 02/36] attr.c: "
` [PATCH 03/36] attr.c: update a stale comment on "struct match_attr"
` [PATCH 04/36] attr.c: explain the lack of attr-name syntax check in parse_attr()
` [PATCH 05/36] attr.c: complete a sentence in a comment
` [PATCH 06/36] attr.c: mark where #if DEBUG ends more clearly
` [PATCH 07/36] attr.c: simplify macroexpand_one()
` [PATCH 08/36] attr.c: tighten constness around "git_attr" structure
` [PATCH 09/36] attr.c: plug small leak in parse_attr_line()
` [PATCH 10/36] attr: rename function and struct related to checking attributes
` [PATCH 11/36] attr: (re)introduce git_check_attr() and struct git_attr_check
` [PATCH 12/36] attr: convert git_all_attrs() to use "struct git_attr_check"
` [PATCH 13/36] attr: convert git_check_attrs() callers to use the new API
` [PATCH 14/36] attr: retire git_check_attrs() API
` [PATCH 15/36] attr: add counted string version of git_check_attr()
` [PATCH 16/36] attr: add counted string version of git_attr()
` [PATCH 17/36] attr: expose validity check for attribute names
` [PATCH 18/36] attr: support quoting pathname patterns in C style
` [PATCH 19/36] attr.c: add push_stack() helper
` [PATCH 20/36] attr.c: pass struct git_attr_check down the callchain
` [PATCH 21/36] attr.c: rename a local variable check
` [PATCH 22/36] attr.c: correct ugly hack for git_all_attrs()
` [PATCH 23/36] attr.c: introduce empty_attr_check_elems()
` [PATCH 24/36] attr.c: always pass check[] to collect_some_attrs()
` [PATCH 25/36] attr.c: outline the future plans by heavily commenting
` [PATCH 26/36] attr: make git_check_attr_counted static
` [PATCH 27/36] attr: convert to new threadsafe API
` [PATCH 28/36] attr: keep attr stack for each check
` [PATCH 29/36] Documentation: fix a typo
` [PATCH 30/36] pathspec: move long magic parsing out of prefix_pathspec
` [PATCH 31/36] pathspec: move prefix check out of the inner loop
` [PATCH 32/36] pathspec: allow querying for attributes
` [PATCH 33/36] pathspec: allow escaped query values
` [PATCH 34/36] submodule update: add `--init-default-path` switch
` [PATCH 35/36] clone: add --init-submodule=<pathspec> switch
` [PATCH 36/36] completion: clone can initialize specific submodules

[PATCH v3 00/25] Prepare the sequencer for the upcoming rebase -i patches
 2016-10-24 20:16 UTC  (23+ messages)
` [PATCH v4 "
  ` [PATCH v4 20/25] sequencer: refactor write_message()
  ` [PATCH v5 00/27] Prepare the sequencer for the upcoming rebase -i patches
    ` [PATCH v5 22/27] sequencer: teach write_message() to append an optional LF

[PATCH 0/3] Fix submodule url issues
 2016-10-24 19:47 UTC  (11+ messages)
` [PATCH 1/3] t7506: fix diff order arguments in test_cmp
` [PATCH 2/3] submodule tests: replace cloning from . by "$(pwd)"
` [PATCH 3/3] submodule--helper: normalize funny urls

Prove "Tests out of sequence" Error
 2016-10-24 18:06 UTC  (16+ messages)
      ` [PATCH 0/3] fix travis TAP/--verbose conflict
        ` [PATCH 2/3] test-lib: add --verbose-log option
                ` [PATCH 4/3] test-lib: bail out when "-v" used under "prove"

RFC Failover url for fetches?
 2016-10-24 16:54 UTC  (4+ messages)

[PATCH] gitk: Fix Japanese translation for "marked commit"
 2016-10-24 15:35 UTC 

git clone --bare --origin incompatible?
 2016-10-23 12:50 UTC  (3+ messages)

tools for easily "uncommitting" parts of a patch I just commited?
 2016-10-23 10:27 UTC  (11+ messages)

Stash pop/apply conflict and --theirs and --ours
 2016-10-23  9:30 UTC  (2+ messages)

[PATCH] daemon: detect and reject too-long paths
 2016-10-22 16:37 UTC  (3+ messages)

[BUG] fetch output is ugly in 'next'
 2016-10-22 16:25 UTC  (14+ messages)
          ` [PATCH 0/3] "
            ` [PATCH 1/3] transport: pass summary_width down the callchain
            ` [PATCH 2/3] fetch: "
            ` [PATCH 3/3] transport: allow summary-width to be computed dynamically

[PATCH 0/5] allow non-trailers and multiple-line trailers
 2016-10-22 16:19 UTC  (15+ messages)
` [PATCH v4 0/8] "
  ` [PATCH v4 5/8] trailer: clarify failure modes in parse_trailer
` [PATCH v5 0/8] allow non-trailers and multiple-line trailers

[PATCH] daemon, path.c: fix a bug with ~ in repo paths
 2016-10-22  3:26 UTC  (7+ messages)

generating combined diff without an existing merge commit
 2016-10-21 22:54 UTC  (4+ messages)

[PATCHv3] submodule--helper: normalize funny urls
 2016-10-21 20:56 UTC  (8+ messages)

Drastic jump in the time required for the test suite
 2016-10-21 20:28 UTC  (7+ messages)

t9000-addresses.sh: unexpected pases
 2016-10-21 18:44 UTC  (4+ messages)
` [PATCH 1/2] t9000-addresses: update expected results after fix


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