git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-05-09 17:57:46 to 2016-05-11 06:57:27 UTC [more...]

[PATCH v6 0/2] Add support for sending additional HTTP headers
 2016-05-11  6:57 UTC  (20+ messages)
` [PATCH v7 0/3] Add support for sending additional HTTP headers (part 2)
  ` [PATCH v7 1/3] tests: Adjust the configuration for Apache 2.2
  ` [PATCH v8 0/3] Add support for sending additional HTTP headers (part 2)
    ` [PATCH v8 1/3] tests: adjust the configuration for Apache 2.2
    ` [PATCH v8 2/3] t5551: make the test for extra HTTP headers more robust
    ` [PATCH v8 3/3] submodule: ensure that -c http.extraheader is heeded

[PATCH v2 00/12] fix checking out a being-rebased branch
 2016-05-11  6:42 UTC  (29+ messages)
` [PATCH v3 00/13] nd/worktree-various-heads
  ` [PATCH v3 05/13] worktree.c: mark current worktree
          ` [PATCH 1/7] completion: support git-worktree
            ` [PATCH 2/7] worktree.c: rewrite mark_current_worktree() to avoid strbuf
            ` [PATCH 3/7] git-worktree.txt: keep subcommand listing in alphabetical order
            ` [PATCH 4/7] worktree.c: use is_dot_or_dotdot()
            ` [PATCH 5/7] worktree.c: add clear_worktree()
            ` [PATCH 6/7] worktree: avoid 0{40}, too many zeroes, hard to read
            ` [PATCH 7/7] worktree: simplify prefixing paths
          ` [PATCH 1/5] worktree.c: add find_worktree_by_path()
            ` [PATCH 2/5] worktree.c: add is_main_worktree()
            ` [PATCH 3/5] worktree.c: add is_worktree_locked()
            ` [PATCH 4/5] worktree: add "lock" command
            ` [PATCH 5/5] worktree: add "unlock" command
  ` [PATCH v3 12/13] worktree.c: check whether branch is bisected in another worktree

[PATCH 00/25] worktree lock, move, remove and unlock
 2016-05-11  4:43 UTC  (3+ messages)
` [PATCH 24/25] worktree move: accept destination as directory

[PATCH 1/3] git reset --hard gives clean working tree
 2016-05-11  4:30 UTC  (6+ messages)
` [PATCH v9 1/6] read-cache: factor out get_sha1_from_index() helper
` [PATCH v9 2/6] convert.c: stream and early out

[PATCH 0/7] submodule groups
 2016-05-11  2:24 UTC  (15+ messages)
` [PATCH 1/7] submodule--helper: add valid-label-name
` [PATCH 2/7] submodule add: label submodules if asked to
` [PATCH 3/7] submodule-config: keep labels around
` [PATCH 4/7] submodule-config: check if a submodule is in a group
` [PATCH 5/7] submodule--helper module_list_compute: allow label or name arguments
` [PATCH 6/7] submodule update: learn partial initialization
` [PATCH 7/7] clone: allow specification of submodules to be cloned

wishlist; unify behavior while cloning non-bare repos over http to be in line with ssh/local
 2016-05-11  0:49 UTC  (7+ messages)

[Bug?] log -p -W showing the whole file for a patch that adds to the end?
 2016-05-10 22:51 UTC  (2+ messages)

[PATCH v9 00/19] index-helper/watchman
 2016-05-10 22:09 UTC  (39+ messages)
` [PATCH v9 01/19] read-cache.c: fix constness of verify_hdr()
` [PATCH v9 02/19] read-cache: allow to keep mmap'd memory after reading
` [PATCH v9 03/19] index-helper: new daemon for caching index and related stuff
` [PATCH v9 04/19] index-helper: add --strict
` [PATCH v9 05/19] index-helper: log warnings
` [PATCH v9 06/19] daemonize(): set a flag before exiting the main process
` [PATCH v9 07/19] index-helper: add --detach
` [PATCH v9 08/19] read-cache: add watchman 'WAMA' extension
` [PATCH v9 09/19] watchman: support watchman to reduce index refresh cost
` [PATCH v9 10/19] index-helper: use watchman to avoid refreshing index with lstat()
` [PATCH v9 11/19] update-index: enable/disable watchman support
` [PATCH v9 12/19] unpack-trees: preserve index extensions
` [PATCH v9 13/19] watchman: add a config option to enable the extension
` [PATCH v9 14/19] index-helper: kill mode
` [PATCH v9 15/19] index-helper: don't run if already running
` [PATCH v9 16/19] index-helper: autorun mode
` [PATCH v9 17/19] index-helper: optionally automatically run
` [PATCH v9 18/19] trace: measure where the time is spent in the index-heavy operations
` [PATCH v9 19/19] untracked-cache: config option

[PATCH 0/2] Work on t3404 in preparation for rebase--helper
 2016-05-10 22:06 UTC  (8+ messages)
` [PATCH 1/2] t3404: fix typo
` [PATCH 2/2] t3404: be resilient against running with the -x flag
        ` [PATCH] test-lib: set BASH_XTRACEFD automatically

[PATCH v2 00/33] Yet more preparation for reference backends
 2016-05-10 21:32 UTC  (6+ messages)

[PATCH 0/6] modernize t1500
 2016-05-10 21:19 UTC  (24+ messages)
` Compiler warning under cygwin/mingw (was: fix for 50a6c8e)
` [PATCH 1/6] t1500: test_rev_parse: facilitate future test enhancements
` [PATCH 2/6] t1500: reduce dependence upon global state
` [PATCH 3/6] t1500: avoid changing working directory outside of tests
` [PATCH 4/6] t1500: avoid setting configuration options "
` [PATCH 5/6] t1500: avoid setting environment variables "
` [PATCH 6/6] t1500: be considerate to future potential tests

syntax error in git-rebase while running t34* tests
 2016-05-10 21:07 UTC  (5+ messages)

[PATCH 0/3] Introduce a perf test for interactive rebase
 2016-05-10 20:28 UTC  (6+ messages)
` [PATCH 1/3] perf: let's disable symlinks on Windows
` [PATCH 2/3] perf: make the tests work in worktrees
` [PATCH 3/3] Add a perf test for rebase -i

[PATCH] Move test-* to t/helper/ subdirectory
 2016-05-10 20:23 UTC  (12+ messages)

diff --break-rewrites for just a part of a file
 2016-05-10 19:16 UTC  (2+ messages)

is ORIG_HEAD allowed to point to a non-existing object?
 2016-05-10 18:14 UTC  (2+ messages)

[PATCH] Windows: only add a no-op pthread_sigmask() when needed
 2016-05-10 17:57 UTC  (2+ messages)

[PATCH] mingw: introduce the 'core.hideDotFiles' setting
 2016-05-10 17:22 UTC  (12+ messages)
` [PATCH v2 0/2] Support marking .git/ (or all files) as hidden on Windows
  ` [PATCH v2 1/2] mingw: introduce the 'core.hideDotFiles' setting
  ` [PATCH v3 0/2] Support marking .git/ (or all files) as hidden on Windows
    ` [PATCH v3 1/2] mingw: introduce the 'core.hideDotFiles' setting
    ` [PATCH v3 2/2] mingw: remove unnecessary definition

[PATCH v3 1/2] Documentation: fix linkgit references
 2016-05-10 17:12 UTC  (4+ messages)
` [PATCH v4 0/2] travis-ci: build documentation
  ` [PATCH v4 2/2] "

What's cooking in git.git (May 2016, #02; Fri, 6)
 2016-05-10 17:07 UTC  (7+ messages)

t4151 missing quotes
 2016-05-10 13:48 UTC  (12+ messages)

[PATCH v2 1/4] rev-parse: fix some options when executed from subpath of main tree
 2016-05-10  7:49 UTC  (4+ messages)

[PATCH v3 0/2] [PATCH v3 0/2] rev-parse: fix some options when executed from subpath of main tree
 2016-05-10  7:38 UTC  (3+ messages)
` [PATCH v3 2/2] "

Bug report: 'git commit --dry-run' corner case: returns error ("nothing to commit") when all conflicts resolved to HEAD
 2016-05-10  4:51 UTC  (3+ messages)
` [PATCH] wt-status.c: set commitable bit if there is a meaningful merge

t6392 broken on pu (Mac OS X)
 2016-05-10  6:03 UTC  (9+ messages)
    ` [PATCH] t6302: simplify non-gpg cases
        ` [PATCH v2] "

What's cooking in git.git (May 2016, #03; Mon, 9)
 2016-05-10  5:37 UTC  (2+ messages)

t6044 broken on pu
 2016-05-10  2:41 UTC  (18+ messages)

/* compiler workaround */ - what was the issue?
 2016-05-09 19:49 UTC  (11+ messages)

[PATCH] t6041: do not compress backup tar file
 2016-05-09 19:04 UTC  (3+ messages)

t5601-clone.sh failures
 2016-05-09 18:38 UTC  (3+ messages)
` [PATCH v1 1/1] t5601: Remove trailing space in sed expression


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