git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-04-20 09:59:46 to 2017-04-21 20:14:53 UTC [more...]

[PATCH] completion: optionally disable checkout DWIM
 2017-04-21 20:14 UTC  (6+ messages)

[PATCH] t6500: don't run detached auto gc at the end of the test script
 2017-04-21 20:06 UTC  (17+ messages)
                      ` [PATCH] test-lib: abort when can't remove trash directory

[BUG] test suite broken with GIT_TEST_SPLIT_INDEX
 2017-04-21 17:09 UTC  (15+ messages)

[PATCH] t/perf: correctly align non-ASCII descriptions in output
 2017-04-21 19:44 UTC 

[PATCH] cache-tree: reject entries with null sha1
 2017-04-21 18:46 UTC 

[PATCH v6 0/8] refactor the filter process code into a reusable module
 2017-04-21 17:26 UTC  (9+ messages)
` [PATCH v6 1/8] pkt-line: add packet_read_line_gently()
` [PATCH v6 2/8] convert: move packet_write_list() into pkt-line as packet_writel()
` [PATCH v6 3/8] convert: Split start_multi_file_filter into two separate functions
` [PATCH v6 4/8] convert: Separate generic structures and variables from the filter specific ones
` [PATCH v6 5/8] convert: Update generic functions to only use generic data structures
` [PATCH v6 6/8] convert: rename reusable sub-process functions
` [PATCH v6 7/8] sub-process: move sub-process functions into separate files
` [PATCH v6 8/8] convert: Update subprocess_read_status to not die on EOF

[BUG] test suite broken with GETTEXT_POISON=YesPlease
 2017-04-21 18:57 UTC  (6+ messages)
  ` [PATCH] tests: fix tests broken under GETTEXT_POISON=YesPlease

[PATCH 00/15] Handle fopen() errors
 2017-04-21 17:07 UTC  (24+ messages)
` [PATCH 01/15] config.mak.uname: set FREAD_READS_DIRECTORIES for Linux and FreeBSD
` [PATCH 02/15] bisect: report on fopen() error
` [PATCH 03/15] blame: report error on open if graft_file is a directory
` [PATCH 04/15] clone: use xfopen() instead of fopen()
` [PATCH 05/15] log: report errno on failure to fopen() a file
` [PATCH 06/15] commit.c: report error on failure to fopen() the graft file
` [PATCH 07/15] remote.c: report error on failure to fopen()
` [PATCH 08/15] rerere.c: "
` [PATCH 09/15] rerere.c: report correct errno
` [PATCH 10/15] sequencer.c: report error on failure to fopen()
` [PATCH 11/15] server-info: "
` [PATCH 12/15] wt-status.c: "
` [PATCH 13/15] xdiff-interface.c: report errno on failure to stat() or fopen()
` [PATCH 14/15] config.c: handle error on failing to fopen()
` [PATCH 15/15] t1308: add a test case on open a config directory

[PATCHv2 4/4] builtin/reset: add --recurse-submodules switch
 2017-04-21 17:39 UTC  (2+ messages)
` [PATCHv3 "

Proposal for "fetch-any-blob Git protocol" and server design
 2017-04-21 16:41 UTC  (5+ messages)

[PATCH 0/6] nd/worktree-move update
 2017-04-21 14:59 UTC  (14+ messages)
` [PATCH 1/6] worktree.c: add validate_worktree()
` [PATCH 2/6] worktree.c: add update_worktree_location()
` [PATCH 3/6] worktree move: new command
` [PATCH 4/6] worktree move: accept destination as directory
` [PATCH 5/6] worktree move: refuse to move worktrees with submodules
` [PATCH 6/6] worktree remove: new command

What's cooking in git.git (Apr 2017, #04; Wed, 19)
 2017-04-21 12:29 UTC  (14+ messages)

[PATCH] completion: expand "push --delete <remote> <ref>" for refs on that <remote>
 2017-04-21 12:28 UTC  (2+ messages)

[PATCH v2 0/8] Introduce timestamp_t for timestamps
 2017-04-21 10:46 UTC  (22+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/8] ref-filter: avoid using `unsigned long` for catch-all data type
  ` [PATCH v3 2/8] t0006 & t5000: prepare for 64-bit timestamps
  ` [PATCH v3 3/8] t0006 & t5000: skip "far in the future" test when time_t is too limited
  ` [PATCH v3 4/8] Specify explicitly where we parse timestamps
  ` [PATCH v3 5/8] Introduce a new "printf format" for timestamps
  ` [PATCH v3 6/8] Introduce a new data type "
  ` [PATCH v3 7/8] Abort if the system time cannot handle one of our timestamps
  ` [PATCH v3 8/8] Use uintmax_t for timestamps
  ` [PATCH v4 0/9] Introduce timestamp_t "
    ` [PATCH v4 1/9] ref-filter: avoid using `unsigned long` for catch-all data type
    ` [PATCH v4 2/9] t0006 & t5000: prepare for 64-bit timestamps
    ` [PATCH v4 3/9] t0006 & t5000: skip "far in the future" test when time_t is too limited
    ` [PATCH v4 4/9] Specify explicitly where we parse timestamps
    ` [PATCH v4 5/9] Introduce a new "printf format" for timestamps
    ` [PATCH v4 6/9] Introduce a new data type "
    ` [PATCH v4 7/9] Abort if the system time cannot handle one of our timestamps
    ` [PATCH v4 8/9] Use uintmax_t for timestamps
    ` [PATCH v4 9/9] show_date_ident(): defer date overflow check

[PATCH] refs.h: rename submodule arguments to submodule_path
 2017-04-21  9:38 UTC  (6+ messages)

[PATCH] Increase core.packedGitLimit
 2017-04-21  9:34 UTC  (5+ messages)

[PATCH v3 0/2] gethostbyname fixes
 2017-04-21  4:18 UTC  (9+ messages)
` [PATCH v3 1/2] use HOST_NAME_MAX to size buffers for gethostname(2)

[PATCH 0/6] removing more calls to git_path()
 2017-04-21  4:05 UTC  (8+ messages)
` [PATCH 1/6] bisect: add git_path_bisect_terms helper
` [PATCH 2/6] branch: add edit_description() helper
` [PATCH 3/6] use git_path_* helper functions
` [PATCH 4/6] replace xstrdup(git_path(...)) with git_pathdup(...)
` [PATCH 5/6] replace strbuf_addstr(git_path()) with git_path_buf()
` [PATCH 6/6] am: drop "dir" parameter from am_state_init

[PATCH v1] diffcore-rename speedup
 2017-04-21  1:19 UTC  (13+ messages)
` [PATCH v1] diffcore-rename: speed up register_rename_src

[PATCH 0/2] clone: record submodule alternates when not recursing
 2017-04-20 22:28 UTC  (8+ messages)
` [PATCH 1/2] submodule.c: add has_submodules to check if we have any submodules
` [PATCH 2/2] clone: remember references for submodules even when not recursing

[PATCH v3 00/18] PCRE v1 improvements & PCRE v2 support
 2017-04-20 22:27 UTC  (22+ messages)
` [PATCH v3 01/18] grep: amend submodule recursion test in preparation for rx engine testing
` [PATCH v3 02/18] grep: add tests for grep pattern types being passed to submodules
` [PATCH v3 03/18] grep: submodule-related case statements should die if new fields are added
` [PATCH v3 04/18] grep: remove redundant regflags assignment under PCRE
` [PATCH v3 05/18] Makefile & configure: reword outdated comment about PCRE
` [PATCH v3 06/18] grep: add a test for backreferences in PCRE patterns
` [PATCH v3 07/18] log: add exhaustive tests for pattern style options & config
` [PATCH v3 08/18] log: add -P as a synonym for --perl-regexp
` [PATCH v3 09/18] grep & rev-list doc: stop promising libpcre "
` [PATCH v3 10/18] grep: make grep.patternType=[pcre|pcre1] a synonym for "perl"
` [PATCH v3 11/18] test-lib: rename the LIBPCRE prerequisite to PCRE
` [PATCH v3 12/18] grep: change the internal PCRE macro names to be PCRE1
` [PATCH v3 13/18] grep: change the internal PCRE code & header "
` [PATCH v3 14/18] perf: add a performance comparison test of grep -E and -P
` [PATCH v3 15/18] grep: add support for the PCRE v1 JIT API
` [PATCH v3 16/18] grep: add support for PCRE v2
` [PATCH v3 17/18] grep: remove support concurrent use of both PCRE v1 & v2
` [PATCH v3 18/18] Makefile & configure: make PCRE v2 the default PCRE implementation

Linus' sha1 is much faster!
 2017-04-20 21:38 UTC  (9+ messages)

[PATCH v4 00/10] forking and threading
 2017-04-20 20:49 UTC  (14+ messages)
` [PATCH v5 00/11] "
  ` [PATCH v5 02/11] t0061: run_command executes scripts without a #! line
  ` [PATCH v6 00/11] forking and threading
    ` [PATCH v6 02/11] t0061: run_command executes scripts without a #! line

[PATCH 0/6] fix broken links in Documentation/
 2017-04-20 20:35 UTC  (7+ messages)
` [PATCH 1/6] doc: use https links to avoid http redirect
` [PATCH 2/6] doc: replace or.cz gitwiki link with git.wiki.kernel.org
` [PATCH 3/6] gitcore-tutorial: update broken link
` [PATCH 4/6] docs/archimport: quote sourcecontrol.net reference
` [PATCH 5/6] docs/bisect-lk2009: update nist report link
` [PATCH 6/6] docs/bisect-lk2009: update java code conventions link

[PATCH] connect.c: fix leak in handle_ssh_variant
 2017-04-20 20:21 UTC 

[PATCH] repack: respect gc.pid lock
 2017-04-20 20:14 UTC  (10+ messages)

[PATCHv2 0/4] recursive submodules: git-reset!
 2017-04-20 20:00 UTC  (3+ messages)

[PATCH] git-p4: improve branch option handling
 2017-04-20 17:48 UTC  (2+ messages)

[PATCH v5 0/8] refactor the filter process code into a reusable module
 2017-04-20 17:27 UTC  (14+ messages)
` [PATCH v5 3/8] convert: Split start_multi_file_filter into two separate functions
` [PATCH v5 4/8] convert: Separate generic structures and variables from the filter specific ones

[PATCH v3 00/12] Fix git-gc losing objects in multi worktree
 2017-04-20 16:30 UTC  (5+ messages)
` [PATCH v3 05/12] refs: move submodule slash stripping code to get_submodule_ref_store


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