git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-12-01 20:19:23 to 2016-12-05 13:08:48 UTC [more...]

[PATCH 0/6] restricting http redirects
 2016-12-05 13:08 UTC  (13+ messages)
` [PATCH 2/6] http: always update the base URL for redirects
` [PATCH 5/6] http: treat http-alternates like redirects

Git v2.11.0 breaks max depth nested alternates
 2016-12-05 12:07 UTC  (7+ messages)

[PATCH 1/4] shallow.c: make paint_alloc slightly more robust
 2016-12-05 12:00 UTC  (10+ messages)
` [PATCH 2/4] shallow.c: avoid theoretical pointer wrap-around
` [PATCH 3/4] shallow.c: bit manipulation tweaks
` [PATCH 4/4] shallow.c: remove useless test

difftool -d not populating left correctly when not in git root
 2016-12-05 11:46 UTC  (3+ messages)

[RFC PATCH] GIT-VERSION-GEN: set --abbrev=9 to match auto-scaling
 2016-12-05 11:21 UTC  (3+ messages)

git 2.11.0 error when pushing to remote located on a windows share
 2016-12-05 11:05 UTC  (4+ messages)

[PATCH v1] git-p4: add config to retry p4 commands; retry 3 times by default
 2016-12-05 11:02 UTC  (3+ messages)

Error after calling git difftool -d with
 2016-12-05 10:56 UTC  (5+ messages)

[PATCH v3 1/2] difftool: add a skeleton for the upcoming builtin
 2016-12-05 10:36 UTC  (19+ messages)

Should reset_revision_walk clear more flags?
 2016-12-05  7:36 UTC  (5+ messages)

[PATCH] diff: fix up SHA-1 abbreviations outside of repository
 2016-12-05  7:26 UTC  (4+ messages)

[PATCH] diff: handle --no-abbrev outside of repository
 2016-12-05  6:58 UTC  (5+ messages)
` [PATCH v2] "

Where is Doc to configure Git + Apache + kerberos for Project level access in repo?
 2016-12-05  2:31 UTC  (3+ messages)

[PATCH] clone,fetch: explain the shallow-clone option a little more clearly
 2016-12-04 22:03 UTC 

[PATCH] receive-pack: improve English grammar of denyCurrentBranch message
 2016-12-04 22:04 UTC 

[PATCH] bisect: improve English grammar of not-ancestors message
 2016-12-04 22:04 UTC 

[BUG] git gui can't commit multiple files
 2016-12-04 20:40 UTC  (2+ messages)

git reset --hard should not irretrievably destroy new files
 2016-12-04 19:08 UTC  (7+ messages)

[PATCH v1] git-p4: fix empty file processing for large file system backend GitLFS
 2016-12-04 16:03 UTC 

[PATCH] Completion: Add support for --submodule=diff
 2016-12-04 14:41 UTC 

[PATCH v1] travis-ci: update P4 to 16.2 and GitLFS to 1.5.2 in Linux build
 2016-12-04 13:52 UTC 

[PATCH v1] t0021: minor filter process test cleanup
 2016-12-04 13:37 UTC 

[PATCH 1/2] update-unicode.sh: automatically download newer definition files
 2016-12-04  7:58 UTC  (15+ messages)
` [PATCH 2/2] unicode: update the tables to Unicode 9.0
` [PATCH 3/3] unicode_width.h: fix the double_width[] table
` [PATCH v2 1/3] update-unicode.sh: automatically download newer definition files
  ` [PATCH v2 2/3] unicode_width.h: update the tables to Unicode 9.0
  ` [PATCH v2 3/3] unicode_width.h: fix the double_width[] table
    ` [PATCH v3 1/3] update-unicode.sh: automatically download newer definition files
      ` [PATCH v3 2/3] update-unicode.sh: strip the plane offsets from the double_width[] table
      ` [PATCH v3 3/3] unicode_width.h: update the tables to Unicode 9.0
          ` [PATCH v4 1/3] update-unicode.sh: automatically download newer definition files
            ` [PATCH v4 2/3] update-unicode.sh: strip the plane offsets from the double_width[] table
            ` [PATCH v4 3/3] unicode_width.h: update the tables to Unicode 9.0

[PATCH v2] tag, branch, for-each-ref: add --ignore-case for sorting and filtering
 2016-12-04  2:52 UTC  (2+ messages)

[PATCH] docs: warn about possible '=' in clean/smudge filter process values
 2016-12-03 19:45 UTC 

[RFC/PATCH v3 00/16] Add initial experimental external ODB support
 2016-12-03 18:47 UTC  (2+ messages)

[PATCH] commit: make --only --allow-empty work without paths
 2016-12-03 16:23 UTC  (4+ messages)

git add -p doesn't honor diff.noprefix config
 2016-12-03  6:45 UTC 

[RFC PATCH 00/16] Checkout aware of Submodules!
 2016-12-03  6:13 UTC  (2+ messages)

[BUG] Index.lock error message regression in git 2.11.0
 2016-12-03  1:52 UTC  (2+ messages)

[RFC PATCHv2 00/17] Checkout aware of Submodules!
 2016-12-03  0:30 UTC  (18+ messages)
` [RFC PATCHv2 01/17] submodule.h: add extern keyword to functions
` [RFC PATCHv2 02/17] submodule: modernize ok_to_remove_submodule to use argv_array
` [RFC PATCHv2 03/17] update submodules: move up prepare_submodule_repo_env
` [RFC PATCHv2 04/17] update submodules: add is_submodule_populated
` [RFC PATCHv2 05/17] update submodules: add submodule config parsing
` [RFC PATCHv2 06/17] update submodules: add a config option to determine if submodules are updated
` [RFC PATCHv2 07/17] update submodules: introduce submodule_is_interesting
` [RFC PATCHv2 08/17] update submodules: add depopulate_submodule
` [RFC PATCHv2 09/17] update submodules: add scheduling to update submodules
` [RFC PATCHv2 10/17] update submodules: is_submodule_checkout_safe
` [RFC PATCHv2 11/17] unpack-trees: teach verify_clean_submodule to inspect submodules
` [RFC PATCHv2 12/17] unpack-trees: remove submodule contents if interesting
` [RFC PATCHv2 13/17] entry: write_entry to write populate submodules
` [RFC PATCHv2 14/17] submodule: teach unpack_trees() to update submodules
` [RFC PATCHv2 15/17] checkout: recurse into submodules if asked to
` [RFC PATCHv2 16/17] completion: add '--recurse-submodules' to checkout
` [RFC PATCHv2 17/17] checkout: add config option to recurse into submodules by default

[PATCH v5 0/6] recursively grep across submodules
 2016-12-03  0:16 UTC  (20+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/6] submodules: add helper functions to determine presence of submodules

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

[PATCHv1 0/2] git-p4 patches
 2016-12-02 22:43 UTC  (3+ messages)
` [PATCHv1 1/2] git-p4: support git-workspaces
` [PATCHv1 2/2] git-p4: support updating an existing shelved changelist

[PATCH] worktree: mark a file-local symbol with static
 2016-12-02 21:58 UTC  (2+ messages)

[PATCH] t3600: remove useless redirect
 2016-12-02 20:05 UTC 

EXT: Re: "Your branch is ahead of 'origin' by X commits"
 2016-12-02 18:35 UTC 

[PATCH] unpack-trees: fix grammar for untracked files in directories
 2016-12-02 19:23 UTC  (2+ messages)

[PATCH v6 0/4] transport protocol policy configuration
 2016-12-02 17:33 UTC  (20+ messages)
` [PATCH v7 "
  ` [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

"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  (4+ messages)

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

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

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


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