git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-02-01 02:14:14 to 2016-02-03 23:09:33 UTC [more...]

[PATCHv7 0/8] Expose submodule parallelism to the user
 2016-02-03 23:09 UTC  (12+ messages)
` [PATCH 1/8] submodule-config: keep update strategy around
` [PATCH 2/8] submodule-config: drop check against NULL
` [PATCH 3/8] submodule-config: remove name_and_item_from_var
` [PATCH 4/8] submodule-config: introduce parse_generic_submodule_config
` [PATCH 5/8] fetching submodules: respect `submodule.fetchJobs` config option
` [PATCH 6/8] git submodule update: have a dedicated helper for cloning
` [PATCH 7/8] submodule update: expose parallelism to the user
` [PATCH 8/8] clone: allow an explicit argument for parallel submodule clones

Bug in git-sh-prompt: incorrectly determines the upstream for repos produced by recent git svn clone --stdlayout
 2016-02-03 22:48 UTC 

[PATCH v4 00/12] ref-filter: use parsing functions
 2016-02-03 22:19 UTC  (12+ messages)
` [PATCH v4 03/12] ref-filter: bump 'used_atom' and related code to the top
` [PATCH v4 05/12] ref-filter: introduce parsing functions for each valid atom
  ` [PATCH v4 10/12] ref-filter: introduce remote_ref_atom_parser()

[PATCH] Trick to force setup of a specific configured E-Mail per repo
 2016-02-03 19:22 UTC  (10+ messages)
      ` [PATCH v3] Add user.explicit boolean for when ident shouldn't be guessed

git 2.7.0 crashes when top-down memory allocation preference is set
 2016-02-03 19:08 UTC 

git log -g bizarre behaviour
 2016-02-03 18:32 UTC  (10+ messages)
` [PATCH] log -g: ignore revision parameters that have no reflog

git object-count differs between clones
 2016-02-03 15:21 UTC  (7+ messages)

SV: Using Git for Cobol source
 2016-02-03 13:30 UTC  (2+ messages)
`  "

[PATCH] test-lib: limit the output of the yes utility
 2016-02-03 12:11 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH 00/20] "git worktree move" preview
 2016-02-03  9:35 UTC  (21+ messages)
` [PATCH 01/20] usage.c: move format processing out of die_errno()
` [PATCH 02/20] usage.c: add sys_error() that prints strerror() automatically
` [PATCH 03/20] path.c: add git_common_path() and strbuf_git_common_path()
` [PATCH 04/20] path.c: add is_git_path_shared()
` [PATCH 05/20] copy.c: add copy_dir_recursively()
` [PATCH 06/20] worktree.c: use is_dot_or_dotdot()
` [PATCH 07/20] worktree.c: store "id" instead of "git_dir"
` [PATCH 08/20] worktree.c: add clear_worktree()
` [PATCH 09/20] worktree.c: add find_worktree_by_path()
` [PATCH 10/20] worktree.c: add is_main_worktree()
` [PATCH 11/20] worktree.c: recognize no main worktree
` [PATCH 12/20] worktree.c: add update_worktree_location()
` [PATCH 13/20] worktree.c: add update_worktree_gitfile()
` [PATCH 14/20] worktree.c: add collect_per_worktree_git_paths()
` [PATCH 15/20] worktree: avoid 0{40}, too many zeroes, hard to read
` [PATCH 16/20] worktree: simplify prefixing paths
` [PATCH 17/20] worktree: add "move" commmand
` [PATCH 18/20] worktree: refactor add_worktree()
` [PATCH 19/20] worktree: move repo, simple case
` [PATCH 20/20] worktree: move repo, convert main worktree

Bug: Wrong GitHub API result when retrieving repository information
 2016-02-03  8:39 UTC  (2+ messages)

[PATCH] travis-ci: run previously failed tests first, then slowest to fastest
 2016-02-03  8:31 UTC  (16+ messages)

git submodule should honor "-c credential.helper" command line argument
 2016-02-03  8:08 UTC  (4+ messages)

Git for Windows crashes on Windows 10
 2016-02-03  6:03 UTC  (2+ messages)

[PATCH] pass transport verbosity down to git_connect
 2016-02-03  4:09 UTC  (8+ messages)
  ` [PATCH v2] "
    ` [PATCH 2/1] support -4 and -6 switches for remote operations
            ` [PATCH v2 "

BUG: git subtree split gets confused on removed and readded directory
 2016-02-03  2:34 UTC  (9+ messages)
    ` [PATCH] contrib/subtree: Split history with empty trees correctly (was: Re: BUG: git subtree split gets confused on removed and readded directory)
      ` [PATCH] contrib/subtree: Split history with empty trees correctly

[BUG] typo DWIMery with alias broken (cd to random dir)
 2016-02-03  2:19 UTC  (13+ messages)
` [PATCH] git.c: fix help.autocorrect after 57ea712 breaks it
          ` [PATCH v2 1/3] git: remove an early return from save_env_before_alias()
            ` [PATCH v3 1/4] "
            ` [PATCH v3 2/4] git: protect against unbalanced calls to {save,restore}_env()
            ` [PATCH v3 3/4] git: simplify environment save/restore logic
            ` [PATCH v3 4/4] restore_env(): free the saved environment variable once we are done

GIT windows version Switch Caps Lock button issue on the input windows
 2016-02-03  1:02 UTC 

What's cooking in git.git (Feb 2016, #01; Tue, 2)
 2016-02-03  0:46 UTC 

[PATCH] remote-curl: don't fall back to Basic auth if we haven't tried Negotiate
 2016-02-02 23:29 UTC  (3+ messages)

[PATCH v3 00/20] refs backend rebase on pu
 2016-02-02 22:13 UTC  (3+ messages)

[PATCH v1 1/6] t0027: Add tests for get_stream_filter()
 2016-02-02 21:44 UTC  (9+ messages)
` [PATCH v1 2/6] convert.c: Remove path when not needed
` [PATCH v1 3/6] convert.c: Remove input_crlf_action()
` [PATCH v1 4/6] convert.c: Use text_eol_is_crlf()
` [PATCH v1 5/6] convert: auto_crlf=false and no attributes set: same as binary
` [PATCH v1 6/6] convert.c: Refactor crlf_action

[PATCH v4 00/15] config: make git_config_set die on failure
 2016-02-02 20:58 UTC  (22+ messages)
` [PATCH v4 01/15] config: introduce set_or_die wrappers
` [PATCH v4 02/15] branch: die on error in setting up tracking branch
` [PATCH v4 03/15] branch: die on config error when unsetting upstream
` [PATCH v4 04/15] branch: die on config error when editing branch description
` [PATCH v4 05/15] submodule: die on config error when linking modules
` [PATCH v4 06/15] submodule--helper: die on config error when cloning module
` [PATCH v4 07/15] remote: die on config error when setting URL
` [PATCH v4 08/15] remote: die on config error when setting/adding branches
` [PATCH v4 09/15] remote: die on config error when manipulating remotes
` [PATCH v4 10/15] clone: die on config error in cmd_clone
` [PATCH v4 11/15] init-db: die on config errors when initializing empty repo
` [PATCH v4 12/15] sequencer: die on config error when saving replay opts
` [PATCH v4 13/15] compat: die when unable to set core.precomposeunicode
` [PATCH v4 14/15] config: rename git_config_set to git_config_set_gently
` [PATCH v4 15/15] config: rename git_config_set_or_die to git_config_set

parse_object does check_sha1_signature but not parse_object_buffer?
 2016-02-02 19:25 UTC  (5+ messages)

[ANNOUNCE] Git for Windows 2.7.0(2)
 2016-02-02 17:09 UTC 

[ANNOUNCE] Git Developer Summit, April 4th, 2016, NYC
 2016-02-02 17:06 UTC  (3+ messages)

BuGit: File-less distributed issue tracking system with Git
 2016-02-02 16:13 UTC  (2+ messages)

[RFC] Identify where a Git config is defined
 2016-02-02 10:32 UTC  (3+ messages)

Usage of staging area instead of index still the way to go?
 2016-02-02 10:30 UTC 

Plans for 2.7.1?
 2016-02-02  7:56 UTC  (3+ messages)

[PATCH] t6302: drop unnecessary GPG requirement
 2016-02-02  7:06 UTC  (5+ messages)

[PATCH v2 0/6] Split .git/config in multiple worktree setup
 2016-02-02  5:35 UTC  (23+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/6] worktree: new repo extension to manage worktree behaviors
  ` [PATCH v3 4/6] worktree: new config file hierarchy
  ` [PATCH v3 5/6] config: select .git/common/config with --repo
  ` [PATCH v3 6/6] worktree add: switch to worktree version 1

[PATCH 0/6] post-strbuf_getline cleanups
 2016-02-02  5:29 UTC  (12+ messages)
` [PATCH 4/6] checkout-index: handle "--no-index" option
` [PATCH 5/6] checkout-index: disallow "--no-stage" option
` [PATCH 6/6] apply, ls-files: simplify "-z" parsing

[RFC] GPG-Signed pushes & commits: differentiating between no signature and an unknown key
 2016-02-02  3:17 UTC  (4+ messages)

[PATCH 0/2] Make stash a builtin
 2016-02-01 23:40 UTC  (7+ messages)
` [PATCH 1/2] stash--helper: implement "git stash--helper"
    ` AW: "

[PATCH V4 2/2] object name: introduce '^{/!-<negative pattern>}' notation
 2016-02-01 21:42 UTC  (3+ messages)
` [PATCH V5 "

[PATCH 0/5] Replacing strbuf_getline_lf() by strbuf_getline() on trimmed input
 2016-02-01 21:39 UTC  (9+ messages)
` [PATCH 1/5] bisect: read bisect paths with strbuf_getline()
` [PATCH 2/5] clean: read user input "
` [PATCH 3/5] notes: read copied notes "
` [PATCH 5/5] wt-status: read rebase todolist "

[RFC/PATCH 0/5] [WAS: Submodule Groups] Labels and submodule.autoInitialize
 2016-02-01 20:21 UTC  (7+ messages)

[PATCH v3] config: make git_config_set die on failure
 2016-02-01 19:10 UTC  (2+ messages)

[PATCH] completion: verify-tag is not plumbing
 2016-02-01 18:51 UTC  (4+ messages)

Git for Windows
 2016-02-01 17:33 UTC  (2+ messages)

[PATCH] git-gui--askpass: generalize the window title
 2016-02-01 12:11 UTC 

GPL v2 authoritative answer on stored code as a derived work
 2016-02-01 11:34 UTC  (11+ messages)
` [RFC/PATCH] Git doc: GPL2 does not apply to repo data

[bug] Possible Windows 'git mv' bug
 2016-02-01  6:32 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).