git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-11-30 19:54:38 to 2016-12-02 18:37:25 UTC [more...]

[PATCH v5 0/6] recursively grep across submodules
 2016-12-02 18:36 UTC  (25+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/6] submodules: add helper functions to determine presence of submodules
  ` [PATCH v6 2/6] submodules: load gitmodules file from commit sha1
  ` [PATCH v6 3/6] grep: add submodules as a grep source type
  ` [PATCH v6 4/6] grep: optionally recurse into submodules
  ` [PATCH v6 5/6] grep: enable recurse-submodules to work on <tree> objects
  ` [PATCH v6 6/6] grep: search history of moved submodules

git 2.11.0 error when pushing to remote located on a windows share
 2016-12-02 18:02 UTC 

Where is Doc to configure Git + Apache + kerberos for Project level access in repo?
 2016-12-02 18:15 UTC 

[PATCH v5 1/2] lib-proto-disable: variable name fix
 2016-12-02 17:33 UTC  (31+ messages)
` [PATCH v6 0/4] transport protocol policy configuration
  ` [PATCH v6 1/4] lib-proto-disable: variable name fix
  ` [PATCH v6 2/4] transport: add protocol policy config option
  ` [PATCH v6 3/4] http: always warn if libcurl version is too old
  ` [PATCH v6 4/4] transport: check if protocol can be used on a redirect
  ` [PATCH v7 0/4] transport protocol policy configuration
    ` [PATCH v7 1/4] lib-proto-disable: variable name fix
    ` [PATCH v7 2/4] transport: add protocol policy config option
    ` [PATCH v7 3/4] http: always warn if libcurl version is too old
    ` [PATCH v7 4/4] transport: add from_user parameter to is_transport_allowed
    ` [PATCH v8 0/5] transport protocol policy configuration
      ` [PATCH v8 1/5] lib-proto-disable: variable name fix
      ` [PATCH v8 2/5] transport: add protocol policy config option
      ` [PATCH v8 3/5] http: always warn if libcurl version is too old
      ` [PATCH v8 4/5] http: create function to get curl allowed protocols
      ` [PATCH v8 5/5] transport: add from_user parameter to is_transport_allowed

Error after calling git difftool -d with
 2016-12-02 16:05 UTC  (2+ messages)

"Your branch is ahead of 'origin' by X commits"
 2016-12-02 13:42 UTC  (3+ messages)

[PATCH v2 1/1] convert: git cherry-pick -Xrenormalize did not work
 2016-12-02 12:20 UTC  (5+ messages)

[PATCH] Documentation/install-webdoc.sh: quote a potentially unsafe shell expansion
 2016-12-02  1:40 UTC  (3+ messages)

[PATCH 0/6] restricting http redirects
 2016-12-02  1:21 UTC  (17+ messages)
` [PATCH 1/6] http: simplify update_url_from_redirect
` [PATCH 2/6] http: always update the base URL for redirects
` [PATCH 3/6] remote-curl: rename shadowed options variable
` [PATCH 4/6] http: make redirects more obvious
` [PATCH 5/6] http: treat http-alternates like redirects
` [PATCH 6/6] http-walker: complain about non-404 loose object errors

[PATCH 0/3] string-list: make string_list_sort() reentrant
 2016-12-01 23:37 UTC  (13+ messages)
` [PATCH 1/3] compat: add qsort_s()
` [PATCH 2/3] add QSORT_S
` [PATCH 3/3] string-list: use QSORT_S in string_list_sort()

[PATCH v3 1/2] difftool: add a skeleton for the upcoming builtin
 2016-12-01 23:33 UTC  (18+ messages)

EXT: Re: "Your branch is ahead of 'origin' by X commits"
 2016-12-01 22:36 UTC  (4+ messages)

[RFC/PATCH] add diff-pairs tool
 2016-12-01 22:30 UTC  (8+ messages)

[PATCHv3 0/5] submodule embedgitdirs
 2016-12-01 20:25 UTC  (6+ messages)
` [PATCHv3 1/5] submodule: use absolute path for computing relative path connecting
` [PATCHv3 2/5] submodule helper: support super prefix
` [PATCHv3 3/5] test-lib-functions.sh: teach test_commit -C <dir>
` [PATCHv3 4/5] worktree: get worktrees from submodules
` [PATCHv3 5/5] submodule: add embed-git-dir function

What's cooking in git.git (Nov 2016, #06; Mon, 28)
 2016-12-01 19:53 UTC  (27+ messages)
` bw/transport-protocol-policy

git pull --rebase should use fast forward merge if possible
 2016-12-01 18:51 UTC  (9+ messages)
        ` Re* "

[PATCH] difftool.c: mark a file-local symbol with static
 2016-12-01 18:50 UTC  (12+ messages)

[ANNOUNCE] Git for Windows 2.11.0
 2016-12-01 17:05 UTC  (3+ messages)

CVSImport - spaces in CVS path
 2016-12-01  9:59 UTC  (2+ messages)

'git repack' and repack.writeBitmaps=true with kept packs
 2016-12-01  5:16 UTC  (2+ messages)

[PATCH] xdiff: Do not enable XDL_FAST_HASH by default
 2016-12-01  4:52 UTC  (2+ messages)

[PATCH] Define XDL_FAST_HASH when building *for* (not *on*) x86_64
 2016-12-01  4:30 UTC  (4+ messages)
  ` [PATCH] xdiff: Do not enable XDL_FAST_HASH by default

[BUG?] Remote helper's wrong assumption of unchanged ref
 2016-12-01  1:13 UTC  (2+ messages)
` [PATCH] transport-helper: drop broken "unchanged" feature

[RFC/PATCH v3 00/16] Add initial experimental external ODB support
 2016-11-30 23:37 UTC  (20+ messages)
` [RFC/PATCH v3 01/16] Add initial external odb support
` [RFC/PATCH v3 02/16] external odb foreach
` [RFC/PATCH v3 03/16] t0400: use --batch-all-objects to get all objects
` [RFC/PATCH v3 04/16] t0400: add 'put' command to odb-helper script
` [RFC/PATCH v3 05/16] t0400: add test for 'put' command
` [RFC/PATCH v3 06/16] external odb: add write support
` [RFC/PATCH v3 07/16] external-odb: accept only blobs for now
` [RFC/PATCH v3 08/16] t0400: add test for external odb write support
` [RFC/PATCH v3 09/16] Add GIT_NO_EXTERNAL_ODB env variable
` [RFC/PATCH v3 10/16] Add t0410 to test external ODB transfer
` [RFC/PATCH v3 11/16] lib-httpd: pass config file to start_httpd()
` [RFC/PATCH v3 12/16] lib-httpd: add upload.sh
` [RFC/PATCH v3 13/16] lib-httpd: add list.sh
` [RFC/PATCH v3 14/16] lib-httpd: add apache-e-odb.conf
` [RFC/PATCH v3 15/16] odb-helper: add 'store_plain_objects' to 'struct odb_helper'
` [RFC/PATCH v3 16/16] t0420: add test with HTTP external odb

"git add -p ." raises an unexpected "warning: empty strings as pathspecs will be made invalid in upcoming releases. please use . instead if you meant to match all paths"
 2016-11-30 22:40 UTC  (4+ messages)

[PATCHv2 0/4] `submodule embedgitdirs` [was: Introduce `submodule interngitdirs`]
 2016-11-30 22:18 UTC  (10+ messages)
` [PATCHv2 4/4] submodule: add embed-git-dir function

[PATCH/RFC] ref-filter: support sorting case-insensitively
 2016-11-30 21:21 UTC  (3+ messages)
` [PATCH v2] tag, branch, for-each-ref: add --ignore-case for sorting and filtering


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