git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-04-26 19:41:57 to 2016-04-28 07:29:02 UTC [more...]

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

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

Strangeness with git-add and nested repositories
 2016-04-28  6:10 UTC  (3+ messages)

[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  (32+ messages)
` [PATCH 01/15] string_list: add string_list_duplicate
` [PATCH 02/15] submodule doc: write down what we want to achieve in this series
` [PATCH 03/15] submodule add: label submodules if asked to
` [PATCH 04/15] submodule-config: keep labels around
` [PATCH 05/15] submodule-config: check if submodule a submodule is in a group
` [PATCH 06/15] submodule init: redirect stdout to stderr
` [PATCH 07/15] submodule deinit: loose requirement for giving '.'
` [PATCH 08/15] submodule--helper list: respect submodule groups
` [PATCH 09/15] submodule--helper init: "
` [PATCH 10/15] submodule--helper update_clone: "
` [PATCH 11/15] diff: ignore submodules excluded by groups
` [PATCH 12/15] git submodule summary respects groups
` [PATCH 13/15] cmd_status: respect submodule groups
` [PATCH 14/15] cmd_diff: "
` [PATCH 15/15] clone: allow specification of submodules to be cloned

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 00/29] Yet more preparation for reference backends
 2016-04-27 22:19 UTC  (45+ messages)
` [PATCH 01/29] safe_create_leading_directories(): improve docstring
` [PATCH 02/29] remove_dir_recursively(): add docstring
` [PATCH 03/29] refname_is_safe(): use skip_prefix()
` [PATCH 04/29] refname_is_safe(): don't allow the empty string
` [PATCH 05/29] refname_is_safe(): insist that the refname already be normalized
` [PATCH 06/29] commit_ref_update(): write error message to *err, not stderr
` [PATCH 07/29] rename_ref(): remove unneeded local variable
` [PATCH 08/29] ref_transaction_commit(): remove local variable n
` [PATCH 09/29] read_raw_ref(): rename flags argument to type
` [PATCH 10/29] read_raw_ref(): clear *type at start of function
` [PATCH 11/29] read_raw_ref(): rename symref argument to referent
` [PATCH 12/29] read_raw_ref(): improve docstring
` [PATCH 13/29] lock_ref_sha1_basic(): remove unneeded local variable
` [PATCH 14/29] refs: make error messages more consistent
` [PATCH 15/29] ref_transaction_create(): disallow recursive pruning
` [PATCH 16/29] ref_transaction_commit(): correctly report close_ref() failure
` [PATCH 17/29] delete_branches(): use resolve_refdup()
` [PATCH 18/29] refs: allow log-only updates
` [PATCH 19/29] refs: don't dereference on rename
` [PATCH 20/29] verify_refname_available(): adjust constness in declaration
` [PATCH 21/29] add_update(): initialize the whole ref_update
` [PATCH 22/29] lock_ref_for_update(): new function
` [PATCH 23/29] unlock_ref(): move definition higher in the file
` [PATCH 24/29] ref_transaction_update(): check refname_is_safe() at a minimum
` [PATCH 25/29] refs: resolve symbolic refs first
` [PATCH 26/29] lock_ref_for_update(): don't re-read non-symbolic references
` [PATCH 27/29] lock_ref_for_update(): don't resolve symrefs
` [PATCH 28/29] commit_ref_update(): remove the flags parameter
` [PATCH 29/29] lock_ref_sha1_basic(): only handle REF_NODEREF mode

[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] http: Support sending custom HTTP headers
 2016-04-27 21:03 UTC  (18+ messages)
` [PATCH v2] http: support "
  ` [PATCH v3] "
    ` [PATCH v4] "

BUG on OSX `git p4 submit` can fail when the workspace root doesn't exist locally
 2016-04-27 20:53 UTC  (4+ messages)

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

[PATCH v6 00/19] index-helper/watchman
 2016-04-27 20:04 UTC  (20+ messages)
` [PATCH v6 01/19] read-cache.c: fix constness of verify_hdr()
` [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 07/19] index-helper: add --detach
` [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 12/19] unpack-trees: preserve index extensions
` [PATCH v6 13/19] watchman: add a config option to enable the extension
` [PATCH v6 14/19] index-helper: kill mode
` [PATCH v6 15/19] index-helper: don't run if already running
` [PATCH v6 16/19] index-helper: autorun mode
` [PATCH v6 17/19] index-helper: optionally automatically run
` [PATCH v6 18/19] Add tracing to measure where most of the time is spent
` [PATCH v6 19/19] untracked-cache: config option

[PATCH 0/3] Improve the mmap() emulation on Windows
 2016-04-27 18:51 UTC  (5+ messages)
` [PATCH 2/3] mmap(win32): avoid copy-on-write when it is unnecessary

[PATCH v14 1/6] t0040-test-parse-options.sh: fix style issues
 2016-04-27 18:16 UTC  (8+ messages)
` [PATCH v14 3/6] t0040-parse-options: improve test coverage

[PATCH 00/83] libify apply and use lib in am
 2016-04-27 18:10 UTC  (35+ messages)
` [PATCH 03/83] builtin/apply: avoid parameter shadowing 'linenr' global
` [PATCH 05/83] builtin/apply: extract line_by_line_fuzzy_match() from match_fragment()
` [PATCH 10/83] builtin/apply: move 'check_index' global into 'struct apply_state'
` [PATCH 22/83] builtin/apply: move 'unsafe_paths' "
` [PATCH 27/83] builtin/apply: move 'read_stdin' global into cmd_apply()
` [PATCH 33/83] builtin/apply: move 'root' global into 'struct apply_state'
` [PATCH 39/83] builtin/apply: move 'ws_error_action' "
` [PATCH 45/83] builtin/apply: move 'state' init into init_apply_state()
` [PATCH 47/83] builtin/apply: move applying patches into apply_all_patches()
` [PATCH 53/83] builtin/apply: make find_header() return -1 instead of die()ing

What's cooking in git.git (Apr 2016, #07; Mon, 25)
 2016-04-27 16:29 UTC  (3+ messages)

[PATCH] Move test-* to t/helper/ subdirectory
 2016-04-27 16:15 UTC  (5+ messages)

git merge branch --no-commit does commit fast forward merges
 2016-04-27 16:02 UTC  (20+ messages)
            ` [PATCH 1/2] merge: do not contaminate option_commit with --squash
            ` [PATCH 2/2] merge: warn --no-commit merge when no new commit is created

[PATCH v6 0/4] Add --base option to git-format-patch to record base tree info
 2016-04-27 15:45 UTC  (11+ messages)

[PATCH] mingw: make isatty() recognize MSYS2's pseudo terminals (/dev/pty*)
 2016-04-27 15:16 UTC 

[PATCH/RFC 0/6] fetch with refspec
 2016-04-27 15:07 UTC  (15+ messages)
` [PATCH/RFC 4/6] transport: add refspec list parameters to functions

[RFC/PATCH] git-multimail: update to release 1.3.0-rc1
 2016-04-27 14:59 UTC 

using git-difftool -d when cherry-picking
 2016-04-27  9:12 UTC 

RFC: Supporting .git/hooks/$NAME.d/* && /etc/git/hooks/$NAME.d/*
 2016-04-26 21:52 UTC  (7+ messages)

definition for _attribute() in remote.c
 2016-04-26 13:19 UTC  (6+ messages)
  ` [PATCH] remote.c: spell __attribute__ correctly

[PATCHv2 0/3] git-p4: support python3 in the tests
 2016-04-26 20:03 UTC  (4+ messages)
` [PATCHv2 2/3] git-p4 tests: work with python3 as well as python2

[PATCH v4 0/4] githooks.txt improvements + core.hooksDirectory
 2016-04-26 19:55 UTC  (7+ messages)
` [PATCH v4 1/4] githooks.txt: Improve the intro section
` [PATCH v4 2/4] githooks.txt: Amend dangerous advice about 'update' hook ACL
` [PATCH v4 4/4] hooks: Add ability to specify where the hook directory is

[PATCH] config doc: improve exit code listing
 2016-04-26 19:41 UTC  (4+ 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).