git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-11-05 04:41:14 to 2016-11-09 14:47:37 UTC [more...]

[PATCH v1 00/19] Add configuration options for split-index
 2016-11-09 14:47 UTC  (12+ messages)
` [PATCH v1 03/19] split-index: add {add,remove}_split_index() functions
` [PATCH v1 12/19] Documentation/config: add splitIndex.maxPercentChange

[PATCH] t6026-merge-attr: don't fail if sleep exits early
 2016-11-09 14:36 UTC  (4+ messages)

[PATCH] sequencer: shut up clang warning
 2016-11-09 13:56 UTC 

[PATCH] sequencer: silence -Wtautological-constant-out-of-range-compare
 2016-11-09 13:54 UTC  (2+ messages)

Bug: git config does not respect read-only .gitconfig file
 2016-11-09 13:51 UTC  (7+ messages)

[PATCH] t6026: ensure that long-running script really is
 2016-11-09 13:51 UTC 

[PATCH 0/3] gitk: memory consumption improvements
 2016-11-09 12:39 UTC  (7+ messages)
` [PATCH 1/3] gitk: turn off undo manager in the text widget
  ` [PATCH 2/3] gitk: remove closed file descriptors from $blobdifffd
    ` [PATCH 3/3] gitk: clear array 'commitinfo' on reload

[PATCH 0/6] Provide for config to specify tags not to abbreviate
 2016-11-09 10:51 UTC  (15+ messages)
` [PATCH GITK 1/6] gitk: Internal: drawtags: Abolish "singletag" variable
` [PATCH GITK 2/6] gitk: Internal: drawtags: Idempotently reset "ntags"
` [PATCH GITK 3/6] gitk: drawtags: Introduce concept of unabbreviated marks
` [PATCH GITK 4/6] gitk: Provide for config to specify tags not to abbreviate
` [PATCH 5/6] config docs: "

[PATCH v1 0/2] Fix default macOS build locally and on Travis CI
 2016-11-09 10:51 UTC  (14+ messages)
` [PATCH v1 1/2] config.mak.in: set NO_OPENSSL and APPLE_COMMON_CRYPTO for macOS >10.11
` [PATCH v1 2/2] travis-ci: disable GIT_TEST_HTTPD for macOS

[PATCHv2 00/36] Revamp the attr subsystem!
 2016-11-09  9:57 UTC  (3+ messages)
` [PATCHv2 32/36] pathspec: allow querying for attributes

[PATCHv2 00/36] Revamping the attr subsystem!
 2016-11-09  9:45 UTC  (4+ messages)
` [PATCH 32/36] pathspec: allow querying for attributes

[PATCH 0/5] disallow symlinks for .gitignore and .gitattributes
 2016-11-09  9:22 UTC  (8+ messages)
` [PATCH 4/5] attr: do not respect symlinks for in-tree .gitattributes

[PATCH] rebase: add --forget to cleanup rebase, leave HEAD untouched
 2016-11-09  9:11 UTC  (2+ messages)
` [PATCH v2] rebase: add --forget to cleanup rebase, leave everything else untouched

Forbid access to /gitweb but authorize the sub projets
 2016-11-09  8:25 UTC  (2+ messages)

2.11.0-rc1 will not be tagged for a few days
 2016-11-09  6:29 UTC  (5+ messages)

[PATCH v3 00/14] Mark strings in Perl scripts for translation
 2016-11-09  1:06 UTC  (19+ messages)
` [PATCH v5 00/16] "
` [PATCH v5 01/16] Git.pm: add subroutines for commenting lines
` [PATCH v5 02/16] i18n: add--interactive: mark strings for translation
` [PATCH v5 03/16] i18n: add--interactive: mark simple here-documents "
` [PATCH v5 04/16] i18n: add--interactive: mark strings with interpolation "
` [PATCH v5 05/16] i18n: clean.c: match string with git-add--interactive.perl
` [PATCH v5 06/16] i18n: add--interactive: mark plural strings
` [PATCH v5 07/16] i18n: add--interactive: mark patch prompt for translation
` [PATCH v5 08/16] i18n: add--interactive: i18n of help_patch_cmd
` [PATCH v5 09/16] i18n: add--interactive: mark edit_hunk_manually message for translation
` [PATCH v5 10/16] i18n: add--interactive: remove %patch_modes entries
` [PATCH v5 11/16] i18n: add--interactive: mark status words for translation
` [PATCH v5 12/16] i18n: send-email: mark strings "
` [PATCH v5 13/16] i18n: send-email: mark warnings and errors "
` [PATCH v5 14/16] i18n: send-email: mark string with interpolation "
` [PATCH v5 15/16] i18n: send-email: mark composing message "
` [PATCH v5 16/16] i18n: difftool: mark warnings "

git submodule add broken (2.11.0-rc1): Cannot open git-sh-i18n
 2016-11-08 21:31 UTC  (4+ messages)

[PATCH] transport: add core.allowProtocol config option
 2016-11-08 22:05 UTC  (19+ messages)
` [PATCH v3] transport: add protocol policy "
  ` [PATCH v4 1/2] lib-proto-disable: variable name fix
    ` [PATCH v4 2/2] transport: add protocol policy config option
    ` [PATCH v5 1/2] lib-proto-disable: variable name fix
      ` [PATCH v5 2/2] transport: add protocol policy config option

[PATCH v7 00/17] port branch.c to use ref-filter's printing options
 2016-11-09  0:15 UTC  (34+ messages)
` [PATCH v7 01/17] ref-filter: implement %(if), %(then), and %(else) atoms
` [PATCH v7 02/17] ref-filter: include reference to 'used_atom' within 'atom_value'
` [PATCH v7 03/17] ref-filter: implement %(if:equals=<string>) and %(if:notequals=<string>)
` [PATCH v7 04/17] ref-filter: modify "%(objectname:short)" to take length
` [PATCH v7 05/17] ref-filter: move get_head_description() from branch.c
` [PATCH v7 06/17] ref-filter: introduce format_ref_array_item()
` [PATCH v7 07/17] ref-filter: make %(upstream:track) prints "[gone]" for invalid upstreams
` [PATCH v7 08/17] ref-filter: add support for %(upstream:track,nobracket)
` [PATCH v7 09/17] ref-filter: make "%(symref)" atom work with the ':short' modifier
` [PATCH v7 10/17] ref-filter: introduce refname_atom_parser_internal()
` [PATCH v7 11/17] ref-filter: introduce symref_atom_parser() and refname_atom_parser()
` [PATCH v7 12/17] ref-filter: make remote_ref_atom_parser() use refname_atom_parser_internal()
` [PATCH v7 13/17] ref-filter: add `:dir` and `:base` options for ref printing atoms
` [PATCH v7 14/17] ref-filter: allow porcelain to translate messages in the output
` [PATCH v7 15/17] branch, tag: use porcelain output
` [PATCH v7 16/17] branch: use ref-filter printing APIs
` [PATCH v7 17/17] branch: implement '--format' option

[PATCH 0/18] alternate object database cleanups
 2016-11-08 19:27 UTC  (7+ messages)
` [PATCH 07/18] link_alt_odb_entry: handle normalize_path errors

Git packages for obsolete OS X'en
 2016-11-08 14:25 UTC 

What's cooking in git.git (Oct 2016, #09; Mon, 31)
 2016-11-08  9:03 UTC  (7+ messages)

Git issue
 2016-11-07 22:34 UTC  (4+ messages)
    ` Git issue - ignoring changes to tracked file with assume-unchanged

git push remote syntax
 2016-11-07 21:01 UTC  (2+ messages)

[PATCH] submodules: allow empty working-tree dirs in merge/cherry-pick
 2016-11-07 20:48 UTC  (4+ messages)

git -C has unexpected behaviour
 2016-11-07 16:54 UTC  (4+ messages)

Regarding "git log" on "git series" metadata
 2016-11-07 16:11 UTC  (28+ messages)

[PATCH v4 00/14] Mark strings in Perl scripts for translation
 2016-11-07 16:04 UTC  (3+ messages)
` [PATCH v4 08/14] i18n: add--interactive: mark edit_hunk_manually message "

gitk: avoid obscene memory consumption
 2016-11-07 13:43 UTC  (7+ messages)

[PATCH v11 00/14] Git filter protocol
 2016-11-06 21:40 UTC  (11+ messages)
` [PATCH v11 13/14] convert: add filter.<driver>.process option
      ` [PATCH] t0021: expect more variations in the output of uniq -c
        ` [PATCH (optional)] t0021: use arithmetic expansion to trim whitespace from wc -c output

[PATCH 0/4] t0021 perl portability fixups
 2016-11-06 14:55 UTC  (12+ messages)
` [PATCH 1/4] t0021: use write_script to create rot13 shell script
` [PATCH 2/4] t0021: put $TEST_ROOT in $PATH
` [PATCH 3/4] t0021: use $PERL_PATH for rot13-filter.pl
` [PATCH 4/4] t0021: fix filehandle usage on older perl

[PATCH v4 00/25] Prepare the sequencer for the upcoming rebase -i patches
 2016-11-06 14:05 UTC  (4+ messages)
` [PATCH v5 00/27] "
  ` [PATCH v5 08/27] sequencer: completely revamp the "todo" script parsing

[RFC PATCH 0/5] recursively grep across submodules
 2016-11-06  7:42 UTC  (9+ messages)
` [PATCH 4/5] grep: optionally recurse into submodules
` [PATCH v2 0/6] recursively grep across submodules
  ` [PATCH v2 1/6] submodules: add helper functions to determine presence of submodules

[ANNOUNCE] Prerelease: Git for Windows v2.11.0-rc0
 2016-11-05  9:50 UTC 


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