git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-01-29 19:58:57 to 2016-02-02 17:52:23 UTC [more...]

[PATCHv7 0/8] Expose submodule parallelism to the user
 2016-02-02 17:51 UTC  (9+ 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

git object-count differs between clones
 2016-02-02 17:22 UTC  (5+ messages)

git submodule should honor "-c credential.helper" command line argument
 2016-02-02 17:13 UTC 

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

[PATCH v1 1/6] t0027: Add tests for get_stream_filter()
 2016-02-02 16:53 UTC  (6+ 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

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

[PATCH v4 00/15] config: make git_config_set die on failure
 2016-02-02 12:00 UTC  (17+ 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

[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 

[PATCH] remote-curl: don't fall back to Basic auth if we haven't tried Negotiate
 2016-02-02  9:11 UTC 

git log -g bizarre behaviour
 2016-02-02  8:28 UTC  (3+ messages)

[PATCH] test-lib: limit the output of the yes utility
 2016-02-02  8:21 UTC  (2+ messages)

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  (26+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/6] worktree: new repo extension to manage worktree behaviors
  ` [PATCH v3 2/6] path.c: new (identical) list for worktree v1
  ` [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  (19+ messages)
` [PATCH 1/6] give "nbuf" strbuf a more meaningful name
` [PATCH 2/6] checkout-index: simplify "-z" option parsing
` [PATCH 3/6] checkout-index: handle "--no-prefix" option
` [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

parse_object does check_sha1_signature but not parse_object_buffer?
 2016-02-02  4:36 UTC  (4+ messages)

[PATCH v4 00/12] ref-filter: use parsing functions
 2016-02-02  4:35 UTC  (18+ messages)
` [PATCH v4 01/12] strbuf: introduce strbuf_split_str_omit_term()
` [PATCH v4 02/12] ref-filter: use strbuf_split_str_omit_term()
` [PATCH v4 03/12] ref-filter: bump 'used_atom' and related code to the top
` [PATCH v4 04/12] ref-filter: introduce struct used_atom
` [PATCH v4 05/12] ref-filter: introduce parsing functions for each valid atom
` [PATCH v4 06/12] ref-filter: introduce color_atom_parser()
` [PATCH v4 07/12] ref-filter: introduce parse_align_position()
` [PATCH v4 08/12] ref-filter: introduce align_atom_parser()
` [PATCH v4 09/12] ref-filter: align: introduce long-form syntax
` [PATCH v4 11/12] ref-filter: introduce contents_atom_parser()
` [PATCH v4 12/12] ref-filter: introduce objectname_atom_parser()
  ` [PATCH v4 10/12] ref-filter: introduce remote_ref_atom_parser()

[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  (10+ 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 4/5] remote: read $GIT_DIR/branches/* "
` [PATCH 5/5] wt-status: read rebase todolist "

[PATCH] travis-ci: run previously failed tests first, then slowest to fastest
 2016-02-01 20:26 UTC  (14+ messages)

[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  (15+ messages)
      ` [RFC/PATCH] Git doc: GPL2 does not apply to repo data

[bug] Possible Windows 'git mv' bug
 2016-02-01  6:32 UTC  (7+ messages)

Replacing strbuf_getline_lf() by strbuf_getline() in wt-status.c
 2016-01-31 16:59 UTC  (3+ messages)

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

[PATCH 0/3] Propagating push options to remote hooks
 2016-01-30 18:28 UTC  (4+ messages)
` [PATCH 1/3] connect.[ch]: make parse_feature_value non-static
` [PATCH 2/3] receive-pack: add a capability for hook options
` [PATCH 3/3] send-pack: propagate --force and --quiet to remote hooks

[PATCH v2 0/9] Handle errors when setting configs
 2016-01-30 16:03 UTC  (4+ messages)

fast-import fails in read-only tree
 2016-01-30 13:56 UTC  (6+ messages)

[PATCH] attempt connects in parallel for IPv6-capable builds
 2016-01-30 13:09 UTC  (3+ messages)

clones over rsync broken?
 2016-01-30  8:04 UTC  (6+ messages)
    ` [PATCH] transport: drop support for git-over-rsync

[PATCH v4] push --force-with-lease: Fix ref status reporting
 2016-01-29 23:18 UTC 

Bugs in git filter-branch (git replace related)
 2016-01-29 23:11 UTC  (4+ messages)

[PATCH v3] push --force-with-lease: Fix ref status reporting
 2016-01-29 22:53 UTC  (3+ messages)

Gitignore file exceptions are not applied to untarcked files
 2016-01-29 20:54 UTC  (3+ messages)

[PATCH 1/2] gitk: fr.po: Update translation (311t)
 2016-01-29 20:21 UTC  (2+ messages)
` [PATCH 2/2] gitk: fr.po: Sync translations with git


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