git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-11-07 20:04:17 to 2016-11-10 20:35:31 UTC [more...]

[PATCHv3 00/35] Revamp the attr subsystem!
 2016-11-10 20:34 UTC  (18+ messages)
` [PATCH 02/35] attr.c: use strchrnul() to scan for one line
` [PATCH 05/35] attr.c: complete a sentence in a comment
` [PATCH 06/35] attr.c: mark where #if DEBUG ends more clearly
` [PATCH 09/35] attr.c: plug small leak in parse_attr_line()
` [PATCH 10/35] attr: rename function and struct related to checking attributes
` [PATCH 11/35] attr: (re)introduce git_check_attr() and struct git_attr_check
` [PATCH 12/35] attr: convert git_all_attrs() to use "struct git_attr_check"
` [PATCH 13/35] attr: convert git_check_attrs() callers to use the new API
` [PATCH 16/35] attr: expose validity check for attribute names
` [PATCH 17/35] attr: support quoting pathname patterns in C style
` [PATCH 18/35] attr.c: add push_stack() helper
` [PATCH 19/35] attr.c: pass struct git_attr_check down the callchain
` [PATCH 20/35] attr.c: rename a local variable check
` [PATCH 22/35] attr.c: introduce empty_attr_check_elems()
` [PATCH 26/35] attr: convert to new threadsafe API
` [PATCH 34/35] clone: add --init-submodule=<pathspec> switch
` [PATCH 35/35] completion: clone can initialize specific submodules

[PATCH] t6026-merge-attr: don't fail if sleep exits early
 2016-11-10 19:20 UTC  (7+ messages)
        ` [PATCH v2] "

[PATCH] rebase: add --forget to cleanup rebase, leave HEAD untouched
 2016-11-10 19:07 UTC  (6+ messages)
` [PATCH v2] rebase: add --forget to cleanup rebase, leave everything else untouched

[PATCH v7 00/17] port branch.c to use ref-filter's printing options
 2016-11-10 19:01 UTC  (39+ 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 v1 0/2] Fix default macOS build locally and on Travis CI
 2016-11-10 16:10 UTC  (17+ messages)
` [PATCH v1 1/2] config.mak.in: set NO_OPENSSL and APPLE_COMMON_CRYPTO for macOS >10.11
              ` [PATCH v2] Makefile: set NO_OPENSSL on macOS by default
` [PATCH v1 2/2] travis-ci: disable GIT_TEST_HTTPD for macOS

[RFC] Add way to make Git credentials accessible from clean/smudge filter
 2016-11-10 16:08 UTC  (3+ messages)

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

Cleaning ignored files
 2016-11-10  9:19 UTC  (2+ messages)

[ANNOUNCE] Prerelease: Git for Windows v2.11.0-rc0
 2016-11-10  8:12 UTC  (3+ messages)
` [git-for-windows] "

What's cooking in git.git (Nov 2016, #01; Wed, 9)
 2016-11-10  0:44 UTC 

[PATCH 0/6] Provide for config to specify tags not to abbreviate
 2016-11-10  0:36 UTC  (18+ 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: "

2.11.0-rc1 will not be tagged for a few days
 2016-11-09 23:40 UTC  (8+ messages)

[PATCH v3 00/14] Mark strings in Perl scripts for translation
 2016-11-09 23:16 UTC  (22+ 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 mergetool indefinite hang on version 2.10+
 2016-11-09 23:13 UTC  (2+ messages)

[PATCH 0/3] gitk: memory consumption improvements
 2016-11-09 23:04 UTC  (6+ messages)
` [PATCH 1/3] gitk: turn off undo manager in the text widget

Regarding "git log" on "git series" metadata
 2016-11-09 22:57 UTC  (12+ messages)

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

[PATCH] sequencer: shut up clang warning
 2016-11-09 22:28 UTC  (3+ messages)

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

[PATCH] remote-curl: don't hang when a server dies before any output
 2016-11-09 22:18 UTC 

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

[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 

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

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

[PATCH v3] transport: add protocol policy config option
 2016-11-08 22:05 UTC  (14+ messages)
` [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 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  (3+ 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)


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