git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-05-16 23:40:15 to 2016-05-18 22:39:13 UTC [more...]

[PATCH/RFC 0/6] pack-objects hook for upload-pack
 2016-05-18 22:39 UTC  (2+ messages)
` [PATCH 1/6] git_config_with_options: drop "found" counting

[PATCHv7 0/5] pathspec magic extension to search for attributes
 2016-05-18 22:31 UTC  (16+ 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

git fetch origin $SHA1 doesn't work as often as it could
 2016-05-18 21:59 UTC  (2+ messages)

[PATCH 00/21] i18n and tests updates
 2016-05-18 21:31 UTC  (27+ 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

[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  (20+ messages)
` [PATCH v2 01/12] commit.c: use strchrnul() to scan for one line
` [PATCH v2 02/12] attr.c: "
` [PATCH v2 03/12] attr.c: update a stale comment on "struct match_attr"
` [PATCH v2 09/12] attr: (re)introduce git_check_attr() and struct git_attr_check
` [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] upload-pack.c: use of parse-options API
 2016-05-18 18:08 UTC  (2+ messages)

[Bug] git-log prints wrong unixtime with --date=format:%s
 2016-05-18 17:51 UTC  (8+ messages)

[PATCH v2 0/5] modernize t1500
 2016-05-18 17:43 UTC  (16+ messages)
` [PATCH v2 1/5] t1500: be considerate to future potential tests
` [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 v2 4/5] t1500: avoid setting configuration options "
` [PATCH v2 5/5] t1500: avoid setting environment variables "

[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

[PATCH] pull: warn on --verify-signatures with --rebase
 2016-05-18 16:04 UTC  (2+ messages)

[RFC-PATCHv6 0/4] pathspec attrs [WAS pathspec labels [WAS submodule groups]]
 2016-05-18 15:39 UTC  (18+ messages)
` [RFC-PATCHv6 1/4] Documentation: fix a typo
` [RFC-PATCHv6 2/4] pathspec: move long magic parsing out of prefix_pathspec
` [RFC-PATCHv6 3/4] pathspec: move prefix check out of the inner loop
` [RFC-PATCHv6 4/4] pathspec: allow querying for attributes

[RFD PATCH 0/3] Free all the memory!
 2016-05-18 15:19 UTC  (15+ messages)
` [PATCH 1/3] mv: free memory at the end if desired
` [PATCH 2/3] pack-redundant: free all memory
` [PATCH 3/3] rev-parse: "

[PATCH v1 3/3] convert: ce_compare_data() checks for a sha1 of a path
 2016-05-18 15:10 UTC  (12+ messages)
` [PATCH v3 0/1] CRLF-Handling: bug fix around ce_compare_data()
      ` [PATCH v1 1/1] t6038; use crlf on all platforms
      ` [PATCH v4 0/2] CRLF: ce_compare_data() checks for a sha1 of a path
      ` [PATCH v4 1/2] read-cache: factor out get_sha1_from_index() helper
      ` [PATCH v4 2/2] convert: ce_compare_data() checks for a sha1 of a path

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  (9+ messages)
` [PATCH v6 05/17] ref-filter: move get_head_description() from branch.c

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] t6044: replace seq by test_seq
 2016-05-18  5:51 UTC 

[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  (7+ messages)

GIT_INDEX_FILE relative path breaks in subdir
 2016-05-17 18:26 UTC  (3+ messages)

[PATCH v3] Ignore dirty submodule states during stash
 2016-05-17 18:07 UTC 

[PATCH v2] Ignore dirty submodule states during stash
 2016-05-17 17:12 UTC  (6+ messages)

[BUG] t9801 and t9803 broken on next
 2016-05-17 12:13 UTC  (9+ messages)

Charity Proposal
 2016-05-17  9:47 UTC 

[PATCH v1 0/2] Ignore dirty submodule states during stash
 2016-05-17  3:49 UTC  (4+ messages)
` [PATCH v1 1/2] "
` [PATCH v1 2/2] "

[PATCH] Ignore dirty submodule states during stash
 2016-05-17  3:17 UTC  (5+ messages)

[PATCH v6 0/9] connect: various cleanups
 2016-05-17  1:35 UTC  (10+ messages)
` [PATCH v6 1/9] connect: call get_host_and_port() earlier
` [PATCH v6 2/9] connect: only match the host with core.gitProxy
` [PATCH v6 3/9] connect: fill the host header in the git protocol with the host and port variables
` [PATCH v6 4/9] connect: make parse_connect_url() return separated host and port
` [PATCH v6 5/9] connect: group CONNECT_DIAG_URL handling code
` [PATCH v6 6/9] connect: make parse_connect_url() return the user part of the url as a separate value
` [PATCH v6 7/9] connect: change the --diag-url output to separate user and host
` [PATCH v6 8/9] connect: actively reject git:// urls with a user part
` [PATCH v6 9/9] connect: move ssh command line preparation to a separate function

git push --quiet option does not seem to work
 2016-05-17  0:06 UTC  (12+ 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).