git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-03-06 10:19:50 to 2017-03-08 18:51:04 UTC [more...]

[PATCH 00/10] RFC Partial Clone and Fetch
 2017-03-08 18:50 UTC 

[PATCH 00/10] RFC Partial Clone and Fetch
 2017-03-08 18:47 UTC  (12+ messages)
` [PATCH 01/10] pack-objects: eat CR in addition to LF after fgets
` [PATCH 02/10] pack-objects: add --partial-by-size=n --partial-special
` [PATCH 03/10] pack-objects: test for --partial-by-size --partial-special
` [PATCH 04/10] upload-pack: add partial (sparse) fetch
` [PATCH 05/10] fetch-pack: add partial-by-size and partial-special
` [PATCH 06/10] rev-list: add --allow-partial option to relax connectivity checks
` [PATCH 07/10] index-pack: add --allow-partial option to relax blob existence checks
` [PATCH 08/10] fetch: add partial-by-size and partial-special arguments
` [PATCH 09/10] clone: "
` [PATCH 10/10] ls-partial: created command to list missing blobs

Crash on MSYS2 with GIT_WORK_TREE
 2017-03-08 18:46 UTC  (12+ messages)

[PATCH 0/2] Fix crashes due to real_pathdup() potentially returning NULL
 2017-03-08 18:38 UTC  (6+ messages)
` [PATCH 1/2] Demonstrate NULL pointer access with invalid GIT_WORK_TREE
` [PATCH 2/2] Fix callsites of real_pathdup() that wanted it to die on error

BUG Report: git branch ignore --no-abbrev flag
 2017-03-08 18:33 UTC  (2+ messages)

[PATCH v2 0/9] Fix the early config
 2017-03-08 17:42 UTC  (27+ messages)
` [PATCH v3 "
  ` [PATCH v4 00/10] "
    ` [PATCH v4 01/10] t7006: replace dubious test
    ` [PATCH v4 02/10] setup_git_directory(): use is_dir_sep() helper
    ` [PATCH v4 03/10] Prepare setup_discovered_git_directory() the root directory
    ` [PATCH v4 04/10] setup_git_directory_1(): avoid changing global state
    ` [PATCH v4 05/10] Introduce the discover_git_directory() function
    ` [PATCH v4 06/10] Make read_early_config() reusable
    ` [PATCH v4 07/10] read_early_config(): avoid .git/config hack when unneeded
    ` [PATCH v4 08/10] read_early_config(): really discover .git/
    ` [PATCH v4 09/10] Test read_early_config()
    ` [PATCH v4 10/10] setup_git_directory_gently_1(): avoid die()ing

regression: git push in non-shared repo stalls (v2.11.0+)
 2017-03-08 17:58 UTC  (14+ messages)
  ` [PATCH 0/6] deadlock regression in v2.11.0 with failed mkdtemp
    ` [PATCH 1/6] receive-pack: fix deadlock when we cannot create tmpdir
    ` [PATCH 2/6] send-pack: extract parsing of "unpack" response
    ` [PATCH 3/6] send-pack: use skip_prefix for parsing unpack status
    ` [PATCH 4/6] send-pack: improve unpack-status error messages
    ` [PATCH 5/6] send-pack: read "unpack" status even on pack-objects failure
    ` [PATCH 6/6] send-pack: report signal death of pack-objects

[PATCH] submodule--helper.c: remove duplicate code
 2017-03-08 17:44 UTC 

fatal: Could not get current working directory: Permission denied | affected 2.10,2.11,2.12, but not 1.9.5 |
 2017-03-08 17:36 UTC  (2+ messages)

diff.ignoreSubmoudles config setting broken?
 2017-03-08 15:07 UTC  (5+ messages)

[PATCH] t2027: avoid using pipes
 2017-03-08 15:44 UTC  (2+ messages)

RFC: Another proposed hash function transition plan
 2017-03-08 15:40 UTC  (20+ messages)
  ` RFC v3: "

[PATCH] t*: avoid using pipes
 2017-03-08 13:32 UTC  (6+ messages)

[PATCH] diff: allow "-" as a short-hand for "last branch"
 2017-03-08  9:50 UTC 

[PATCH 4/4] git-prompt.sh: add tests for submodule indicator
 2017-03-08  6:01 UTC  (11+ messages)
` [RFC PATCH] rev-parse: add --show-superproject-working-tree
        ` [PATCHv2] "

[Request for Documentation] Differentiate signed (commits/tags/pushes)
 2017-03-08  5:41 UTC  (13+ messages)

[PATCH] t*: avoid using pipes
 2017-03-07 16:18 UTC 

[RFCv6 PATCH 00/18] Checkout aware of Submodules!
 2017-03-08  1:14 UTC  (34+ messages)
  ` [PATCH 03/18] lib-submodule-update: teach test_submodule_content the -C <dir> flag
  ` [RFCv7 PATCH 00/18] Checkout aware of Submodules!
    ` [PATCH 01/18] lib-submodule-update.sh: reorder create_lib_submodule_repo
    ` [PATCH 02/18] lib-submodule-update.sh: do not use ./. as submodule remote
    ` [PATCH 04/18] lib-submodule-update.sh: replace sha1 by hash
    ` [PATCH 05/18] lib-submodule-update.sh: define tests for recursing into submodules
    ` [PATCH 06/18] make is_submodule_populated gently
    ` [PATCH 07/18] connect_work_tree_and_git_dir: safely create leading directories
    ` [PATCH 08/18] update submodules: add submodule config parsing
    ` [PATCH 09/18] update submodules: add a config option to determine if submodules are updated
    ` [PATCH 10/18] submodules: introduce check to see whether to touch a submodule
    ` [PATCH 11/18] update submodules: move up prepare_submodule_repo_env
    ` [PATCH 12/18] update submodules: add submodule_move_head
    ` [PATCH 13/18] unpack-trees: pass old oid to verify_clean_submodule
    ` [PATCH 14/18] unpack-trees: check if we can perform the operation for submodules
    ` [PATCH 15/18] read-cache, remove_marked_cache_entries: wipe selected submodules
    ` [PATCH 16/18] entry.c: update submodules when interesting
    ` [PATCH 17/18] builtin/checkout: add --recurse-submodules switch
    ` [PATCH 18/18] builtin/read-tree: "

GSoC 2017
 2017-03-07 23:22 UTC 

fatal error when diffing changed symlinks
 2017-03-07 22:34 UTC  (7+ messages)

[PATCH v2] git svn: fix authenticaton with 'branch'
 2017-03-07 22:43 UTC  (3+ messages)
` [PULL] git svn branch authentication fix

[PATCH] repack: Add options to preserve and prune old pack files
 2017-03-07 20:33 UTC  (2+ messages)

Reg : GSoC 2017 Microproject
 2017-03-07 20:33 UTC  (3+ messages)

[PATCH] git-gui--askpass: generalize the window title
 2017-03-07 18:40 UTC  (4+ messages)
` [RESEND PATCH] "

git init --separate-git-dir does not update symbolic .git links for submodules
 2017-03-07 20:11 UTC  (2+ messages)

git init --separate-git-dir does not update symbolic .git links for submodules
 2017-03-07 19:59 UTC  (2+ messages)

[PATCH v5 0/1] Conditional config include
 2017-03-07 18:39 UTC  (5+ messages)
` [PATCH v5 1/1] config: add conditional include

[RFC 0/4] Shallow clones with on-demand fetch
 2017-03-07  9:42 UTC  (5+ messages)

Delta compression not so effective
 2017-03-07  9:07 UTC  (10+ messages)

[PATCH] blame: draft of line format
 2017-03-06 23:29 UTC  (3+ messages)

[PATCH 0/5] recursing submodules with relative pathspec (grep and ls-files)
 2017-03-06 23:07 UTC  (2+ messages)
` [RFC PATCH] grep: fix bug when recursing with relative pathspec

Server-side hooks on non-bare repository
 2017-03-06 22:33 UTC  (3+ messages)

What's cooking in git.git (Mar 2017, #02; Fri, 3)
 2017-03-06 21:08 UTC  (3+ messages)

bisect-helper: we do not bisect --objects
 2017-03-06 20:22 UTC  (7+ messages)

[PATCH v3] Travis: also test on 32-bit Linux
 2017-03-06 19:21 UTC  (2+ messages)

[PATCH 00/10] decoupling a submodule's existence and its url
 2017-03-06 18:50 UTC  (6+ messages)
` [PATCH 01/10] submodule: decouple url and submodule existence

[PATCH] http: inform about alternates-as-redirects behavior
 2017-03-06 18:03 UTC  (7+ messages)
      ` [PATCH v2] "

git init --separate-git-dir does not update symbolic .git links for submodules
 2017-03-06 16:40 UTC  (2+ messages)

Fwd: HTTP Dumb Push?
 2017-03-06 15:45 UTC  (2+ messages)

[PATCH v4 00/15] Remove submodule from files-backend.c
 2017-03-06 12:30 UTC  (5+ messages)
` [PATCH v5 00/24] "
  ` [PATCH v5 23/24] t1405: some basic tests on main ref store

[PATCH v5 00/22] Add configuration options for split-index
 2017-03-06  9:41 UTC  (3+ messages)
` [PATCH v5 01/22] config: mark an error message up for translation
` [PATCH v5 03/22] config: add git_config_get_split_index()


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