git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-04-27 20:06:23 to 2016-04-29 13:35:39 UTC [more...]

[PATCH v3] http: support sending custom HTTP headers
 2016-04-29 13:35 UTC  (36+ messages)
` [PATCH v4] "
  ` [PATCH v5 0/2] Add support for sending additional "
    ` [PATCH v5 1/2] http: support sending custom "
    ` [PATCH v5 2/2] submodule: pass on http.extraheader config settings

Fwd: Git 2.8.1 fails test 32 of t7300-clean.sh, breaks profile build
 2016-04-29 12:58 UTC  (2+ messages)

git-subtree checkout under alternate foldername (git version 2.8.1.windows.1)
 2016-04-29 12:33 UTC 

[PATCH v2] travis-ci: build documentation
 2016-04-29 12:21 UTC  (3+ messages)

[PATCH 00/29] Yet more preparation for reference backends
 2016-04-29 12:12 UTC  (36+ messages)
` [PATCH 05/29] refname_is_safe(): insist that the refname already be normalized
` [PATCH 08/29] ref_transaction_commit(): remove local variable n
` [PATCH 15/29] ref_transaction_create(): disallow recursive pruning
` [PATCH 19/29] refs: don't dereference on rename
` [PATCH 24/29] ref_transaction_update(): check refname_is_safe() at a minimum
` [PATCH 25/29] refs: resolve symbolic refs first

[PATCHv1] git-p4: workaround p4 removal of client directory
 2016-04-29  7:40 UTC  (3+ messages)

[PATCH v2 1/7] i18n: index-pack: use plural string instead of normal one
 2016-04-29  6:57 UTC  (6+ messages)
` [PATCH v2 4/7] i18n: builtin/pull.c: mark strings for translation

Use "git pull --ff-only" by default?
 2016-04-29  6:38 UTC  (2+ messages)

[PATCH 1/2] Documentation: config: improve word ordering for http.cookieFile
 2016-04-29  6:23 UTC  (2+ messages)
` [PATCH 2/2] http: expand http.cookieFile as a path

Strangeness with git-add and nested repositories
 2016-04-29  2:54 UTC  (10+ messages)

[RFC PATCH 0/4] git_connect: add some flexibility
 2016-04-29  0:43 UTC  (11+ messages)
` [PATCH 1/4] git_connect: extend to take a pseudo format string for the program to run
` [PATCH 2/4] git_connect: avoid quoting the path on the command line when it's not necessary
` [PATCH 3/4] git_connect: allow a file descriptor to be allocated for stderr
` [PATCH 4/4] git_connect: add a flag to consider the path part of ssh urls relative
    ` [RFC PATCH 1/3] connect: make parse_connect_url public
      ` [RFC PATCH 2/3] connect: group CONNECT_DIAG_URL handling code
      ` [RFC PATCH 3/3] connect: move ssh command line preparation to a separate (public) function

[PATCH v2] trailer: load config to handle core.commentChar
 2016-04-28 21:12 UTC  (3+ messages)

[PATCH 00/83] libify apply and use lib in am
 2016-04-28 20:17 UTC  (6+ messages)
` [PATCH 49/83] builtin/apply: move 'lock_file' global into 'struct apply_state'

[PATCH] Fixed grammar mistake in the french localization
 2016-04-28 20:05 UTC  (4+ messages)

[PATCHv2 1/2] submodule init: fail gracefully with a missing .gitmodules file
 2016-04-28 20:02 UTC  (2+ messages)
` [PATCH 2/2] submodule--helper update-clone: abort gracefully on missing .gitmodules

[PATCH] submodule init: fail gracefully with a missing .gitmodules file
 2016-04-28 19:12 UTC  (2+ messages)

[PATCH v6 00/19] index-helper/watchman
 2016-04-28 18:58 UTC  (14+ messages)
` [PATCH v6 02/19] read-cache: allow to keep mmap'd memory after reading
` [PATCH v6 03/19] index-helper: new daemon for caching index and related stuff
` [PATCH v6 04/19] index-helper: add --strict
` [PATCH v6 05/19] index-helper: log warnings
` [PATCH v6 06/19] daemonize(): set a flag before exiting the main process
` [PATCH v6 08/19] read-cache: add watchman 'WAMA' extension
` [PATCH v6 09/19] Add watchman support to reduce index refresh cost
` [PATCH v6 10/19] index-helper: use watchman to avoid refreshing index with lstat()
` [PATCH v6 11/19] update-index: enable/disable watchman support
` [PATCH v6 13/19] watchman: add a config option to enable the extension
` [PATCH v6 15/19] index-helper: don't run if already running
` [PATCH v6 17/19] index-helper: optionally automatically run

[PATCHv4 0/2] Implement the GIT_TRACE_CURL environment variable
 2016-04-28 18:05 UTC  (10+ messages)
` [PATCHv4 1/2] http.c: implement "
` [PATCHv4 2/2] imap-send.c: introduce the GIT_TRACE_CURL enviroment variable

[PATCH] pull: make --rebase --verify-signatures illegal
 2016-04-28 17:23 UTC  (4+ messages)
` [PATCH v2] "

[RFC] How to pass Git config command line instructions to Submodule commands?
 2016-04-28 16:51 UTC  (35+ messages)
              ` [PATCH 0/5] fixes for sanitized submodule config
                ` [PATCH 1/5] t5550: fix typo in $HTTPD_URL
                ` [PATCH 2/5] t5550: break submodule config test into multiple sub-tests
                ` [PATCH 3/5] submodule: export sanitized GIT_CONFIG_PARAMETERS
                ` [PATCH 4/5] submodule--helper: move config-sanitizing to submodule.c
                ` [PATCH 5/5] submodule: use prepare_submodule_repo_env consistently

[RFC/PATCH] Ordering of remotes for fetch --all
 2016-04-28 15:24 UTC  (3+ messages)

feature request for cc-cmd
 2016-04-28 13:43 UTC 

[PATCH v3 0/2] gitk: changes for the "Tags and heads" view
 2016-04-28 12:42 UTC  (2+ messages)

[PATCH] Fix memory leak in git_connect with CONNECT_DIAG_URL
 2016-04-28  9:19 UTC 

[PATCH 0/3] Improve the mmap() emulation on Windows
 2016-04-28  8:03 UTC  (6+ messages)
` [PATCH 2/3] mmap(win32): avoid copy-on-write when it is unnecessary

[PATCH] pack-objects: warn on split packs disabling bitmaps
 2016-04-28  8:02 UTC  (6+ messages)
  ` [PATCH v2] "

What's cooking in git.git (Apr 2016, #07; Mon, 25)
 2016-04-28  7:58 UTC  (4+ messages)

BUG on OSX `git p4 submit` can fail when the workspace root doesn't exist locally
 2016-04-28  7:36 UTC  (5+ messages)

Bisect limited to Merge Commits
 2016-04-28  6:44 UTC  (6+ messages)

[PATCH v4 0/3] git-p4: fix Git LFS pointer parsing
 2016-04-28  6:34 UTC  (5+ messages)
` [PATCH v4 1/3] travis-ci: update Git-LFS and P4 to the latest version
` [PATCH v4 2/3] travis-ci: express Linux/OS X dependency versions more clearly
` [PATCH v4 3/3] git-p4: fix Git LFS pointer parsing

[PATCH] Update git-p4 to be compatible with git-lfs 1.2
 2016-04-28  6:09 UTC  (5+ messages)

[PATCH 00/15] submodule groups (once again)
 2016-04-27 23:24 UTC  (12+ messages)
` [PATCH 01/15] string_list: add string_list_duplicate
` [PATCH 05/15] submodule-config: check if submodule a submodule is in a group

Announcing git-cinnabar 0.3.2
 2016-04-27 22:51 UTC 

make test Unexpected passes
 2016-04-27 22:39 UTC  (4+ messages)

[PATCH 1/2] config.c: drop local variable
 2016-04-27 21:30 UTC  (2+ messages)
` [PATCH 2/2] submodule-config: don't shadow `cache`

[PATCH] trailer: load config to handle core.commentChar
 2016-04-27 20:33 UTC  (4+ messages)

[PATCH] Makefile: remove dependency on git.spec
 2016-04-27 20:24 UTC  (2+ 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).