git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-10-20 21:40:34 to 2016-10-23 08:06:03 UTC [more...]

revisiting zstd timings
 2016-10-23  8:05 UTC 

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

[PATCHv2 00/36] Revamping the attr subsystem!
 2016-10-22 23:32 UTC  (37+ 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

Stash pop/apply conflict and --theirs and --ours
 2016-10-22 22:58 UTC 

[PATCH 0/3] Fix submodule url issues
 2016-10-22 20:46 UTC  (7+ 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

[PATCH v3 00/25] Prepare the sequencer for the upcoming rebase -i patches
 2016-10-22 17:11 UTC  (42+ messages)
` [PATCH v4 "
  ` [PATCH v4 18/25] sequencer: do not try to commit when there were merge conflicts
  ` [PATCH v4 20/25] sequencer: refactor write_message()
  ` [PATCH v5 00/27] Prepare the sequencer for the upcoming rebase -i patches
    ` [PATCH v5 01/27] sequencer: use static initializers for replay_opts
    ` [PATCH v5 02/27] sequencer: use memoized sequencer directory path
    ` [PATCH v5 03/27] sequencer: avoid unnecessary indirection
    ` [PATCH v5 04/27] sequencer: future-proof remove_sequencer_state()
    ` [PATCH v5 05/27] sequencer: plug memory leaks for the option values
    ` [PATCH v5 06/27] sequencer: future-proof read_populate_todo()
    ` [PATCH v5 07/27] sequencer: refactor the code to obtain a short commit name
    ` [PATCH v5 08/27] sequencer: completely revamp the "todo" script parsing
    ` [PATCH v5 09/27] sequencer: strip CR from the todo script
    ` [PATCH v5 10/27] sequencer: avoid completely different messages for different actions
    ` [PATCH v5 11/27] sequencer: get rid of the subcommand field
    ` [PATCH v5 12/27] sequencer: remember the onelines when parsing the todo file
    ` [PATCH v5 13/27] sequencer: prepare for rebase -i's commit functionality
    ` [PATCH v5 14/27] sequencer: introduce a helper to read files written by scripts
    ` [PATCH v5 15/27] sequencer: allow editing the commit message on a case-by-case basis
    ` [PATCH v5 16/27] sequencer: support amending commits
    ` [PATCH v5 17/27] sequencer: support cleaning up commit messages
    ` [PATCH v5 18/27] sequencer: left-trim lines read from the script
    ` [PATCH v5 19/27] sequencer: stop releasing the strbuf in write_message()
    ` [PATCH v5 20/27] sequencer: roll back lock file if write_message() failed
    ` [PATCH v5 21/27] sequencer: refactor write_message() to take a pointer/length
    ` [PATCH v5 22/27] sequencer: teach write_message() to append an optional LF
    ` [PATCH v5 23/27] sequencer: remove overzealous assumption in rebase -i mode
    ` [PATCH v5 24/27] sequencer: mark action_name() for translation
    ` [PATCH v5 25/27] sequencer: quote filenames in error messages
    ` [PATCH v5 26/27] sequencer: start error messages consistently with lower case
    ` [PATCH v5 27/27] sequencer: mark all error messages for translation

[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 v4 0/8] allow non-trailers and multiple-line trailers
 2016-10-22 16:19 UTC  (29+ messages)
` [PATCH 0/5] "
  ` [PATCH v4 3/8] trailer: streamline trailer item create and add
  ` [PATCH v4 4/8] trailer: make args have their own struct
  ` [PATCH v4 5/8] trailer: clarify failure modes in parse_trailer
  ` [PATCH v4 6/8] trailer: allow non-trailers in trailer block
  ` [PATCH v4 7/8] trailer: forbid leading whitespace in trailers
  ` [PATCH v4 8/8] trailer: support values folded to multiple lines
  ` [PATCH v5 0/8] allow non-trailers and multiple-line trailers
  ` [PATCH v5 1/8] trailer: improve const correctness
  ` [PATCH v5 2/8] trailer: use list.h for doubly-linked list
  ` [PATCH v5 3/8] trailer: streamline trailer item create and add
  ` [PATCH v5 4/8] trailer: make args have their own struct
  ` [PATCH v5 5/8] trailer: clarify failure modes in parse_trailer
  ` [PATCH v5 6/8] trailer: allow non-trailers in trailer block
  ` [PATCH v5 7/8] trailer: forbid leading whitespace in trailers
  ` [PATCH v5 8/8] trailer: support values folded to multiple lines

[PATCH] doc: fix merge-base ASCII art tab spacing
 2016-10-22  5:45 UTC  (8+ messages)

Prove "Tests out of sequence" Error
 2016-10-22  5:25 UTC  (18+ messages)
      ` [PATCH 0/3] fix travis TAP/--verbose conflict
        ` [PATCH 1/3] test-lib: handle TEST_OUTPUT_DIRECTORY with spaces
        ` [PATCH 2/3] test-lib: add --verbose-log option
        ` [PATCH 3/3] travis: use --verbose-log test option
                ` [PATCH 4/3] test-lib: bail out when "-v" used under "prove"

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

RFC Failover url for fetches?
 2016-10-21 19:03 UTC  (2+ messages)

t9000-addresses.sh: unexpected pases
 2016-10-21 18:44 UTC  (6+ messages)
  ` [PATCH 1/2] t9000-addresses: update expected results after fix
    ` [PATCH 2/2] Git.pm: add comment pointing to t9000

[BUG] [PATCH]: run-command.c
 2016-10-21 17:19 UTC  (4+ messages)

Problems with "git svn clone"
 2016-10-21 16:33 UTC  (5+ messages)

What's cooking in git.git (Oct 2016, #05; Thu, 20)
 2016-10-21 16:11 UTC  (4+ messages)

Git context menu in Windows Exporer has a “git bash” option but it doesn't work
 2016-10-21 13:11 UTC  (3+ messages)

A couple errors dealing with uninitialized submodules
 2016-10-20 23:51 UTC  (2+ messages)

[PATCH v2 0/3] Speedup finding of unpushed submodules
 2016-10-20 23:00 UTC  (5+ messages)
` [PATCH v2 2/3] serialize collection of refs that contain submodule changes

Fwd: New Defects reported by Coverity Scan for git
 2016-10-20 22:07 UTC  (6+ 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).