git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-02-24 23:10:16 to 2016-02-25 23:09:14 UTC [more...]

[PATCHv17 00/11] Expose submodule parallelism to the user
 2016-02-25 23:08 UTC  (21+ 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
  ` [PATCHv18 00/11] Expose
    ` [PATCHv18 01/11] submodule-config: keep update strategy around
    ` [PATCHv18 02/11] submodule-config: drop check against NULL
    ` [PATCHv18 04/11] submodule update: direct error message to stderr

[PATCH] run-command: fix an 'different modifiers' sparse warning
 2016-02-25 23:08 UTC  (4+ messages)

[PATCH] strbuf_write: omit system call when length is zero
 2016-02-25 23:04 UTC  (2+ messages)

[PATCH 00/21] completion: __gitdir()-related improvements
 2016-02-25 22:50 UTC  (22+ messages)
` [PATCH 01/21] completion: improve __git_refs()'s in-code documentation
` [PATCH 02/21] completion tests: don't add test cruft to the test repository
` [PATCH 03/21] completion tests: make the $cur variable local to the test helper functions
` [PATCH 04/21] completion tests: consolidate getting path of current working directory
` [PATCH 05/21] completion tests: check __gitdir()'s output in the error cases
` [PATCH 06/21] completion tests: add tests for the __git_refs() helper function
` [PATCH 07/21] completion: ensure that the repository path given on the command line exists
` [PATCH 08/21] completion: fix most spots not respecting 'git --git-dir=<path>'
` [PATCH 09/21] completion: respect 'git --git-dir=<path>' when listing remote refs
` [PATCH 10/21] completion: list refs from remote when remote's name matches a directory
` [PATCH 11/21] completion: don't list 'HEAD' when trying refs completion outside of a repo
` [PATCH 12/21] completion: list short refs from a remote given as a URL
` [PATCH 13/21] rev-parse: add '--absolute-git-dir' option
` [PATCH 14/21] completion: don't offer commands when 'git --opt' needs an argument
` [PATCH 15/21] completion: fix completion after 'git -C <path>'
` [PATCH 16/21] completion: respect "
` [PATCH 17/21] completion: don't use __gitdir() for git commands
` [PATCH 18/21] completion: consolidate silencing errors from "
` [PATCH 19/21] completion: don't guard git executions with __gitdir()
` [PATCH 20/21] completion: extract repository discovery from __gitdir()
` [PATCH 21/21] completion: cache the path to the repository

[PATCH] contrib/subtree: add repo url to commit messages
 2016-02-25 22:23 UTC  (2+ messages)

[PATCH 0/3] out-of-bounds access from corrupted .idx files
 2016-02-25 22:07 UTC  (7+ messages)
` [PATCH 1/3] t5313: test bounds-checks of corrupted/malicious pack/idx files
` [PATCH 2/3] nth_packed_object_offset: bounds-check extended offset
` [PATCH 3/3] use_pack: handle signed off_t overflow

[PATCH v3 1/2] t/lib-http/apache.conf: load mod_unixd module in apache 2.4
 2016-02-25 22:00 UTC  (3+ messages)
` [PATCH v3 2/2] git: submodule honor -c credential.* from command line

[PATCH/RFC] git-commit: add a commit.verbose config variable
 2016-02-26  2:57 UTC  (3+ messages)

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

[PATCH v5 00/27] refs backends
 2016-02-25 20:50 UTC  (14+ messages)
` [PATCH v5 25/27] refs: add LMDB refs storage backend
        ` [PATCH] refs: document transaction semantics

[PATCH v6 00/32] refs backend
 2016-02-25 20:31 UTC  (14+ messages)
` [PATCH v6 03/32] files-backend: break out ref reading
` [PATCH v6 04/32] refs: move resolve_ref_unsafe into common code

[PATCH] submodule--helper: fix 'dubious bitfield' sparse warnings
 2016-02-25 20:28 UTC  (2+ messages)

[PATCH] refs: mark a file-local symbol as static
 2016-02-25 20:09 UTC  (2+ messages)

[PATCH 0/5] activate diff.renames by default
 2016-02-25 19:31 UTC  (18+ messages)
` [PATCH 1/5] Documentation/diff-config: fix description of diff.renames
` [PATCH 5/5] diff: activate diff.renames by default
` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] Documentation/diff-config: fix description of diff.renames
    ` [PATCH v2.1] "
  ` [PATCH v2 2/5] t4001-diff-rename: wrap file creations in a test
  ` [PATCH v2 3/5] t: add tests for diff.renames (true/false/unset)
  ` [PATCH v2 4/5] log: introduce init_log_defaults()
  ` [PATCH v2 5/5] diff: activate diff.renames by default

git submodule add --single-branch
 2016-02-25 19:05 UTC  (2+ messages)

[PATCH v2] add DEVELOPER makefile knob to check for acknowledged warnings
 2016-02-25 17:40 UTC  (4+ messages)

Rebase performance
 2016-02-25 17:30 UTC  (9+ messages)

[PATCH] remote-curl: don't fall back to Basic auth if we haven't tried Negotiate
 2016-02-25 16:54 UTC  (12+ messages)

Some strange behavior of git
 2016-02-25 16:43 UTC  (5+ messages)

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

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

Segmentation fault found while fuzzing .pack file under 2.7.0.rc3
 2016-02-25 14:12 UTC  (7+ messages)

[PATCH] Change type of signed int flags to unsigned
 2016-02-25 13:24 UTC 

[PATCH v2 00/20] Delete directories left empty after ref deletion
 2016-02-25 13:16 UTC  (21+ messages)
` [PATCH v2 01/20] safe_create_leading_directories_const(): preserve errno
` [PATCH v2 02/20] safe_create_leading_directories(): set errno on SCLD_EXISTS
` [PATCH v2 03/20] raceproof_create_file(): new function
` [PATCH v2 04/20] lock_ref_sha1_basic(): use raceproof_create_file()
` [PATCH v2 05/20] rename_tmp_log(): "
` [PATCH v2 06/20] rename_tmp_log(): improve error reporting
` [PATCH v2 07/20] log_ref_setup(): separate code for create vs non-create
` [PATCH v2 08/20] log_ref_setup(): improve robustness against races
` [PATCH v2 09/20] log_ref_setup(): pass the open file descriptor back to the caller
` [PATCH v2 10/20] log_ref_write_1(): don't depend on logfile
` [PATCH v2 11/20] log_ref_setup(): manage the name of the reflog file internally
` [PATCH v2 12/20] log_ref_write_1(): inline function
` [PATCH v2 13/20] try_remove_empty_parents(): rename parameter "name" -> "refname"
` [PATCH v2 14/20] try_remove_empty_parents(): don't trash argument contents
` [PATCH v2 15/20] try_remove_empty_parents(): don't accommodate consecutive slashes
` [PATCH v2 16/20] t5505: use "for-each-ref" to test for the non-existence of references
` [PATCH v2 17/20] delete_ref_loose(): derive loose reference path from lock
` [PATCH v2 18/20] delete_ref_loose(): inline function
` [PATCH v2 19/20] try_remove_empty_parents(): teach to remove parents of reflogs, too
` [PATCH v2 20/20] ref_transaction_commit(): clean up empty directories

[PATCH] upload-pack: use argv_array for pack_objects
 2016-02-25 12:13 UTC 

[PATCH] unpack-trees: do not delete i-t-a entries in worktree even when forced
 2016-02-25 10:45 UTC  (4+ messages)

[PATCH] push: shorten "push.default is unset" warning message
 2016-02-25  9:22 UTC  (4+ messages)
` [PATCH v2 0/2] Remove "push.default unset" warning
  ` [PATCH v2 1/2] push: remove "push.default is unset" warning message
  ` [PATCH v2 2/2] Documentation/git-push: document that 'simple' is the default

[RFC/PATCH 0/5] Make README more pleasant to read
 2016-02-25  8:37 UTC  (11+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/5] README: use markdown syntax
  ` [PATCH v2 2/5] README.md: add hyperlinks on filenames
  ` [PATCH v2 3/5] README.md: move the link to git-scm.com up
  ` [PATCH v2 4/5] README.md: don't call git stupid in the title
  ` [PATCH v2 5/5] README.md: move down historical explanation about the name

[PATCH] Fix minor typo in hook documentation
 2016-02-25  8:10 UTC 

[PATCHv15 0/5] Expose submodule parallelism to the user
 2016-02-25  2:56 UTC  (6+ messages)
` [PATCHv15 2/5] run_processes_parallel: add LF when caller is sloppy

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

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)

[PATCH] git: submodule honor -c credential.* from command line
 2016-02-24 23:12 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).