git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-05-11 13:21:54 to 2016-05-13 05:58:50 UTC [more...]

bug report
 2016-05-13  5:58 UTC  (3+ messages)

[RFC PATCH 0/4] pathspec labels [WAS: submodule groups]
 2016-05-13  5:41 UTC  (10+ messages)
` [PATCH 1/4] Documentation: correct typo in example for querying attributes
` [PATCH 2/4] pathspec: move long magic parsing out of prefix_pathspec
` [PATCH 3/4] pathspec: move prefix check out of the inner loop
` [PATCH 4/4] pathspec: record labels

[PATCH] Documentation: fix a typo
 2016-05-13  0:20 UTC 

[PATCH v3 1/7] i18n: index-pack: use plural string instead of normal one
 2016-05-12 23:30 UTC  (15+ messages)
` [PATCH v4 0/7] i18n miscellaneous updates
` [PATCH v4 1/7] i18n: index-pack: use plural string instead of normal one
` [PATCH v4 2/7] i18n: unpack-trees: mark strings for translation
    ` [PATCH] i18n: unpack-trees: avoid substituting only a verb in sentences
` [PATCH v4 3/7] i18n: git-parse-remote.sh: mark strings for translation
` [PATCH v4 4/7] i18n: builtin/pull.c: mark placeholders "
` [PATCH v4 5/7] i18n: builtin/pull.c: split strings marked "
` [PATCH v4 6/7] i18n: builtin/rm.c: remove a comma ',' from string
` [PATCH v4 7/7] i18n: builtin/branch.c: mark option for translation

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

[PATCH v5 0/2] bisect--helper: rewrite of check-term-format()
 2016-05-12 22:36 UTC  (6+ messages)
` [PATCH v6 0/3] bisect--helper: check_term_format() & write_terms()
  ` [PATCH v6 1/3] bisect--helper: use OPT_CMDMODE instead of OPT_BOOL
  ` [PATCH v6 2/3] bisect: rewrite `check_term_format` shell function in C
  ` [PATCH v6 3/3] bisect--helper: `write_terms` "

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

[PATCH] Documentation: correct typo in example
 2016-05-12 21:52 UTC  (2+ messages)

git svn clone cannot go beyond a specific rev on codeplex
 2016-05-12 21:38 UTC 

[PATCH v2 00/94] libify apply and use lib in am
 2016-05-12 21:21 UTC  (65+ messages)
` [PATCH v2 01/94] builtin/apply: make gitdiff_verify_name() return void
` [PATCH v2 02/94] builtin/apply: avoid parameter shadowing 'p_value' global
` [PATCH v2 03/94] builtin/apply: avoid parameter shadowing 'linenr' global
` [PATCH v2 05/94] builtin/apply: extract line_by_line_fuzzy_match() from match_fragment()
` [PATCH v2 09/94] builtin/apply: move 'state' init into init_apply_state()
` [PATCH v2 10/94] builtin/apply: move 'unidiff_zero' global into 'struct apply_state'
` [PATCH v2 11/94] builtin/apply: move 'check' "
` [PATCH v2 14/94] builtin/apply: move 'apply_with_reject' "
` [PATCH v2 15/94] builtin/apply: move 'apply_verbosely' "
` [PATCH v2 16/94] builtin/apply: move 'update_index' "
` [PATCH v2 17/94] builtin/apply: move 'allow_overlap' "
` [PATCH v2 18/94] builtin/apply: move 'cached' "
` [PATCH v2 19/94] builtin/apply: move 'diffstat' "
` [PATCH v2 20/94] builtin/apply: move 'numstat' "
` [PATCH v2 21/94] builtin/apply: move 'summary' "
` [PATCH v2 22/94] builtin/apply: move 'threeway' "
` [PATCH v2 26/94] builtin/apply: move 'fake_ancestor' "
` [PATCH v2 27/94] builtin/apply: move 'p_context' "
` [PATCH v2 28/94] builtin/apply: move 'apply' "
` [PATCH v2 29/94] builtin/apply: move 'patch_input_file' "
` [PATCH v2 33/94] builtin/apply: move 'p_value_known' "
` [PATCH v2 39/94] builtin/apply: move 'applied_after_fixing_ws' "
` [PATCH v2 40/94] builtin/apply: move 'ws_error_action' "
` [PATCH v2 43/94] builtin/apply: move 'state_linenr' global "
` [PATCH v2 48/94] builtin/apply: rename 'prefix_' parameter to 'prefix'
` [PATCH v2 50/94] builtin/apply: move 'newfd' global into 'struct apply_state'
` [PATCH v2 51/94] builtin/apply: make apply_patch() return -1 instead of die()ing
` [PATCH v2 52/94] builtin/apply: read_patch_file() "
` [PATCH v2 53/94] builtin/apply: make find_header() "
` [PATCH v2 61/94] builtin/apply: make check_apply_state() "
` [PATCH v2 65/94] builtin/apply: make gitdiff_*() return 1 at end of header
` [PATCH v2 66/94] builtin/apply: make gitdiff_*() return -1 on error
` [PATCH v2 67/94] builtin/apply: change die_on_unsafe_path() to check_unsafe_path()
` [PATCH v2 68/94] builtin/apply: make build_fake_ancestor() return -1 on error
` [PATCH v2 70/94] builtin/apply: make add_conflicted_stages_file() "
` [PATCH v2 72/94] builtin/apply: make create_file() "
` [PATCH v2 73/94] builtin/apply: make write_out_one_result() "
` [PATCH v2 77/94] builtin/apply: rename option parsing functions
` [PATCH v2 81/94] run-command: make dup_devnull() non static
` [PATCH v2 85/94] write_or_die: use warning() instead of fprintf(stderr, ...)
` [PATCH v2 87/94] apply: make 'be_silent' incomatible with 'apply_verbosely'
` [PATCH v2 88/94] apply: don't print on stdout when be_silent is set
` [PATCH v2 89/94] usage: add set_warn_routine()
` [PATCH v2 94/94] builtin/apply: add a cli option for be_silent

proposal for extending smudge/clean filters with raw file access
 2016-05-12 21:17 UTC  (7+ messages)

t0008 test fails with ksh
 2016-05-12 18:20 UTC  (2+ messages)

[PATCH] Documentation: clarify signature verification v2
 2016-05-12 17:32 UTC  (5+ messages)

[PATCH 0/7] submodule groups
 2016-05-12 16:53 UTC  (21+ messages)
` [PATCH 2/7] submodule add: label submodules if asked to
` [PATCH 3/7] submodule-config: keep labels around

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

[PATCH v2 00/33] Yet more preparation for reference backends
 2016-05-12 16:10 UTC  (10+ messages)
` [PATCH v2 29/33] refs: resolve symbolic refs first

[PATCH 1/2] am: plug small memory leak when split_mail_stgit_series() fails
 2016-05-12 15:59 UTC  (8+ messages)
` [PATCH 2/2] am: plug FILE * leak in split_mail_conv()

[PATCH] diff: run arguments through precompose_argv
 2016-05-12 15:39 UTC  (8+ messages)

Dearest One Please Be Honest,
 2016-05-12  9:08 UTC 

[PATCH v7 0/3] Add support for sending additional HTTP headers (part 2)
 2016-05-12  7:29 UTC  (10+ messages)
` [PATCH v8 "
  ` [PATCH v8 2/3] t5551: make the test for extra HTTP headers more robust
    ` t5551 hangs ?

[PATCH 00/25] worktree lock, move, remove and unlock
 2016-05-12  5:58 UTC  (8+ messages)
` [PATCH 24/25] worktree move: accept destination as directory

[PATCH] rerere: plug memory leaks upon "rerere forget" failure
 2016-05-11 23:32 UTC 

What's cooking in git.git (May 2016, #04; Wed, 11)
 2016-05-11 22:13 UTC 

Pre-Process Files for Commits and Pulls
 2016-05-11 21:38 UTC  (2+ messages)

[PATCH] Documentation/git-mailinfo: fix typo
 2016-05-11 21:35 UTC  (2+ messages)

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

[PATCH 0/3] Introduce a perf test for interactive rebase
 2016-05-11 21:17 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/3] Add a perf test for rebase -i
  ` [PATCH v2 2/3] perf: make the tests work in worktrees

[PATCH] Windows: only add a no-op pthread_sigmask() when needed
 2016-05-11 21:01 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] gitk: Add Portuguese translation
 2016-05-11 20:01 UTC  (2+ messages)
` [PATCH v4] "

[RFD/PATCH] submodule doc: describe where we can configure them
 2016-05-11 16:54 UTC  (12+ messages)
        `  "

[ANNOUNCE] Git Rev News edition 15
 2016-05-11 15:12 UTC 

Bug: `git-filter-branch −−subdirectory−filter` fails on Darwin, others?
 2016-05-11 14:47 UTC  (3+ messages)

syntax error in git-rebase while running t34* tests
 2016-05-11 13:36 UTC  (7+ 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).