git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-01-27 21:44:07 to 2017-02-01 11:48:10 UTC [more...]

[PATCH 0/5] introduce SWAP macro
 2017-02-01 11:47 UTC  (37+ messages)
` [PATCH 1/5] add "
` [PATCH 2/5] apply: use "
` [PATCH 3/5] "
` [PATCH 4/5] diff: "
` [PATCH 5/5] graph: "

What's cooking in git.git (Jan 2017, #06; Tue, 31)
 2017-02-01 11:08 UTC  (4+ messages)
` [PATCH] color_parse_mem: allow empty color spec

[ANNOUNCE] Git Merge Contributor Summit topic planning
 2017-02-01  9:32 UTC  (3+ messages)

[git-users] More on that "merge branch checkout" problem -- cannot abort/go back?
 2017-02-01  6:36 UTC 

git push failing when push.recurseSubmodules on-demand and git commit --amend was used in submodule
 2017-02-01  1:22 UTC  (5+ messages)

[PATCH 0/7] completion bash: add more options and commands
 2017-01-31 22:42 UTC  (2+ messages)
` [PATCH 3/7] completion: improve bash completion for git-add

[PATCH 7/7] completion: recognize more long-options
 2017-01-31 22:17 UTC  (4+ messages)
` [PATCH v2 0/7] "
  ` [PATCH v2 7/7] "

[PATCH 0/4] git-prompt.sh: Full patch for submodule indicator
 2017-01-31 22:12 UTC  (12+ messages)
` [PATCH 1/4] git-prompt.sh: add "
` [PATCH 2/4] git-prompt.sh: rework of "
` [PATCH 3/4] git-prompt.sh: fix for submodule 'dirty' indicator
` [PATCH 4/4] git-prompt.sh: add tests for submodule indicator

gitconfig get out of sync with submodule entries on branch switch
 2017-01-31 22:04 UTC  (4+ messages)

[PATCH v2 1/3] config: add markup to core.logAllRefUpdates doc
 2017-01-31 22:02 UTC  (13+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/3] refs: add option core.logAllRefUpdates = always

[PATCH v3 00/21] Add configuration options for split-index
 2017-01-31 21:09 UTC  (16+ messages)
` [PATCH v3 14/21] read-cache: touch shared index files when used

vger not relaying some of Junio's messages today?
 2017-01-31 20:27 UTC  (3+ messages)

[PATCH v2 0/7] Macros for Asciidoctor support
 2017-01-31 20:20 UTC  (7+ messages)
` [PATCH] Documentation: implement linkgit macro for Asciidoctor

[PATCH] blame: draft of line format
 2017-01-31 19:41 UTC  (3+ messages)

[PATCH] .mailmap: update Gábor Szeder's email address
 2017-01-31 18:42 UTC 

Feature request: flagging “volatile” branches for integration/development
 2017-01-31 17:12 UTC 

[PATCH] t0001: don't let a default ACL interfere with the umask test
 2017-01-31 17:13 UTC  (2+ messages)

[PATCHv4] builtin/commit.c: switch to strbuf, instead of snprintf()
 2017-01-31 13:45 UTC 

[PATCH v1 0/2] urlmatch: allow regexp-based matches
 2017-01-31  9:01 UTC  (11+ messages)
` [PATCH v4 0/5] urlmatch: allow wildcard-based matches
` [PATCH v5 "
` [PATCH v5 1/5] mailmap: add Patrick Steinhardt's work address
` [PATCH v5 2/5] urlmatch: enable normalization of URLs with globs
` [PATCH v5 3/5] urlmatch: split host and port fields in `struct url_info`
` [PATCH v5 4/5] urlmatch: include host in urlmatch ranking
` [PATCH v5 5/5] urlmatch: allow globbing for the URL host part

Git clonebundles
 2017-01-31  7:00 UTC 

difflame
 2017-01-31  2:37 UTC  (6+ messages)

[RFC] Proof of concept: Support multiple authors
 2017-01-31  0:54 UTC  (5+ messages)

[PATCH] Completion: Add support for --submodule=diff
 2017-01-31  0:10 UTC  (5+ messages)

[PATCH] merge-recursive: make "CONFLICT (rename/delete)" message show both paths
 2017-01-30 23:21 UTC  (2+ messages)

[PATCH] checkout: convert post_checkout_hook() to struct object_id
 2017-01-30 22:48 UTC  (3+ messages)

[PATCH 0/3] stash: support filename argument
 2017-01-30 21:13 UTC  (21+ messages)
` [PATCH 1/3] Documentation/stash: remove mention of git reset --hard
` [PATCH 2/3] stash: introduce push verb
` [PATCH 3/3] stash: support filename argument
` [PATCH v2 0/4] stash: create "
  ` [PATCH v2 1/4] Documentation/stash: remove mention of git reset --hard
  ` [PATCH v2 2/4] stash: introduce push verb
  ` [PATCH v2 3/4] introduce new format for git stash create
  ` [PATCH v2 4/4] stash: support filename argument

[PATCH v2 00/27] Revamp the attribute system; another round
 2017-01-30 18:06 UTC  (33+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/27] commit.c: use strchrnul() to scan for one line
  ` [PATCH v3 02/27] attr.c: "
  ` [PATCH v3 03/27] attr.c: update a stale comment on "struct match_attr"
  ` [PATCH v3 04/27] attr.c: explain the lack of attr-name syntax check in parse_attr()
  ` [PATCH v3 05/27] attr.c: complete a sentence in a comment
  ` [PATCH v3 06/27] attr.c: mark where #if DEBUG ends more clearly
  ` [PATCH v3 07/27] attr.c: simplify macroexpand_one()
  ` [PATCH v3 08/27] attr.c: tighten constness around "git_attr" structure
  ` [PATCH v3 09/27] attr.c: plug small leak in parse_attr_line()
  ` [PATCH v3 10/27] attr: support quoting pathname patterns in C style
  ` [PATCH v3 11/27] attr.c: add push_stack() helper
  ` [PATCH v3 12/27] Documentation: fix a typo
  ` [PATCH v3 13/27] attr.c: outline the future plans by heavily commenting
  ` [PATCH v3 14/27] attr: rename function and struct related to checking attributes
  ` [PATCH v3 15/27] attr: (re)introduce git_check_attr() and struct attr_check
  ` [PATCH v3 16/27] attr: convert git_all_attrs() to use "struct attr_check"
  ` [PATCH v3 17/27] attr: convert git_check_attrs() callers to use the new API
  ` [PATCH v3 18/27] attr: retire git_check_attrs() API
  ` [PATCH v3 19/27] attr: pass struct attr_check to collect_some_attrs
  ` [PATCH v3 20/27] attr: change validity check for attribute names to use positive logic
  ` [PATCH v3 21/27] attr: use hashmap for attribute dictionary
  ` [PATCH v3 22/27] attr: eliminate global check_all_attr array
  ` [PATCH v3 23/27] attr: remove maybe-real, maybe-macro from git_attr
  ` [PATCH v3 24/27] attr: tighten const correctness with git_attr and match_attr
  ` [PATCH v3 25/27] attr: store attribute stack in attr_check structure
  ` [PATCH v3 26/27] attr: push the bare repo check into read_attr()
  ` [PATCH v3 27/27] attr: reformat git_attr_set_direction() function

git-daemon shallow checkout fail
 2017-01-30 17:27 UTC  (3+ messages)

[PATCH] git-p4: Fix git-p4.mapUser on Windows
 2017-01-30 17:07 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] help: correct behavior for is_executable on Windows
 2017-01-30 17:03 UTC  (5+ messages)
` [PATCH v2] help: improve is_executable() "

[PATCH v2] mingw: allow hooks to be .exe files
 2017-01-30 16:51 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v3] t/Makefile: add a rule to re-run previously-failed tests
 2017-01-30 15:35 UTC  (4+ messages)
` [PATCH v4] "

[PATCH] fixup! worktree move: new command
 2017-01-30 12:24 UTC  (4+ messages)

[PATCH] mingw: allow hooks to be .exe files
 2017-01-30 12:29 UTC  (7+ messages)

show all merge conflicts
 2017-01-29  6:45 UTC  (6+ messages)

[PATCH] receive-pack: call string_list_clear() unconditionally
 2017-01-29 13:09 UTC 

[PATCH] use oid_to_hex_r() for converting struct object_id hashes to hex strings
 2017-01-28 22:03 UTC 

[PATCH] use oidcpy() for copying hashes between instances of struct object_id
 2017-01-28 22:03 UTC 

[PATCH v4] log --graph: customize the graph lines with config log.graphColors
 2017-01-28  4:07 UTC  (5+ messages)
` [PATCH v5 0/3] nd/log-graph-configurable-colors
  ` [PATCH v5 1/3] color.c: fix color_parse_mem() with value_len == 0

[PATCH 0/2] limit reused delta chains based on --depth
 2017-01-28  0:27 UTC  (6+ messages)
` [PATCH 1/2] pack-objects: enforce --depth limit in reused deltas
` [PATCH 2/2] pack-objects: convert recursion to iteration in break_delta_chain()

[PATCH 0/2] Support `git reset --stdin`
 2017-01-28  0:20 UTC  (7+ messages)
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] reset: support the --stdin option

Deadlock between git-remote-http and git fetch-pack
 2017-01-27 23:34 UTC  (3+ messages)

octopus merge --no-ff claims to fast-forward even though it doesn't
 2017-01-27 21:59 UTC  (2+ messages)

[PATCH] doc: clarify distinction between sign-off and pgp-signing
 2017-01-27 21:40 UTC  (5+ 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).