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

[PATCH 1/3] git reset --hard gives clean working tree
 2016-05-07  6:11 UTC  (15+ messages)
` [PATCH v8 10/10] ce_compare_data() did not respect conversion
` [PATCH v9 0/6] convert-eol-autocrlf, old 5..10 now 1..6
` [PATCH v9 1/6] read-cache: factor out get_sha1_from_index() helper
` [PATCH v9 6/6] convert: ce_compare_data() checks for a sha1 of a path

[PATCH] mingw: introduce the 'core.hideDotFiles' setting
 2016-05-07  6:01 UTC  (8+ messages)

[PATCH v15 1/7] t0040-test-parse-options.sh: fix style issues
 2016-05-07  5:32 UTC  (26+ messages)
` [PATCH v16 0/7] config commit verbose
  ` [PATCH v16 7/7] commit: add a commit.verbose config variable
    ` [PATCH 0/3] test-parse-options update
      ` [PATCH 1/3] test-parse-options: fix output when callback option fails
      ` [PATCH 2/3] test-parse-options: hold output in a strbuf
      ` [PATCH 3/3] test-parse-options: --expect=<string> option to simplify tests
      ` [PATCH] t0040: remove unused test helpers

Portability of git shell scripts?
 2016-05-07  2:53 UTC  (4+ messages)

[PATCH] t: fix duplicate words of "output"
 2016-05-07  0:15 UTC  (3+ messages)

[PATCH] gitweb: fix link to parent diff with pathinfo
 2016-05-07  0:11 UTC  (3+ messages)

[PATCH 0/2] bisect--helper: rewrite of check_term_format()
 2016-05-07  0:05 UTC  (6+ messages)
` [PATCH v5 0/2] bisect--helper: rewrite of check-term-format()
  ` [PATCH v5 1/2] bisect--helper: use OPT_CMDMODE instead of OPT_BOOL
  ` [PATCH v5 2/2] bisect: rewrite `check_term_format` shell function in C

[PATCH] t3513: do not compress backup tar file
 2016-05-06 23:00 UTC  (3+ messages)

What's cooking in git.git (May 2016, #02; Fri, 6)
 2016-05-06 22:46 UTC 

[PATCH v3 0/2] [PATCH v3 0/2] rev-parse: fix some options when executed from subpath of main tree
 2016-05-06 22:10 UTC  (4+ messages)
` [PATCH v3 1/2] rev-parse tests: add tests executed from a subdirectory
` [PATCH v3 2/2] rev-parse: fix some options when executed from subpath of main tree

/* compiler workaround */ - what was the issue?
 2016-05-06 21:17 UTC  (13+ messages)

[PATCH 00/83] libify apply and use lib in am
 2016-05-06 21:07 UTC  (7+ messages)
  ` [PATCH 78/83] Move libified code from builtin/apply.c to apply.{c,h}

[PATCH] pathspec: remove check_path_for_gitlink
 2016-05-06 20:09 UTC  (15+ messages)

[PATCH v5 0/2] Add support for sending additional HTTP headers
 2016-05-06 19:56 UTC  (13+ messages)
` [PATCH v6 "
      ` [PATCH] submodule: stop sanitizing config options

[PATCH 00/15] submodule groups (once again)
 2016-05-06 18:59 UTC  (13+ messages)
` [PATCH 11/15] diff: ignore submodules excluded by groups

[PATCH] utf8: fix duplicate words of "the"
 2016-05-06 18:30 UTC  (4+ messages)

OK DEAR
 2016-05-07  4:48 UTC 

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

[PATCH] Conflicting PREFIX usage
 2016-05-06 16:55 UTC  (7+ messages)
` [PATCH] exec_cmd.c, sideband.c, Makefile: avoid multiple PREFIX definitions
  ` [git-for-windows] "

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

[PATCH] gitk: Add Portuguese translation
 2016-05-06 16:09 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] git-gui: l10n: add Portuguese translation
 2016-05-06 16:06 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3 0/6] connect: various cleanups
 2016-05-06 15:52 UTC  (8+ messages)
` [PATCH v4 00/11] "
  ` [PATCH v4 01/11] add fetch-pack --diag-url tests for some corner cases

[PATCH 80/83] run-command: make dup_devnull() non static
 2016-05-06 15:34 UTC  (6+ messages)

Found possible branch point, then "Use of uninitialized value $u in substitution/concatenation"
 2016-05-06 15:32 UTC  (3+ messages)

[PATCH] git-cvsserver: fix duplicate words
 2016-05-06 13:59 UTC  (2+ messages)

wishlist; unify behavior while cloning non-bare repos over http to be in line with ssh/local
 2016-05-06 13:18 UTC 

[PATCH] wildmatch: fix duplicate words of "the"
 2016-05-06 12:36 UTC 

[PATCH] transport-helper: fix duplicate words of "read"
 2016-05-06 12:27 UTC 

[PATCH] precompose-utf8: fix typo of "sequences"
 2016-05-06 12:24 UTC  (2+ messages)

[PATCH] Git.pm: fix duplicate words of "return"
 2016-05-06 12:18 UTC 

[PATCH] path: fix duplicate words of "look"
 2016-05-06 12:15 UTC 

[PATCH] gitk: Fix missing commits when using -S or -G
 2016-05-06 12:16 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] pack-protocol.txt: fix duplicate words of "the"
 2016-05-06 12:00 UTC 

[PATCH] split-index: fix typo
 2016-05-06 11:50 UTC 

[PATCH] worktree.c: fix typo
 2016-05-06 11:39 UTC 

[PATCH v2 00/12] fix checking out a being-rebased branch
 2016-05-06 10:21 UTC  (5+ messages)
` [PATCH v3 00/13] nd/worktree-various-heads
  ` [PATCH v3 05/13] worktree.c: mark current worktree

[PATCH] git-stash: Don't GPG sign when stashing changes
 2016-05-06  6:06 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] remote-ext: fix typo
 2016-05-06  3:39 UTC 

[RFC PATCH] pathspec: get non matching arguments without reporting
 2016-05-05 23:22 UTC  (3+ messages)

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

unary minus operator applied to unsigned type, result still unsigned?
 2016-05-05 21:39 UTC  (3+ messages)

t7900-*.sh tesr #5 failure
 2016-05-05 21:34 UTC  (2+ messages)

[PATCHv5] submodule deinit: require '--all' instead of '.' for all submodules
 2016-05-05 20:54 UTC  (3+ 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).