git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-01-30 21:46:52 to 2017-02-03 02:49:51 UTC [more...]

[PATCHv2 00/21] completion: various __gitdir()-related improvements
 2017-02-03  2:48 UTC  (15+ messages)
` [PATCHv2 02/21] completion tests: don't add test cruft to the test repository
` [PATCHv2 03/21] completion tests: make the $cur variable local to the test helper functions
` [PATCHv2 04/21] completion tests: consolidate getting path of current working directory
` [PATCHv2 05/21] completion tests: check __gitdir()'s output in the error cases
` [PATCHv2 07/21] completion: ensure that the repository path given on the command line exists
` [PATCHv2 08/21] completion: fix most spots not respecting 'git --git-dir=<path>'
` [PATCHv2 10/21] completion: list refs from remote when remote's name matches a directory
` [PATCHv2 11/21] completion: don't list 'HEAD' when trying refs completion outside of a repo
` [PATCHv2 12/21] completion: list short refs from a remote given as a URL
` [PATCHv2 15/21] rev-parse: add '--absolute-git-dir' option
` [PATCHv2 16/21] completion: respect 'git -C <path>'
` [PATCHv2 17/21] completion: don't use __gitdir() for git commands
` [PATCHv2 18/21] completion: consolidate silencing errors from "
` [PATCHv2 19/21] completion: don't guard git executions with __gitdir()

[PATCH] reset: add an example of how to split a commit into two
 2017-02-03  0:30 UTC 

What's cooking in git.git (Feb 2017, #01; Thu, 2)
 2017-02-02 23:05 UTC 

[ANNOUNCE] Git v2.11.1
 2017-02-02 23:05 UTC 

git-scm.com status report
 2017-02-02 22:51 UTC 

[PATCH v2] git-prompt.sh: add submodule indicator
 2017-02-02 22:51 UTC  (2+ messages)

[PATCH] ls-remote: add "--diff" option to show only refs that differ
 2017-02-02 21:19 UTC  (5+ messages)

[PATCH 00/11] nd/worktree-move update
 2017-02-02 20:21 UTC  (21+ messages)
` [PATCH 01/11] worktree.c: zero new 'struct worktree' on allocation
` [PATCH 02/11] worktree: reorder an if statement
` [PATCH 03/11] get_worktrees() must return main worktree as first item even on error
` [PATCH 04/11] worktree.c: get_worktrees() takes a new flag argument
` [PATCH 05/11] worktree list: keep the list sorted
` [PATCH 06/11] worktree.c: add validate_worktree()
` [PATCH 07/11] worktree.c: add update_worktree_location()
` [PATCH 08/11] worktree move: new command
` [PATCH 09/11] worktree move: accept destination as directory
` [PATCH 10/11] worktree move: refuse to move worktrees with submodules
` [PATCH 11/11] worktree remove: new command

[PATCH v2 00/27] Revamp the attribute system; another round
 2017-02-02 19:14 UTC  (3+ messages)
` [PATCH v3 "

How to use git show's "%<(<N>[,trunc|ltrunc|mtrunc])"?
 2017-02-02 17:51 UTC 

[PATCH 4/7] completion: teach ls-remote to complete options
 2017-02-02 16:57 UTC  (4+ messages)

What's cooking in git.git (Jan 2017, #06; Tue, 31)
 2017-02-02 12:42 UTC  (7+ messages)
` [PATCH] color_parse_mem: allow empty color spec
    ` [PATCH] document behavior of empty color name

init --separate-git-dir does not set core.worktree
 2017-02-02 12:37 UTC  (3+ messages)

[PATCH 7/7] completion: recognize more long-options
 2017-02-02 10:40 UTC  (7+ messages)
` [PATCH v2 0/7] "
  ` [PATCH v2 7/7] "

[PATCH 1/2] doc: add doc for git-push --recurse-submodules=only
 2017-02-02  9:32 UTC  (5+ messages)
` [PATCH 2/2] completion: add completion for --recurse-submodules=only
    ` Fwd: [PATCH 1/2] doc: add doc for git-push --recurse-submodules=only

git-daemon shallow checkout fail
 2017-02-02  9:26 UTC  (3+ messages)

[PATCH 2/7] completion: add subcommand completion for rerere
 2017-02-02  9:16 UTC  (3+ messages)

Google Doc about the Contributors' Summit
 2017-02-02  9:08 UTC 

git-scm.com status report
 2017-02-02  6:54 UTC  (3+ messages)

Git / Software Freedom Conservancy status report
 2017-02-02  2:45 UTC 

Git trademark status and policy
 2017-02-02  2:26 UTC 

[PATCH 6/7] completion: teach remote subcommands option completion
 2017-02-02  1:37 UTC  (2+ messages)

git commit results in many lstat()s
 2017-02-02  0:25 UTC  (6+ messages)

[PATCH] doc: add note about ignoring --no-create-reflog
 2017-02-01 23:54 UTC  (10+ messages)

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

[PATCH] connect: handle putty/plink also in GIT_SSH_COMMAND
 2017-02-01 23:07 UTC  (21+ messages)
  ` [PATCH v2 3/3] connect: Add the envvar GIT_SSH_VARIANT and ssh.variant config
  ` [PATCH v3 0/4] Handle PuTTY (plink/tortoiseplink) even in GIT_SSH_COMMAND
    ` [PATCH v3 1/4] connect: handle putty/plink also "
    ` [PATCH v3 2/4] connect: rename tortoiseplink and putty variables
    ` [PATCH v3 3/4] git_connect(): factor out SSH variant handling
    ` [PATCH v3 4/4] connect: Add the envvar GIT_SSH_VARIANT and ssh.variant config

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

[PATCH 0/5] introduce SWAP macro
 2017-02-01 18:33 UTC  (30+ messages)
` [PATCH 1/5] add "
` [PATCH 3/5] use "
` [PATCH 4/5] diff: "

[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 0/4] git-prompt.sh: Full patch for submodule indicator
 2017-01-31 22:12 UTC  (9+ messages)
` [PATCH 1/4] git-prompt.sh: add "
` [PATCH 4/4] git-prompt.sh: add tests for "

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 

[PATCH 2/4] git-prompt.sh: rework of submodule indicator
 2017-01-31 18:06 UTC  (2+ messages)

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

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

[PATCH] checkout: convert post_checkout_hook() to struct object_id
 2017-01-30 22:48 UTC  (3+ 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).