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

How I review patches
 2017-02-04  7:27 UTC 

[PATCH] commit: Optimize number of lstat() calls
 2017-02-04  7:23 UTC  (5+ messages)

[PATCH] Add --gui option to mergetool
 2017-02-04  6:43 UTC 

[PATCH] Remove --no-gui option from difftool usage string
 2017-02-04  6:23 UTC  (3+ messages)

[PATCH 00/12] completion: speed up refs completion
 2017-02-04  6:21 UTC  (16+ messages)
` [PATCH 01/12] completion: remove redundant __gitcomp_nl() options from _git_commit()
` [PATCH 02/12] completion: wrap __git_refs() for better option parsing
` [PATCH 03/12] completion: support completing full refs after '--option=refs/<TAB>'
` [PATCH 04/12] completion: support excluding full refs
` [PATCH 05/12] completion: don't disambiguate tags and branches
` [PATCH 06/12] completion: don't disambiguate short refs
` [PATCH 07/12] completion: let 'for-each-ref' and 'ls-remote' filter matching refs
` [PATCH 08/12] completion: let 'for-each-ref' strip the remote name from remote branches
` [PATCH 09/12] completion: let 'for-each-ref' filter remote branches for 'checkout' DWIMery
` [PATCH 10/12] completion: let 'for-each-ref' sort "
` [PATCH 11/12] completion: list only matching symbolic and pseudorefs when completing refs
` [PATCH 12/12] completion: fill COMPREPLY directly "

[L10N] Kickoff of translation for Git 2.12.0 round 1
 2017-02-04  5:27 UTC 

[PATCH] git-parse-remote.sh: Remove op_prep argument
 2017-02-04  5:09 UTC  (3+ messages)

[PATCH] tag: add a config option for setting --annotate by default
 2017-02-04  5:02 UTC  (2+ messages)

BUG: "git checkout -q -b foo origin/foo" is not quiet
 2017-02-04  0:55 UTC  (3+ messages)

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

git-scm.com status report
 2017-02-03 22:24 UTC  (3+ messages)

[ANNOUNCE] Git v2.12.0-rc0
 2017-02-03 21:51 UTC 

git-scm.com status report
 2017-02-03 20:56 UTC  (5+ messages)

[PATCH v2] reset: add an example of how to split a commit into two
 2017-02-03 20:46 UTC  (2+ messages)

[PATCH] reset: add an example of how to split a commit into two
 2017-02-03 20:15 UTC  (4+ messages)

[PATCH 00/11] nd/worktree-move update
 2017-02-03 18:56 UTC  (24+ 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

feature request: add -q to "git branch"
 2017-02-03 18:29 UTC 

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

Fail git pull --rebase when local merges present? (was: [ANNOUNCE] Git v2.11.1)
 2017-02-03 16:01 UTC 

init --separate-git-dir does not set core.worktree
 2017-02-03 13:38 UTC  (4+ messages)

[PATCH v2 0/7] completion bash: add more options and commands
 2017-02-03 11:01 UTC  (8+ messages)
` [PATCH v2 1/7] completion: teach submodule subcommands to complete options
` [PATCH v2 2/7] completion: add subcommand completion for rerere
` [PATCH v2 3/7] completion: improve bash completion for git-add
` [PATCH v2 4/7] completion: teach ls-remote to complete options
` [PATCH v2 5/7] completion: teach replace "
` [PATCH v2 6/7] completion: teach remote subcommands "
` [PATCH v2 7/7] completion: recognize more long-options

mergetool and difftool inconsistency?
 2017-02-03 10:32 UTC  (2+ messages)

[ANNOUNCE] Git for Windows 2.11.1
 2017-02-03  9:19 UTC 

difflame
 2017-02-03  4:47 UTC  (8+ messages)

possible bug: inconsistent CLI behaviour for empty user.name
 2017-02-03  4:13 UTC 

[PATCHv2 00/21] completion: various __gitdir()-related improvements
 2017-02-03  2:48 UTC  (22+ messages)
` [PATCHv2 01/21] completion: improve __git_refs()'s in-code documentation
` [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 06/21] completion tests: add tests for the __git_refs() helper function
` [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 09/21] completion: respect 'git --git-dir=<path>' when listing remote refs
` [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 13/21] completion: don't offer commands when 'git --opt' needs an argument
` [PATCHv2 14/21] completion: fix completion after 'git -C <path>'
` [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()
` [PATCHv2 20/21] completion: extract repository discovery from __gitdir()
` [PATCHv2 21/21] completion: cache the path to the repository

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 

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

[PATCH 4/7] completion: teach ls-remote to complete options
 2017-02-02 16:57 UTC  (4+ 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 / 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  (13+ messages)
` [PATCH 1/5] add "


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