git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-02-23 21:11:24 to 2016-02-25 03:08:01 UTC [more...]

[PATCHv17 00/11] Expose submodule parallelism to the user
 2016-02-25  3:06 UTC  (12+ messages)
` [PATCHv17 01/11] submodule-config: keep update strategy around
` [PATCHv17 02/11] submodule-config: drop check against NULL
` [PATCHv17 03/11] fetching submodules: respect `submodule.fetchJobs` config option
` [PATCHv17 04/11] submodule update: direct error message to stderr
` [PATCHv17 05/11] run_processes_parallel: treat output of children as byte array
` [PATCHv17 06/11] run-command: expose default_{start_failure, task_finished}
` [PATCHv17 07/11] run_processes_parallel: rename parameters for the callbacks
` [PATCHv17 08/11] run_processes_parallel: correctly terminate callbacks with an LF
` [PATCHv17 09/11] git submodule update: have a dedicated helper for cloning
` [PATCHv17 10/11] submodule update: expose parallelism to the user
` [PATCHv17 11/11] clone: allow an explicit argument for parallel submodule clones

[PATCHv15 0/5] Expose submodule parallelism to the user
 2016-02-25  2:56 UTC  (13+ messages)
` [PATCHv15 1/5] run-command: expose default_{start_failure, task_finished}
` [PATCHv15 2/5] run_processes_parallel: add LF when caller is sloppy
` [PATCHv15 3/5] git submodule update: have a dedicated helper for cloning
` [PATCHv15 4/5] submodule update: expose parallelism to the user
` [PATCHv15 5/5] clone: allow an explicit argument for parallel submodule clones

using git-diff as a diff replacement?
 2016-02-25  2:43 UTC  (3+ messages)

[PATCH] fetch: mark a file-local symbol as static
 2016-02-25  2:21 UTC 

[PATCHv16 0/7] Expose submodule parallelism to the user
 2016-02-25  1:54 UTC  (10+ messages)
` [PATCH 1/7] run_processes_parallel: treat output of children as byte array
` [PATCH 2/7] run-command: expose default_{start_failure, task_finished}
` [PATCH 3/7] run_processes_parallel: rename parameters for the callbacks
` [PATCH 4/7] run_processes_parallel: correctly terminate callbacks with an LF
` [PATCH 5/7] git submodule update: have a dedicated helper for cloning
` [PATCH 6/7] submodule update: expose parallelism to the user
` [PATCH 7/7] clone: allow an explicit argument for parallel submodule clones

[PATCH v2] git: submodule honor -c credential.* from command line
 2016-02-25  1:45 UTC  (4+ messages)

[PATCH v6 00/32] refs backend
 2016-02-25  0:51 UTC  (37+ messages)
` [PATCH v6 01/32] refs: move head_ref{,_submodule} to the common code
` [PATCH v6 02/32] refs: move for_each_*ref* functions into "
` [PATCH v6 03/32] files-backend: break out ref reading
` [PATCH v6 04/32] refs: move resolve_ref_unsafe into common code
` [PATCH v6 05/32] refs: add a backend method structure with transaction functions
` [PATCH v6 06/32] refs: add methods for misc ref operations
` [PATCH v6 07/32] refs: add method for do_for_each_ref
` [PATCH v6 08/32] refs: reduce the visibility of do_for_each_ref()
` [PATCH v6 09/32] refs: add do_for_each_per_worktree_ref
` [PATCH v6 10/32] refs: add methods for reflog
` [PATCH v6 11/32] refs: add method for initial ref transaction commit
` [PATCH v6 12/32] refs: add method for delete_refs
` [PATCH v6 13/32] refs: add methods to init refs db
` [PATCH v6 14/32] refs: add method to rename refs
` [PATCH v6 15/32] refs: handle non-normal ref renames
` [PATCH v6 16/32] refs: make lock generic
` [PATCH v6 17/32] refs: move duplicate check to common code
` [PATCH v6 18/32] refs: allow log-only updates
` [PATCH v6 19/32] refs: don't dereference on rename
` [PATCH v6 20/32] refs: on symref reflog expire, lock symref not referrent
` [PATCH v6 21/32] refs: resolve symbolic refs first
` [PATCH v6 22/32] refs: always handle non-normal refs in files backend
` [PATCH v6 23/32] init: allow alternate ref strorage to be set for new repos
` [PATCH v6 24/32] refs: check submodules' ref storage config
` [PATCH v6 25/32] clone: allow ref storage backend to be set for clone
` [PATCH v6 26/32] svn: learn ref-storage argument
` [PATCH v6 27/32] refs: register ref storage backends
` [PATCH v6 28/32] config: read ref storage config on startup
` [PATCH v6 29/32] refs: break out resolve_ref_unsafe_submodule
` [PATCH v6 30/32] refs: add LMDB refs storage backend
` [PATCH v6 31/32] refs: tests for lmdb backend
` [PATCH v6 32/32] tests: add ref-storage argument

Rebase performance
 2016-02-25  0:50 UTC  (4+ messages)

reflog: weird options
 2016-02-25  0:49 UTC  (2+ messages)

[PATCH] git: submodule honor -c credential.* from command line
 2016-02-25  0:43 UTC  (6+ messages)

git mv messed up file mapping if folders contain identical files
 2016-02-25  0:03 UTC  (4+ messages)

[PATCH] unpack-trees: do not delete i-t-a entries in worktree even when forced
 2016-02-24 23:23 UTC  (3+ messages)

[PATCH] git: submodule honor -c credential.* from command line
 2016-02-24 23:12 UTC 

Some strange behavior of git
 2016-02-24 23:10 UTC  (3+ messages)

[PATCH] git config: do not create .git/ if it does not exist yet
 2016-02-24 22:31 UTC  (15+ messages)
` [PATCH v2] git config: report when trying to modify a non-existing repo config

[PATCH] submodule helper list: Respect correct path prefix
 2016-02-24 22:18 UTC  (5+ messages)

Git submodule regression in 2.7.0+
 2016-02-24 20:53 UTC  (2+ messages)

[PATCH v5 00/27] refs backends
 2016-02-24 20:48 UTC  (14+ messages)
` [PATCH v5 12/27] refs: forbid cross-backend ref renames
` [PATCH v5 25/27] refs: add LMDB refs storage backend

[PATCH] refs: reduce the visibility of do_for_each_ref()
 2016-02-24 19:28 UTC  (2+ messages)

Segmentation fault found while fuzzing .pack file under 2.7.0.rc3
 2016-02-24 18:48 UTC  (6+ messages)

[PATCH v3 0/3] Tests for merge-recursive rename-options
 2016-02-24 18:38 UTC  (6+ messages)
` [PATCH v3 1/3] t3034: add rename threshold tests
` [PATCH v3 2/3] t3034: test option to disable renames
` [PATCH v3 3/3] t3034: test deprecated interface

[RFC/PATCH 0/1] Add an option to git-format-patch to record base tree info
 2016-02-24 18:34 UTC  (26+ messages)
` [RFC/PATCH 1/1] format-patch: add an option "

[PATCH] Fix minor typo in hook documentation
 2016-02-24 18:07 UTC  (2+ messages)

[RFC/PATCH 0/5] Make README more pleasant to read
 2016-02-24 13:37 UTC  (11+ messages)
` [PATCH 1/5] README: use markdown syntax
` [PATCH 4/5] README.md: don't call git stupid in the title

[PATCH 0/5] activate diff.renames by default
 2016-02-24 13:16 UTC  (13+ messages)
` [PATCH 1/5] Documentation/diff-config: fix description of diff.renames
` [PATCH 2/5] t4001-diff-rename: wrap file creations in a test
` [PATCH 5/5] diff: activate diff.renames by default

GSoC 2016: applications open, deadline = Fri, 19/2
 2016-02-24 10:52 UTC  (11+ messages)

Test failures with GNU grep 2.23
 2016-02-24 10:24 UTC  (13+ messages)
` [PATCH 0/2] Fix test "
  ` [PATCH 1/2] t8005: avoid grep on non-ASCII data
  ` [PATCH 2/2] t9200: "

[PATCH] push: shorten "push.default is unset" warning message
 2016-02-24 10:11 UTC  (3+ messages)

What's cooking in git.git (Feb 2016, #05; Wed, 17)
 2016-02-24  7:58 UTC  (8+ messages)
` whither merge-tree? (was: What's cooking in git.git (Feb 2016, #05; Wed, 17))
  ` whither merge-tree?

[PATCH] git-completion.bash: always swallow error output of for-each-ref
 2016-02-24  7:48 UTC  (8+ messages)

[PATCH 0/4] robustifying t5504
 2016-02-24  7:48 UTC  (5+ messages)
` [PATCH 1/4] write_or_die: handle EPIPE in async threads
` [PATCH 2/4] fetch-pack: ignore SIGPIPE in sideband demuxer
` [PATCH 3/4] test_must_fail: report number of unexpected signal
` [PATCH 4/4] t5504: handle expected output from SIGPIPE death

[PATCH 2/2] submodule: Try harder to fetch needed sha1 by direct fetching sha1
 2016-02-24  3:32 UTC  (2+ messages)
` [PATCH] "

git "thin" submodule clone to feed "describe"
 2016-02-24  1:28 UTC  (3+ messages)

[PATCH v2 0/3] Tests for merge-recursive rename options
 2016-02-24  1:15 UTC  (7+ messages)
` [PATCH 1/3] t3034: add rename threshold tests
` [PATCH 2/3] t3034: test option to disable renames
` [PATCH 3/3] t3034: test deprecated interface

Git History Rewriting in a public repository - capability to remove one or more commits from a public repository
 2016-02-24  1:08 UTC  (4+ messages)

[PATCHv14 0/7] Expose submodule parallelism to the user
 2016-02-23 23:44 UTC  (5+ messages)

[PATCH] git-p4.py: Don't try to rebase on submit from bare repository
 2016-02-23 20:56 UTC  (9+ messages)
` [PATCH] git-p4.py: Make submit working on "

interactive rebase results across shared histories
 2016-02-23 23:05 UTC  (6+ messages)

git-rebase + git-mergetool results in broken state
 2016-02-23 22:44 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).