git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-05-17 20:31:01 to 2016-05-19 21:46:52 UTC [more...]

[PATCH v12 00/20] index-helper/watchman
 2016-05-19 21:45 UTC  (5+ messages)
` [PATCH v12 01/20] read-cache.c: fix constness of verify_hdr()
` [PATCH v12 02/20] read-cache: allow to keep mmap'd memory after reading
` [PATCH v12 03/20] pkt-line: add gentle version of packet_write
` [PATCH v12 08/20] index-helper: log warnings

[PATCH 00/21] i18n and tests updates
 2016-05-19 21:31 UTC  (30+ messages)
` [PATCH 01/21] i18n: builtin/remote.c: fix mark for translation
` [PATCH 02/21] i18n: advice: mark string about detached head "
` [PATCH 03/21] i18n: advice: internationalize message for conflicts
` [PATCH 04/21] i18n: transport: mark strings for translation
` [PATCH 05/21] i18n: sequencer: mark entire sentences "
` [PATCH 06/21] i18n: sequencer: mark string "
` [PATCH 07/21] i18n: merge-octopus: mark messages "
` [PATCH 08/21] merge-octupus: use die shell function from git-sh-setup.sh
` [PATCH 09/21] i18n: rebase: fix marked string to use eval_gettext variant
` [PATCH 10/21] i18n: rebase: mark placeholder for translation
` [PATCH 11/21] i18n: bisect: simplify error message for i18n
` [PATCH 12/21] t6030: update to use test_i18ncmp
` [PATCH 13/21] i18n: git-sh-setup.sh: mark strings for translation
` [PATCH 14/21] i18n: rebase-interactive: "
` [PATCH 15/21] i18n: rebase-interactive: mark here-doc "
` [PATCH 16/21] i18n: rebase-interactive: mark comments of squash "
` [PATCH 17/21] tests: use test_i18n* functions to suppress false positives
` [PATCH 18/21] tests: unpack-trees: update to use test_i18n* functions
` [PATCH 19/21] t9003: become resilient to GETTEXT_POISON
` [PATCH 20/21] t4153: fix negated test_i18ngrep call
` [PATCH 21/21] t5523: use test_i18ngrep for negation

[PATCHv8 0/5] pathspec magic extension to search for attributes
 2016-05-19 21:25 UTC  (16+ messages)
` [PATCHv8 1/5] string list: improve comment
` [PATCHv8 2/5] Documentation: fix a typo
` [PATCHv8 3/5] pathspec: move long magic parsing out of prefix_pathspec
` [PATCHv8 4/5] pathspec: move prefix check out of the inner loop
` [PATCHv8 5/5] pathspec: allow querying for attributes

[PATCH v10 00/20] index-helper/watchman
 2016-05-19 20:30 UTC  (4+ messages)

[PATCH] rerere: plug memory leaks upon "rerere forget" failure
 2016-05-19 20:05 UTC  (3+ messages)

since/after not working properly
 2016-05-19 19:43 UTC  (5+ messages)

[PATCH/RFC] Add userdiff built-in pattern for CSS code
 2016-05-19 18:10 UTC  (4+ messages)

[ANNOUNCE] Git v2.8.3
 2016-05-19 17:48 UTC 

A note from the maintainer
 2016-05-19 17:48 UTC 

[BUG] t9801 and t9803 broken on next
 2016-05-19 17:32 UTC  (10+ messages)

[PATCH v1 0/2] travis-ci: enable Git SVN tests
 2016-05-19 17:11 UTC  (5+ messages)
` [PATCH v1 1/2] travis-ci: enable Git SVN tests t91xx on Linux
` [PATCH v1 2/2] travis-ci: enable sequential test execution for t9113 and 9126

[PATCH] upload-pack.c: use of parse-options API
 2016-05-19 16:58 UTC  (9+ messages)
` [PATCH v2] "

[PATCH] pull: warn on --verify-signatures with --rebase
 2016-05-19 15:46 UTC  (4+ messages)

[Bug] git-log prints wrong unixtime with --date=format:%s
 2016-05-19 15:41 UTC  (12+ messages)

[PATCH] t6044: replace seq by test_seq
 2016-05-19 15:21 UTC  (2+ messages)

Confusing --graph --all output with detached branches
 2016-05-19 15:20 UTC  (3+ messages)

[PATCH/RFC 0/6] pack-objects hook for upload-pack
 2016-05-19 14:54 UTC  (12+ messages)
` [PATCH 1/6] git_config_with_options: drop "found" counting
` [PATCH 2/6] git_config_parse_parameter: refactor cleanup code
` [PATCH 3/6] config: set up config_source for command-line config
` [PATCH 4/6] config: return configset value for current_config_ functions
` [PATCH 5/6] config: add a notion of "scope"
` [PATCH 6/6] upload-pack: provide a hook for running pack-objects

[PATCH] rev-parse: fix --git-common-dir when executed from subpath of main tree
 2016-05-19 14:15 UTC  (6+ messages)

[PATCH v3 0/1] CRLF-Handling: bug fix around ce_compare_data()
 2016-05-19 14:21 UTC  (8+ messages)
` [PATCH v4 2/2] convert: ce_compare_data() checks for a sha1 of a path
` [PATCH v5 0/2] CRLF: "
` [PATCH v5 1/2] read-cache: factor out get_sha1_from_index() helper
` [PATCH v5 2/2] convert: ce_compare_data() checks for a sha1 of a path

Reply
 2016-05-18 23:02 UTC 

[RFC/PATCHv2] Allow the short-hand - replacing @{-1} in git worktree add
 2016-05-19  8:59 UTC 

[PATCH v1] travis-ci: enable web server tests t55xx on Linux
 2016-05-19  8:45 UTC 

[PATCH 0/2] git-prime-clone
 2016-05-19  5:07 UTC  (3+ messages)
` [PATCH 1/2] Resumable clone: create git-prime-clone (Draft)
` [PATCH 2/2] Resumable clone: add endpoints for prime clone (Draft)

git fetch origin $SHA1 doesn't work as often as it could
 2016-05-19  1:53 UTC  (4+ messages)

[sort-of-BUG] merge-resolve cannot resolve "content/mode" conflict
 2016-05-19  1:03 UTC  (3+ messages)

[PATCHv7 0/5] pathspec magic extension to search for attributes
 2016-05-18 22:59 UTC  (17+ messages)
` [PATCHv7 1/5] string list: improve comment
` [PATCHv7 2/5] Documentation: fix a typo
` [PATCHv7 3/5] pathspec: move long magic parsing out of prefix_pathspec
` [PATCHv7 4/5] pathspec: move prefix check out of the inner loop
` [PATCHv7 5/5] pathspec: allow querying for attributes
      ` [PATCH] attr: add counted string version of git_check_attr()
      ` [PATCH] attr: add counted string version of git_attr()
      ` [PATCH] attr: expose validity check for attribute names

[PATCH] Allow the short-hand - replacing @{-1} in git worktree add
 2016-05-18 22:49 UTC 

[PATCH v3 0/5] modernize t1500
 2016-05-18 20:15 UTC  (6+ messages)
` [PATCH v3 1/5] t1500: be considerate to future potential tests
` [PATCH v3 2/5] t1500: test_rev_parse: facilitate future test enhancements
` [PATCH v3 3/5] t1500: avoid changing working directory outside of tests
` [PATCH v3 4/5] t1500: avoid setting configuration options "
` [PATCH v3 5/5] t1500: avoid setting environment variables "

proposal
 2016-05-18  8:05 UTC 

[PATCH v2 00/12] revamping git_check_attr() API
 2016-05-18 18:36 UTC  (7+ messages)
` [PATCH v2 10/12] attr: convert git_all_attrs() to use "struct git_attr_check"

[RFC/PATCH] Formatting variables in the documentation
 2016-05-18 18:15 UTC  (2+ messages)

[PATCH v2 0/5] modernize t1500
 2016-05-18 17:43 UTC  (13+ messages)
` [PATCH v2 2/5] t1500: test_rev_parse: facilitate future test enhancements
` [PATCH v2 3/5] t1500: avoid changing working directory outside of tests

[PATCH 00/21] completion: __gitdir()-related improvements
 2016-05-18 16:58 UTC  (4+ messages)
` [PATCH 13/21] rev-parse: add '--absolute-git-dir' option

[PATCH 0/2] minor cat-file optimizations
 2016-05-18 16:56 UTC  (4+ messages)
  ` [PATCH 1/2] cat-file: avoid noop calls to sha1_object_info_extended
  ` [PATCH 2/2] cat-file: default to --buffer when --batch-all-objects is used

[RFC-PATCHv6 0/4] pathspec attrs [WAS pathspec labels [WAS submodule groups]]
 2016-05-18 15:39 UTC  (6+ messages)
` [RFC-PATCHv6 4/4] pathspec: allow querying for attributes

[RFD PATCH 0/3] Free all the memory!
 2016-05-18 15:19 UTC  (5+ messages)

Hello!
 2016-05-18  8:33 UTC 

FROM: HIS EXCELLENCY MUHAMMADU BUHARI...............URGENT
 2016-05-18 11:21 UTC 

[PATCH v6 00/17] Port branch.c to use ref-filter's printing options
 2016-05-18 10:45 UTC  (7+ messages)

Ignore updates to files which are ignored, even if they're indexed
 2016-05-18  6:38 UTC  (2+ messages)

[PATCH] git-gui: Do not reset author details on amend
 2016-05-18  6:12 UTC  (3+ messages)

[PATCH] fast-import: do not truncate exported marks file
 2016-05-18  5:02 UTC  (6+ messages)

proposal
 2016-05-17 11:13 UTC 

What's cooking in git.git (May 2016, #06; Tue, 17)
 2016-05-17 22:47 UTC 

[WIP PATCH 00/14] Protocol v2 patches
 2016-05-17 22:23 UTC  (4+ messages)
` [PATCH 04/14] connect: rewrite feature parsing to work on string_list

[BUG] A part of an edge from an octopus merge gets colored, even with --color=never
 2016-05-17 21:57 UTC  (5+ 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).