git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-11-01 17:50:58 to 2015-11-04 00:37:57 UTC [more...]

[PATCHv3 00/11] Expose the submodule parallelism to the user
 2015-11-04  0:37 UTC  (12+ messages)
` [PATCHv3 01/11] run_processes_parallel: delimit intermixed task output
` [PATCHv3 02/11] run-command: report failure for degraded output just once
` [PATCHv3 03/11] run-command: omit setting file descriptors to non blocking in Windows
` [PATCHv3 04/11] submodule-config: keep update strategy around
` [PATCHv3 05/11] submodule-config: drop check against NULL
` [PATCHv3 06/11] submodule-config: remove name_and_item_from_var
` [PATCHv3 07/11] submodule-config: introduce parse_generic_submodule_config
` [PATCHv3 08/11] fetching submodules: respect `submodule.jobs` config option
` [PATCHv3 09/11] git submodule update: have a dedicated helper for cloning
` [PATCHv3 10/11] submodule update: expose parallelism to the user
` [PATCHv3 11/11] clone: allow an explicit argument for parallel submodule clones

git.git as of tonight
 2015-11-03 23:00 UTC  (9+ messages)

Bug: stash save -u removes (some) ignored files
 2015-11-03 22:37 UTC 

[BUG] Wrong worktree path when using multiple worktree
 2015-11-03 22:27 UTC  (2+ messages)

[PATCH 0/4] diff-highlight: make a few improvements
 2015-11-03 22:07 UTC  (15+ messages)
` [PATCH 1/4] diff-highlight: add `less -r` to cmd in README
` [PATCH 2/4] diff-highlight: factor out prefix/suffix functions
` [PATCH 3/4] diff-highlight: match up lines before highlighting
` [PATCH 4/4] diff-highlight: add maxhunksize config option

git log --author=me
 2015-11-03 21:30 UTC  (7+ messages)

[PATCH v2 0/4] Improve hideRefs when used with namespaces
 2015-11-03 21:09 UTC  (7+ messages)
` [PATCH v2 1/4] Document the semantics of hideRefs "
` [PATCH v2 2/4] upload-pack: strip refs before calling ref_is_hidden()
` [PATCH v2 3/4] Add support for matching full refs in hideRefs
` [PATCH v2 4/4] t5509: add basic tests for hideRefs

[PATCH] Update japanese translation
 2015-11-03 20:40 UTC  (2+ messages)

Watchman/inotify support and other ways to speed up git status
 2015-11-03 20:32 UTC  (7+ messages)

What's the ".git/gitdir" file?
 2015-11-03 19:54 UTC  (8+ messages)
` [PATCH] setup: do not create $X/gitdir unnecessarily when accessing git file $X

[PATCH 0/5] Use watchman to reduce index refresh time
 2015-11-03 19:49 UTC  (11+ messages)
` [PATCH 1/5] read-cache: add watchman 'WAMA' extension
` [PATCH 2/5] Add watchman support to reduce index refresh cost

[PATCH 1/2] http: allow selection of proxy authentication method
 2015-11-03 19:46 UTC  (10+ messages)
` [PATCH v3 0/2]
  ` [PATCH 2/2] http: use credential API to handle proxy authentication

[PATCH 0/9] Expose the submodule parallelism to the user
 2015-11-03 19:41 UTC  (6+ messages)
` [PATCHv2 0/8] "

[PATCH 0/1] gitk: add --cwd=path commandline parameter to change path
 2015-11-03 18:27 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v4] Add git-grep threads param
 2015-11-03 17:22 UTC  (5+ messages)

git gc/prune runs again and again
 2015-11-03 15:21 UTC  (3+ messages)

Automatic download at git-scm.com does not work (Was: Cant download Git)
 2015-11-03 13:15 UTC  (2+ messages)

When a file was locked by some program, git will work stupidly
 2015-11-03 11:54 UTC  (4+ messages)

[PATCH] Limit the size of the data block passed to SHA1_Update()
 2015-11-03 11:51 UTC  (7+ messages)
        ` [PATCH 1/2] "

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

Strange diff-index output
 2015-11-03  1:00 UTC  (3+ messages)

Cant download Git for Mac
 2015-11-02 23:45 UTC  (2+ messages)

[PATCH v3] http.c: use CURLOPT_RANGE for range requests
 2015-11-02 22:45 UTC  (6+ messages)

[PATCH v4 0/9] Reduce index load time
 2015-11-02 22:14 UTC  (3+ messages)
` [PATCH v4 4/9] index-helper: new daemon for caching index and related stuff

[PATCH v4] http.c: use CURLOPT_RANGE for range requests
 2015-11-02 21:53 UTC  (2+ messages)

announcing git-svnsync (server-side GIT↔SVN sync)
 2015-11-02 18:11 UTC 

git filter-branch and merging of signed tags
 2015-11-02 17:13 UTC  (3+ messages)

Anonymous commit (empty Author and Committer)
 2015-11-02 16:42 UTC  (8+ messages)
            ` [Savannah-users] "

configure: -lpthread doesn't belong in CFLAGS
 2015-11-02  8:27 UTC  (2+ messages)

Cloning of submodule with --depth should follow the branch option
 2015-11-02  7:55 UTC 

[PATCH 0/4] Improve hideRefs when used with namespaces
 2015-11-02  7:30 UTC  (10+ messages)
` [PATCH 1/4] Document the semantics of hideRefs "
` [PATCH 2/4] upload-pack: strip refs before calling ref_is_hidden()
` [PATCH 3/4] Add support for matching full refs in hideRefs
` [PATCH 4/4] t5509: add basic tests for hideRefs

[PATCH v2] http.c: use CURLOPT_RANGE for range requests
 2015-11-02  7:05 UTC  (5+ messages)

Git potential bug with fork-point
 2015-11-02  6:27 UTC 

[PATCH v8] checkout: add --progress option
 2015-11-01 21:19 UTC 

[PATCH v7] checkout: add --progress option
 2015-11-01 21:16 UTC  (3+ messages)

[PATCH v6] checkout: add --progress option
 2015-11-01 21:12 UTC  (3+ messages)

[PATCH v4] checkout: add --progress option
 2015-11-01 20:26 UTC  (8+ messages)

[PATCH v2] ls-files: Add eol diagnostics
 2015-11-01 20:17 UTC  (7+ messages)

[PATCH v5] checkout: add --progress option
 2015-11-01 19:17 UTC  (3+ messages)

git fsck failure on OS X with files >= 4 GiB
 2015-11-01 18:31 UTC  (5+ messages)
` [PATCH] Limit the size of the data block passed to SHA1_Update()

[PATCH] mailinfo: fix passing wrong address to git_mailinfo_config
 2015-11-01 18:29 UTC  (2+ messages)

[PATCH/RFC] receive-pack: allow for hiding refs outside the namespace
 2015-11-01 18:18 UTC  (8+ messages)
` [PATCH] Allow hideRefs to match "

[PATCH 0/5] wt-status: fix an invalid memory read, clean up
 2015-11-01 18:11 UTC  (7+ messages)
` [PATCH 3/5] wt-status: avoid building bogus branch name with detached HEAD
` [PATCH 4/5] wt-status: don't skip a magical number of characters blindly


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