git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-08-18 18:38:15 to 2015-08-22 00:41:22 UTC [more...]

workdirs: cannot clone a local workdir directory
 2015-08-22  0:40 UTC  (5+ messages)
` [PATCH v2 0/5] fix local clone from a linked checkout
  ` [PATCH v2 1/5] path.c: delete an extra space
  ` [PATCH v2 2/5] enter_repo: avoid duplicating logic, use is_git_directory() instead
  ` [PATCH v2 3/5] enter_repo: allow .git files in strict mode

Where to report security vulnerabilities in git?
 2015-08-22  0:16 UTC  (3+ messages)

Submodule, subtree, or something else?
 2015-08-22  0:07 UTC  (2+ messages)

[PATCH 1/3] submodule: implement `module_clone` as a builtin helper
 2015-08-21 23:40 UTC  (15+ messages)
` [RFC PATCH 2/3] run-commands: add an async queue processor
` [WIP/PATCH 3/3] submodule: helper to run foreach in parallel

(unknown)
 2015-08-21 22:39 UTC  (5+ messages)
` 
    ` Which branch(es) contain certain commits? (was Re: (unknown))

Minor bug with help.autocorrect
 2015-08-21 22:13 UTC  (4+ messages)

[RFC/PATCH] contrib: teach completion about git-worktree options and arguments
 2015-08-21 21:59 UTC  (6+ messages)
      ` [PoC PATCH] completion: support 'git worktree'

[PATCH 0/3] Showing merges easier with "git log"
 2015-08-21 21:40 UTC  (6+ messages)
` [PATCH 1/3] log: rename "tweak" helpers
` [PATCH 2/3] log: when --cc is given, default to -p unless told otherwise
` [PATCH 3/3] log: show merge commit when --cc is given
` [PATCH 4/3] builtin/log.c: minor reformat
` [PATCH 3z/3] log: make '-p' imply '-m --cc'

Urgent, Dear Invited Author,
 2015-08-21 13:45 UTC 

[PATCHv3 1/2] config: add '--names-only' option to list only variable names
 2015-08-21 19:40 UTC  (11+ messages)
` [PATCH] config: restructure format_config() for better control flow
    ` [PATCH 1/3] format_config: don't init strbuf
    ` [PATCH 2/3] format_config: simplify buffer handling
    ` [PATCH 3/3] get_urlmatch: avoid useless strbuf write

[PATCH v4] git-p4: fix faulty paths for case insensitive systems
 2015-08-21 18:01 UTC  (2+ messages)

[PATCH] Documentation/config: fix inconsistent label
 2015-08-21 17:11 UTC  (2+ messages)

[BUG/PATCH] t9350-fast-export: Add failing test for symlink-to-directory
 2015-08-21 16:47 UTC  (3+ messages)

[PATCH 1/3] t4151: demonstrate that builtin am corrupts index' stat data
 2015-08-21 16:51 UTC  (5+ messages)
` [PATCH 2/3] am: do not corrupt the index stat state
` [PATCH 3/3] am: rename "struct tree_desc t" to "desc" for readability

[PATCH] describe: make '--always' fallback work after '--exact-match' failed
 2015-08-21 16:30 UTC  (6+ messages)
` [PATCH] describe --contains: default to HEAD when no commit-ish is given

[PATCH v2 0/9] Flags and config to sign pushes by default
 2015-08-21 15:06 UTC  (18+ messages)
` [PATCH v2 1/9] Documentation/git-push.txt: Document when --signed may fail
` [PATCH v2 2/9] Documentation/git-send-pack.txt: Flow long synopsis line
` [PATCH v2 3/9] Documentation/git-send-pack.txt: Document --signed
` [PATCH v2 4/9] gitremote-helpers.txt: Document pushcert option
` [PATCH v2 5/9] transport: Remove git_transport_options.push_cert
` [PATCH v2 6/9] config.c: Expose git_parse_maybe_bool
` [PATCH v2 7/9] builtin/send-pack.c: Use option parsing API
` [PATCH v2 8/9] Support signing pushes iff the server supports it
` [PATCH v2 9/9] Add a config option push.gpgSign for default signed pushes

git log date filter behavior with --date-order
 2015-08-21 14:56 UTC 

[PATCH 0/7] Submodule improvements
 2015-08-21 14:22 UTC  (13+ messages)
` [PATCH 4/7] submodule: Allow errornous values for the fetchrecursesubmodules option
` [PATCH 5/7] submodule: implement `module_list` as a builtin helper
` [PATCH 7/7] submodule: implement `module_clone` "

[PATCH v3 0/9] icase match on non-ascii
 2015-08-21 12:47 UTC  (12+ messages)
` [PATCH v4 00/10] "
  ` [PATCH v4 01/10] grep: allow -F -i combination
  ` [PATCH v4 02/10] grep: break down an "if" stmt in preparation for next changes
  ` [PATCH v4 03/10] test-regex: expose full regcomp() to the command line
  ` [PATCH v4 04/10] grep/icase: avoid kwsset on literal non-ascii strings
  ` [PATCH v4 05/10] grep/icase: avoid kwsset when -F is specified
  ` [PATCH v4 06/10] grep/pcre: prepare locale-dependent tables for icase matching
  ` [PATCH v4 07/10] gettext: add is_utf8_locale()
  ` [PATCH v4 08/10] grep/pcre: support utf-8
  ` [PATCH v4 09/10] diffcore-pickaxe: "share" regex error handling code
  ` [PATCH v4 10/10] diffcore-pickaxe: support case insensitive match on non-ascii

Unable to create temporary file '/var/git/tmv3-target-overlay.git/shallow_Un8ZOR': Permission denied
 2015-08-21 11:50 UTC  (2+ messages)

[PATCH v2] git-p4: fix faulty paths for case insensitive systems
 2015-08-21  8:10 UTC  (9+ messages)

Minor annoyance with 'git interpret-trailers'
 2015-08-21  7:01 UTC  (4+ messages)
  ` [PATCH] trailer: ignore first line of message

No dialog box appears
 2015-08-21  5:08 UTC  (3+ messages)

[PATCH v12 00/13] port tag.c to use ref-filter.c APIs
 2015-08-21  1:55 UTC  (32+ messages)
` [PATCH v12 01/13] ref-filter: move `struct atom_value` to ref-filter.c
` [PATCH v12 03/13] ref-filter: introduce the ref_formatting_state stack machinery
` [PATCH v12 05/13] ref-filter: implement an `align` atom
` [PATCH v12 08/13] ref-filter: add support to sort by version
` [PATCH v12 10/13] tag.c: use 'ref-filter' data structures
` [PATCH v12 12/13] tag.c: implement '--format' option
` [PATCH v12 13/13] tag.c: implement '--merged' and '--no-merged' options

[PATCH] wt-status: move #include "pathspec.h" to the header
 2015-08-20 22:35 UTC  (4+ messages)

[PATCH v3] git-p4: fix faulty paths for case insensitive systems
 2015-08-20 21:43 UTC 

Minor builtin 'git am' side-effect
 2015-08-20 18:40 UTC  (2+ messages)

[PATCH] generate-cmdlist: re-implement as shell script
 2015-08-20 18:18 UTC  (5+ messages)

Why does 'git branch -d' act differntly after clone?
 2015-08-20 15:49 UTC  (2+ messages)

[PATCH] t3020: fix typo in test description
 2015-08-20 13:58 UTC 

Re:
 2015-08-19 19:41 UTC 

BUG REPORT: gitk displays diffs with angle brackets incorrectly
 2015-08-19 19:57 UTC 

"git am --abort" screwing up index?
 2015-08-19 17:55 UTC  (7+ messages)
    ` [PATCH] am --abort: merge ORIG_HEAD tree into index
        ` [PATCH v2] am --skip/--abort: merge HEAD/ORIG_HEAD "

[PATCH v3] untracked-cache: fix subdirectory handling
 2015-08-19 17:47 UTC  (8+ messages)
` [PATCH v4 0/3] dt/untracked-subdir
  ` [PATCH v4 1/3] t7063: use --force-untracked-cache to speed up a bit
  ` [PATCH v4 2/3] untracked-cache: fix subdirectory handling
  ` [PATCH v4 3/3] untracked cache: fix entry invalidation

[PATCH v2 0/8] port brnach.c to use ref-filter APIs
 2015-08-19 15:57 UTC  (13+ messages)
` [PATCH v2 1/8] branch: refactor width computation
` [PATCH v2 2/8] branch: bump get_head_description() to the top
` [PATCH v2 3/8] branch: roll show_detached HEAD into regular ref_list
` [PATCH v2 4/8] branch: move 'current' check down to the presentation layer
` [PATCH v2 5/8] branch: drop non-commit error reporting
` [PATCH v2 6/8] branch.c: use 'ref-filter' data structures
` [PATCH v2 7/8] branch.c: use 'ref-filter' APIs
` [PATCH v2 8/8] branch: add '--points-at' option

[RFC/PATCH] Port branch.c to use ref-filter APIs
 2015-08-19 15:52 UTC  (10+ messages)
` [RFC/PATCH 10/11] branch.c: use 'ref-filter' APIs

[PATCH 0/7] Flags and config to sign pushes by default
 2015-08-19 15:18 UTC  (4+ messages)
` [PATCH 6/7] Support signing pushes iff the server supports it

Re:
 2015-08-19 11:09 UTC 

[PATCH] git-am: add am.threeWay config variable
 2015-08-19  9:45 UTC  (4+ messages)

Moved code detection with `git apply` a la `git blame -C -C`
 2015-08-19  6:42 UTC  (2+ messages)

The deadline for Seoul: August 25 and the other for the Michigan State University is September 8
 2015-08-18 19:06 UTC 


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