git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-11-09 08:18:49 to 2016-11-11 21:15:50 UTC [more...]

[PATCH] t6026: ensure that long-running script really is
 2016-11-11 21:15 UTC  (9+ messages)
      ` [PATCH v2] "

2.11.0-rc1 will not be tagged for a few days
 2016-11-11 21:07 UTC  (19+ messages)

[RFC] Add way to make Git credentials accessible from clean/smudge filter
 2016-11-11 20:27 UTC  (8+ messages)

[RFC/PATCH 0/2] git diff <(command1) <(command2)
 2016-11-11 20:19 UTC  (3+ messages)
` [PATCH 1/2] diff --no-index: add option to follow symlinks
` [PATCH 2/2] diff --no-index: support reading from pipes

[PATCH] mingw: hot-fix t5615
 2016-11-11 18:55 UTC  (7+ messages)
    ` [PATCH] t0021, t5615: use $PWD instead of $(pwd) in PATH-like shell variables

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

[PATCH v2] upload-pack: Optionally allow fetching any sha1
 2016-11-11 17:23 UTC 

[PATCH] fetch-pack.c: correct command at the beginning of an error message
 2016-11-11 17:21 UTC 

[PATCH] upload-pack: Optionally allow fetching any sha1
 2016-11-11 16:31 UTC 

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

[PATCH] doc: fix location of 'info/' with $GIT_COMMON_DIR
 2016-11-11 11:23 UTC 

[PATCH v1 0/2] Fix default macOS build locally and on Travis CI
 2016-11-11  9:28 UTC  (27+ 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

pre-rebase, post-rewrite, 
 2016-11-11  9:22 UTC 

[PATCH v7 00/17] port branch.c to use ref-filter's printing options
 2016-11-11  9:13 UTC  (25+ 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

[credential.helper] unexpectedly save credential to multiple credential files
 2016-11-11  9:12 UTC  (3+ messages)

[PATCH] fetch: do not redundantly calculate tag refmap
 2016-11-11  2:09 UTC  (2+ messages)

[PATCH] doc: fill in omitted word
 2016-11-10 23:06 UTC  (3+ messages)

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

"git subtree --squash" interacts poorly with revert, merge, and rebase
 2016-11-10 21:53 UTC  (2+ messages)

[PATCHv3 00/35] Revamp the attr subsystem!
 2016-11-10 20:34 UTC  (36+ messages)
` [PATCH 01/35] commit.c: use strchrnul() to scan for one line
` [PATCH 02/35] attr.c: "
` [PATCH 03/35] attr.c: update a stale comment on "struct match_attr"
` [PATCH 04/35] attr.c: explain the lack of attr-name syntax check in parse_attr()
` [PATCH 05/35] attr.c: complete a sentence in a comment
` [PATCH 06/35] attr.c: mark where #if DEBUG ends more clearly
` [PATCH 07/35] attr.c: simplify macroexpand_one()
` [PATCH 08/35] attr.c: tighten constness around "git_attr" structure
` [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 14/35] attr: retire git_check_attrs() API
` [PATCH 15/35] attr: add counted string version of git_check_attr()
` [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 21/35] attr.c: correct ugly hack for git_all_attrs()
` [PATCH 22/35] attr.c: introduce empty_attr_check_elems()
` [PATCH 23/35] attr.c: always pass check[] to collect_some_attrs()
` [PATCH 24/35] attr.c: outline the future plans by heavily commenting
` [PATCH 25/35] attr: make git_check_attr_counted static
` [PATCH 26/35] attr: convert to new threadsafe API
` [PATCH 27/35] attr: keep attr stack for each check
` [PATCH 28/35] Documentation: fix a typo
` [PATCH 29/35] pathspec: move long magic parsing out of prefix_pathspec
` [PATCH 30/35] pathspec: move prefix check out of the inner loop
` [PATCH 31/35] pathspec: allow querying for attributes
` [PATCH 32/35] pathspec: allow escaped query values
` [PATCH 33/35] submodule update: add `--init-default-path` switch
` [PATCH 34/35] clone: add --init-submodule=<pathspec> switch
` [PATCH 35/35] completion: clone can initialize specific submodules

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

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  (11+ messages)
` [PATCH 5/6] config docs: "

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

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

Forbid access to /gitweb but authorize the sub projets
 2016-11-09  8:25 UTC  (2+ 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).