git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-10-26 21:35:15 to 2015-10-28 23:22:34 UTC [more...]

[PATCH 0/9] Expose the submodule parallelism to the user
 2015-10-28 23:21 UTC  (28+ messages)
` [PATCH 1/9] submodule-config: "goto" removal in parse_config()
` [PATCH 2/9] submodule config: keep update strategy around
` [PATCH 3/9] run_processes_parallel: Add output to tracing messages
` [PATCH 4/9] git submodule update: have a dedicated helper for cloning
` [PATCH 5/9] submodule update: expose parallelism to the user
` [PATCH 6/9] clone: allow an explicit argument for parallel submodule clones
` [PATCH 7/9] submodule config: remove name_and_item_from_var
` [PATCH 8/9] submodule-config: parse_config
` [PATCH 9/9] fetching submodules: Respect `submodule.jobs` config option
  ` [PATCHv2 0/8] Expose the submodule parallelism to the user
    ` [PATCHv2 1/8] run_processes_parallel: Add output to tracing messages
    ` [PATCHv2 2/8] submodule config: keep update strategy around
    ` [PATCHv2 3/8] submodule config: remove name_and_item_from_var
    ` [PATCHv2 4/8] submodule-config: parse_config
    ` [PATCHv2 5/8] fetching submodules: Respect `submodule.jobs` config option
    ` [PATCHv2 6/8] git submodule update: have a dedicated helper for cloning
    ` [PATCHv2 7/8] submodule update: expose parallelism to the user
    ` [PATCHv2 8/8] clone: allow an explicit argument for parallel submodule clones

git fsck failure on OS X with files >= 4 GiB
 2015-10-28 23:10 UTC 

[PATCH] merge-file: clamp exit code to maximum 127
 2015-10-28 22:44 UTC 

Question: .idx without .pack causes performance issues?
 2015-10-28 22:43 UTC  (6+ messages)
` [PATCH 1/2] prepare_packed_git(): refactor garbage reporting in pack directory

[PATCH v1] git-p4: Add option to ignore empty commits
 2015-10-28 22:35 UTC  (5+ messages)

[PATCH] revisions --stdin: accept CRLF line terminators
 2015-10-28 22:26 UTC  (19+ messages)
` [PATCH 00/17] Peace with CRLF
  ` [PATCH 01/17] strbuf: add strbuf_gets()
  ` [PATCH 02/17] check-attr, check-ignore, checkout-index: read paths with strbuf_gets()
  ` [PATCH 03/17] update-index: read --index-info "
  ` [PATCH 04/17] update-index: read list of paths with strbuf_gets() under --stdin
  ` [PATCH 05/17] mktree: read textual tree representation with strbuf_gets()
  ` [PATCH 06/17] hash-object: read --stdin-paths "
  ` [PATCH 07/17] revision: read --stdin "
  ` [PATCH 08/17] rev-parse: read parseopt spec "
  ` [PATCH 09/17] ident.c: read /etc/mailname "
  ` [PATCH 10/17] remote.c: read $GIT_DIR/remotes/* "
  ` [PATCH 11/17] clone/sha1_file: read info/alternates "
  ` [PATCH 12/17] transport-helper: read helper response "
  ` [PATCH 13/17] cat-file: read batch stream "
  ` [PATCH 14/17] column: read lines "
  ` [PATCH 15/17] send-pack: read list of refs "
  ` [PATCH 16/17] grep: read -f file "
  ` [PATCH 17/17] test-sha1-array: read command stream "

[PATCH v3] ref-filter: fallback on alphabetical comparison
 2015-10-28 22:16 UTC  (4+ messages)

fatal: Unable to read current working directory: No error
 2015-10-28 21:14 UTC  (2+ messages)

[PATCH 0/3] expose parallelism for submodule {update, clone}
 2015-10-28 21:03 UTC  (3+ messages)
` [PATCH 3/3] clone: Allow an explicit argument for parallel submodule clones

Bug: dcommit fails when a file with '@' in the name is renamed
 2015-10-28 19:34 UTC 

[PATCHv1 0/2] git-p4: work on a detached head
 2015-10-28 19:03 UTC  (6+ messages)
` [PATCHv1 2/2] git-p4: work with "

[PATCH 1/2] http: allow selection of proxy authentication method
 2015-10-28 18:58 UTC  (10+ messages)
` [PATCH v2] http proxy authentication improvements
  ` [PATCH 2/2] http: use credential API to handle proxy authentication

[PATCH v2] format-patch: introduce format.outputDirectory configuration
 2015-10-28 17:59 UTC  (4+ messages)

[PATCH v2 0/2] specify commit by negative pattern
 2015-10-28 17:52 UTC  (5+ messages)
` [PATCH v2 2/2] object name: introduce '^{/!-<negative pattern>}' notation

[PATCH 0/3] bash-completion fixes for global git options handling
 2015-10-28 17:21 UTC  (4+ messages)
` [PATCH 1/3] completion: ignore git options for subcommand completion
` [PATCH 2/3] completion: pass --git-dir to more commands
` [PATCH 3/3] completion: handle git -C option

Bug: Segfault when doing "git diff"
 2015-10-28 17:27 UTC  (7+ messages)
    ` [PATCH] add_submodule_odb: initialize alt_odb list earlier

[PATCH 0/2] Fix interactive rebase when the editor saves with CR/LF
 2015-10-28 17:12 UTC  (24+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] sh-setup: explicitly mark CR as a field separator
  ` [PATCH v3 0/2] Fix interactive rebase when the editor saves with CR/LF
    ` [PATCH v3 1/2] Demonstrate rebase fails "
    ` [PATCH v3 2/2] rebase-i: work around Windows CRLF line endings
    ` [PATCH v4 0/2] Fix interactive rebase when the editor saves with CR/LF
      ` [PATCH v4 1/2] Demonstrate rebase fails "
      ` [PATCH v4 2/2] rebase-i: work around Windows CRLF line endings

What's the ".git/gitdir" file?
 2015-10-28 16:23 UTC  (7+ messages)

[PATCH/RFC] receive-pack: allow for hiding refs outside the namespace
 2015-10-28 16:21 UTC  (9+ messages)
` [PATCH] Allow hideRefs to match "

[PATCH] git-p4: Handle p4 submit failure
 2015-10-28 13:12 UTC 

Why are submodules not automatically handled by default or at least configurable to do so?
 2015-10-28  7:36 UTC  (8+ messages)

git repack command on larger pack file
 2015-10-28  6:47 UTC  (9+ messages)

git-credential-cache--daemon quits on SIGHUP, can we change it to ignore instead?
 2015-10-28  3:46 UTC  (13+ messages)

[PATCH v5 00/26] refs backend pre-vtable
 2015-10-28  2:14 UTC  (27+ messages)
` [PATCH v5 01/26] refs.c: create a public version of verify_refname_available
` [PATCH v5 02/26] refs: make is_branch public
` [PATCH v5 03/26] refs-be-files.c: rename refs to refs-be-files
` [PATCH v5 04/26] refs.c: add a new refs.c file to hold all common refs code
` [PATCH v5 05/26] refs.c: move update_ref to refs.c
` [PATCH v5 06/26] refs.c: move delete_pseudoref and delete_ref to the common code
` [PATCH v5 07/26] refs.c: move read_ref_at to the common refs file
` [PATCH v5 08/26] refs.c: move the hidden refs functions to the common code
` [PATCH v5 09/26] refs.c: move dwim and friend functions to the common refs code
` [PATCH v5 10/26] refs.c: move warn_if_dangling_symref* to the common code
` [PATCH v5 11/26] refs.c: move read_ref, read_ref_full and ref_exists "
` [PATCH v5 12/26] refs.c: move resolve_refdup to common
` [PATCH v5 13/26] refs.c: move check_refname_format to the common code
` [PATCH v5 14/26] refs.c: move is_branch "
` [PATCH v5 15/26] refs.c: move prettify_refname "
` [PATCH v5 16/26] refs.c: move ref iterators "
` [PATCH v5 17/26] refs.c: move head_ref_namespaced "
` [PATCH v5 18/26] refs: move transaction functions into "
` [PATCH v5 19/26] refs.c: move refname_is_safe to the "
` [PATCH v5 20/26] refs.c: move copy_msg "
` [PATCH v5 21/26] refs.c: move peel_object "
` [PATCH v5 22/26] refs.c: move should_autocreate_reflog to "
` [PATCH v5 23/26] initdb: move safe_create_dir into "
` [PATCH v5 24/26] refs: make files_log_ref_write functions public
` [PATCH v5 25/26] refs: break out ref conflict checks
` [PATCH v5 26/26] introduce "extensions" form of core.repositoryformatversion

transakce?
 2015-10-27 16:18 UTC 

[PATCH 0/6] Miscellaneous platform-independent patches from Git for Windows
 2015-10-27 23:58 UTC  (18+ messages)
` [PATCH 2/6] remote-http(s): Support SOCKS proxies
` [PATCH 3/6] Facilitate debugging Git executables in tests with gdb

Watchman/inotify support and other ways to speed up git status
 2015-10-27 23:54 UTC  (2+ messages)

[PATCH] difftool: avoid symlinks when reusing worktree files
 2015-10-27 22:41 UTC  (3+ messages)

[PATCH] difftool: gracefully handle symlinks to directories
 2015-10-27 21:30 UTC  (3+ messages)

[PATCH 1/2] run-command: factor out child_process_clear()
 2015-10-27 21:31 UTC  (5+ messages)

[PATCH] use pop_commit() for consuming the first entry of a struct commit_list
 2015-10-27 21:29 UTC  (3+ messages)

[PATCH v4] Add git-grep threads param
 2015-10-27 21:22 UTC 

my subject ( Working together )
 2015-10-27  4:38 UTC 

[PATCH v4 0/4] blame: allow blame --reverse --first-parent when it makes sense
 2015-10-27 17:57 UTC  (5+ messages)
` [PATCH v4 1/3] Add test to describe expectation of blame --reverse with branched history

[PATCH v3] Add git-grep threads param
 2015-10-27 14:11 UTC  (7+ messages)

[BUG] diff --word-diff inconsistently places removed words
 2015-10-27  1:40 UTC  (2+ messages)
` [PATCH] t4034: Test parsing words following newline

[PATCH] Add main menu accelerators to po files
 2015-10-27  0:29 UTC 

[gmane.comp.version-control.git] [PATCH 0/4] gitk crash fix and locale updates
 2015-10-27  0:16 UTC 

[PATCH] Fix missing accelerators causing crashes with old translations
 2015-10-27  0:09 UTC 

What's cooking in git.git (Oct 2015, #06; Mon, 26)
 2015-10-26 23:20 UTC 

[PATCH 0/3] detecting delete/modechange conflicts
 2015-10-26 21:54 UTC  (6+ messages)
` [PATCH 1/3] t6031: move triple-rename test to t3030
` [PATCH 2/3] t6031: generalize for recursive and resolve strategies
` [PATCH 3/3] merge: detect delete/modechange conflict


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