git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-09-21 17:20:23 to 2015-09-23 22:49:03 UTC [more...]

Unable to create temporary file '/var/git/tmv3-target-overlay.git/shallow_Un8ZOR': Permission denied
 2015-09-23 22:48 UTC  (14+ messages)

[PATCH v6 0/8] port branch.c to use the filtering part of ref-filter
 2015-09-23 21:44 UTC  (17+ messages)
` [PATCH v6 1/8] branch: refactor width computation
` [PATCH v6 2/8] branch: bump get_head_description() to the top
` [PATCH v6 3/8] branch: roll show_detached HEAD into regular ref_list
` [PATCH v6 4/8] branch: move 'current' check down to the presentation layer
` [PATCH v6 5/8] branch: drop non-commit error reporting
` [PATCH v6 6/8] branch.c: use 'ref-filter' data structures
` [PATCH v6 7/8] branch.c: use 'ref-filter' APIs
` [PATCH v6 8/8] branch: add '--points-at' option

[PATCH] filter-branch: add passed/remaining seconds on progress
 2015-09-23 20:48 UTC  (10+ messages)

[PATCHv4 00/14] fetch submodules in parallel and a preview on parallel "submodule update"
 2015-09-23 20:13 UTC  (25+ messages)
` [PATCHv4 01/14] submodule: Send "Fetching submodule <foo>" to standard error
` [PATCHv4 02/14] xread: poll on non blocking fds
` [PATCHv4 03/14] xread_nonblock: add functionality to read from fds without blocking
` [PATCHv4 04/14] strbuf: add strbuf_read_once to read "
` [PATCHv4 05/14] run-command: factor out return value computation
` [PATCHv4 06/14] run-command: add an asynchronous parallel child processor
` [PATCHv4 07/14] fetch_populated_submodules: use new parallel job processing
` [PATCHv4 08/14] submodules: allow parallel fetching, add tests and documentation
` [PATCHv4 09/14] submodule-config: Untangle logic in parse_config
` [PATCHv4 10/14] submodule config: keep update strategy around
` [PATCHv4 11/14] git submodule update: cmd_update_recursive
` [PATCHv4 12/14] git submodule update: cmd_update_clone
` [PATCHv4 13/14] git submodule update: cmd_update_fetch
` [PATCHv4 14/14] Rewrite submodule update in C

[PATCH] git-svn: make batch mode optional for git-cat-file
 2015-09-23 19:22 UTC  (9+ messages)

[PATCH] worktree: don't use C99 feature
 2015-09-23 15:01 UTC  (2+ messages)

git-p4: t9819 failing
 2015-09-23 12:28 UTC  (4+ messages)

[PATCH v7 0/7] git-p4: add support for large file systems
 2015-09-23 11:42 UTC  (17+ messages)
` [PATCH v7 1/7] git-p4: add optional type specifier to gitConfig reader
` [PATCH v7 2/7] git-p4: add gitConfigInt reader
` [PATCH v7 3/7] git-p4: return an empty list if a list config has no values
` [PATCH v7 4/7] git-p4: add file streaming progress in verbose mode
` [PATCH v7 5/7] git-p4: check free space during streaming
` [PATCH v7 6/7] git-p4: add support for large file systems
` [PATCH v7 7/7] git-p4: add Git LFS backend for large file system

[PATCH v4 0/2] git-p4: handle "Translation of file content failed"
 2015-09-23  7:34 UTC  (13+ messages)
` [PATCH v4 1/2] git-p4: add test case for "Translation of file content failed" error

[PATCHv3 00/13] fetch submodules in parallel and a preview on parallel "submodule update"
 2015-09-23  1:51 UTC  (48+ messages)
` [PATCHv3 01/13] Sending "Fetching submodule <foo>" output to stderr
` [PATCHv3 02/13] xread: poll on non blocking fds
` [PATCHv3 03/13] xread_nonblock: add functionality to read from fds nonblockingly
` [PATCHv3 04/13] strbuf: add strbuf_read_once to read without blocking
` [PATCHv3 05/13] run-command: factor out return value computation
` [PATCHv3 06/13] run-command: add an asynchronous parallel child processor
` [PATCHv3 07/13] fetch_populated_submodules: use new parallel job processing
` [PATCHv3 08/13] submodules: allow parallel fetching, add tests and documentation
` [PATCHv3 09/13] submodule config: keep update strategy around
` [PATCHv3 10/13] git submodule update: cmd_update_recursive
` [PATCHv3 11/13] git submodule update: cmd_update_clone
` [PATCHv3 12/13] git submodule update: cmd_update_fetch
` [PATCHv3 13/13] Rewrite submodule update in C

t5561 failing after make PROFILE=GEN
 2015-09-22 23:21 UTC 

[PATCH v2] notes: correct documentation of DWIMery for notes references
 2015-09-22 22:15 UTC 

[PATCH] Makefile: Change library order for static linking
 2015-09-22 21:30 UTC  (8+ messages)

[PATCH] notes: document behavior of --ref and --notes DWIMery
 2015-09-22 21:23 UTC  (5+ messages)

Specifying N revisions after the initial commit
 2015-09-22 20:42 UTC  (7+ messages)

[PATCH v8 0/4] worktree: list functions and command
 2015-09-22 19:42 UTC  (9+ messages)
` [PATCH v8 1/4] worktree: add top-level worktree.c
` [PATCH v8 2/4] worktree: refactor find_linked_symref function
` [PATCH v8 3/4] worktree: add functions to get worktree details
` [PATCH v8 4/4] worktree: add 'list' command

[PATCH] Fixed typo in Doc/gitrepository-layout
 2015-09-22 19:19 UTC 

[PATCH 0/2] notes: allow read only notes actions on refs outside of refs/notes
 2015-09-22 18:48 UTC  (9+ messages)
` [PATCH 1/2] notes: don't expand qualified refs in expand_notes_ref

git-svn aborts with "Use of uninitialized value $u" when a non-svn-backed branch is present in remote
 2015-09-22 18:48 UTC 

[PATCH] hooks/update: Add a hooks.denyunsignedtags option
 2015-09-22 18:42 UTC  (2+ messages)

git-svn: Why not use git-fast-import?
 2015-09-22 15:59 UTC  (2+ messages)

Small mistakes in translation
 2015-09-22 10:40 UTC  (4+ messages)

email sender plugin in stash
 2015-09-22  5:53 UTC  (2+ messages)

[PATCH v7 0/3] worktree: worktree.c functions and list builtin command
 2015-09-22  1:17 UTC  (14+ messages)
` [PATCH v7 1/3] worktree: add top-level worktree.c
` [PATCH v7 2/3] worktree: move/refactor find_shared_symref from branch.c

[PATCH v2] format-patch: introduce format.outputDirectory configuration
 2015-09-22  0:05 UTC  (4+ messages)

workdirs: cannot clone a local workdir directory
 2015-09-21 22:42 UTC  (8+ messages)
` [PATCH v2 0/5] fix local clone from a linked checkout
  ` [PATCH v2 2/5] enter_repo: avoid duplicating logic, use is_git_directory() instead

[ANNOUNCE] Git v2.6.0-rc3
 2015-09-21 21:49 UTC 

What's cooking in git.git (Sep 2015, #05; Mon, 21)
 2015-09-21 20:53 UTC 

[PATCH v3] git-p4: use replacement character for non UTF-8 characters in paths
 2015-09-21 20:23 UTC  (3+ messages)

[PATCH v6 0/7] git-p4: add support for large file systems
 2015-09-21 20:05 UTC  (3+ messages)

[PATCH 1/3] pretty: Pass graph width to pretty formatting for use in '%>|(N)'
 2015-09-21 19:40 UTC  (2+ messages)

[PATCH/RFC] Add test_repo_expect_success for running tests in a new repository
 2015-09-21 18:23 UTC  (3+ messages)

[PATCH v3 0/2] gitignore, re-inclusion fix
 2015-09-21 18:03 UTC  (2+ messages)

[PATCH] send-email: fix uninitialized var warning for $smtp_auth
 2015-09-21 17:52 UTC  (2+ messages)

[PATCH v3 0/2] git-p4: handle "Translation of file content failed"
 2015-09-21 17:43 UTC  (8+ messages)
` [PATCH v3 1/2] git-p4: add test case for "Translation of file content failed" error

[BUG?] HEAD detached at HEAD
 2015-09-21 17:20 UTC  (6+ 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).