git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-02-02 17:52:23 to 2016-02-04 20:22:36 UTC [more...]

[PATCHv7 0/8] Expose submodule parallelism to the user
 2016-02-04 20:22 UTC  (19+ messages)
` [PATCH 1/8] submodule-config: keep update strategy around
` [PATCH 2/8] submodule-config: drop check against NULL
` [PATCH 3/8] submodule-config: remove name_and_item_from_var
` [PATCH 4/8] submodule-config: introduce parse_generic_submodule_config
` [PATCH 5/8] fetching submodules: respect `submodule.fetchJobs` config option
` [PATCH 6/8] git submodule update: have a dedicated helper for cloning

[PATCH v1 1/6] t0027: Add tests for get_stream_filter()
 2016-02-04 20:13 UTC  (15+ messages)
` [PATCH v1 2/6] convert.c: Remove path when not needed
` [PATCH v1 3/6] convert.c: Remove input_crlf_action()
` [PATCH v2 1/7] t0027: Add tests for get_stream_filter()
` [PATCH v2 2/7] convert.c: remove unused parameter 'path'
` [PATCH v2 3/7] convert.c: Remove input_crlf_action()
` [PATCH v2 4/7] convert.c: Use text_eol_is_crlf()
` [PATCH v2 5/7] convert: auto_crlf=false and no attributes set: same as binary
` [PATCH v2 6/7] convert.c: Refactor crlf_action
` [PATCH v2 7/7] convert.c: simplify text_stat

[PATCH v3 00/20] refs backend rebase on pu
 2016-02-04 20:05 UTC  (18+ messages)
` [PATCH v3 13/20] refs: resolve symbolic refs first
` [PATCH v3 15/20] init: allow alternate backends to be set for new repos
` [PATCH v3 19/20] refs: add LMDB refs backend

[PATCH 14/15] git-am.sh: replace using expr for arithmetic operations with the equivalent shell builtin
 2016-02-04 19:46 UTC  (8+ messages)
` [PATCH 15/15] t4032-diff-inter-hunk-context.sh: "

[PATCH 0/3] Fix $((...)) coding style
 2016-02-04 19:43 UTC  (13+ messages)
` [PATCH 1/3] filter-branch: fix style of $((...) construct
` [PATCH 2/3] rebase--interactive: adjust the coding style of $((...))
` [PATCH 3/3] rebase --merge: adjust $((...)) coding style

COPYING tabs vs whitespaces
 2016-02-04 19:15 UTC  (2+ messages)

[PATCH] git-completion.bash: always swallow error output of for-each-ref
 2016-02-04 19:06 UTC  (5+ messages)

[PATCH v2 0/6] Split .git/config in multiple worktree setup
 2016-02-04 18:12 UTC  (9+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/6] worktree: new repo extension to manage worktree behaviors
              ` git worktree (was: [PATCH v3 1/6] worktree: new repo extension to manage worktree behaviors)

parse_object does check_sha1_signature but not parse_object_buffer?
 2016-02-04 17:40 UTC  (6+ messages)

git 2.7.0 crashes when top-down memory allocation preference is set
 2016-02-04 16:27 UTC  (5+ messages)

[PATCH v4] Add user.useConfigOnly boolean for when ident shouldn't be guessed
 2016-02-04  9:12 UTC  (4+ messages)
` [PATCH v4 1/3] fmt_ident: refactor strictness checks
` [PATCH v4 2/3] Add user.useConfigOnly boolean for when ident shouldn't be guessed
` [PATCH v4 3/3] ident.c: cleanup wrt ident's source

[PATCH] Trick to force setup of a specific configured E-Mail per repo
 2016-02-04  9:07 UTC  (16+ messages)
      ` [PATCH v3] Add user.explicit boolean for when ident shouldn't be guessed

[PATCH v2 00/25] More flexibility in making shallow clones
 2016-02-04  9:04 UTC  (26+ messages)
` [PATCH v2 01/25] remote-curl.c: convert fetch_git() to use argv_array
` [PATCH v2 02/25] transport-helper.c: refactor set_helper_option()
` [PATCH v2 03/25] transport-helper.c: do not send null option to remote helper
` [PATCH v2 04/25] upload-pack: move shallow deepen code out of receive_needs()
` [PATCH v2 05/25] upload-pack: move "shallow" sending code out of deepen()
` [PATCH v2 06/25] upload-pack: remove unused variable "backup"
` [PATCH v2 07/25] upload-pack: move "unshallow" sending code out of deepen()
` [PATCH v2 08/25] upload-pack: use skip_prefix() instead of starts_with() when possible
` [PATCH v2 09/25] upload-pack: tighten number parsing at "deepen" lines
` [PATCH v2 10/25] upload-pack: move rev-list code out of check_non_tip()
` [PATCH v2 11/25] fetch-pack: use skip_prefix() instead of starts_with() when possible
` [PATCH v2 12/25] fetch-pack: use a common function for verbose printing
` [PATCH v2 13/25] fetch-pack: use a separate flag for fetch in deepening mode
` [PATCH v2 14/25] shallow.c: implement a generic shallow boundary finder based on rev-list
` [PATCH v2 15/25] upload-pack: add deepen-since to cut shallow repos based on time
` [PATCH v2 16/25] fetch: define shallow boundary with --shallow-since
` [PATCH v2 17/25] clone: define shallow clone boundary based on time "
` [PATCH v2 18/25] t5500, t5539: tests for shallow depth since a specific date
` [PATCH v2 19/25] refs: add expand_ref()
` [PATCH v2 20/25] upload-pack: support define shallow boundary by excluding revisions
` [PATCH v2 21/25] fetch: define shallow boundary with --shallow-exclude
` [PATCH v2 22/25] clone: define shallow clone "
` [PATCH v2 23/25] t5500, t5539: tests for shallow depth excluding a ref
` [PATCH v2 24/25] upload-pack: make check_reachable_object() return unreachable list if asked
` [PATCH v2 25/25] fetch, upload-pack: --deepen=N extends shallow boundary by N commits

[PATCH v4 00/15] config: make git_config_set die on failure
 2016-02-04  8:56 UTC  (10+ messages)
` [PATCH v4 02/15] branch: die on error in setting up tracking branch
` [PATCH v4 06/15] submodule--helper: die on config error when cloning module
` [PATCH v4 10/15] clone: die on config error in cmd_clone

Bug: Branch Deletion Doesn't Clean Up
 2016-02-04  8:29 UTC  (7+ messages)

git add -p doesn't respect diff.context
 2016-02-04  8:02 UTC  (2+ messages)

git gc leaved my disk 100% full
 2016-02-04  7:58 UTC  (2+ messages)

git stash pop --quiet is not always quiet after save -u
 2016-02-04  7:55 UTC 

git stash save -u deletes ignored files without stashing them
 2016-02-04  7:40 UTC  (2+ messages)

[PATCH] gitk: Follow themed bgcolor in help dialogs
 2016-02-04  2:32 UTC 

[PATCH v4 00/12] ref-filter: use parsing functions
 2016-02-04  1:17 UTC  (8+ messages)
` [PATCH v4 03/12] ref-filter: bump 'used_atom' and related code to the top
` [PATCH v4 05/12] ref-filter: introduce parsing functions for each valid atom

git submodule should honor "-c credential.helper" command line argument
 2016-02-03 23:44 UTC  (5+ messages)

Bug in git-sh-prompt: incorrectly determines the upstream for repos produced by recent git svn clone --stdlayout
 2016-02-03 22:48 UTC 

git log -g bizarre behaviour
 2016-02-03 18:32 UTC  (10+ messages)
` [PATCH] log -g: ignore revision parameters that have no reflog

git object-count differs between clones
 2016-02-03 15:21 UTC  (7+ messages)

SV: Using Git for Cobol source
 2016-02-03 13:30 UTC  (2+ messages)
`  "

[PATCH] test-lib: limit the output of the yes utility
 2016-02-03 12:11 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH 00/20] "git worktree move" preview
 2016-02-03  9:35 UTC  (21+ messages)
` [PATCH 01/20] usage.c: move format processing out of die_errno()
` [PATCH 02/20] usage.c: add sys_error() that prints strerror() automatically
` [PATCH 03/20] path.c: add git_common_path() and strbuf_git_common_path()
` [PATCH 04/20] path.c: add is_git_path_shared()
` [PATCH 05/20] copy.c: add copy_dir_recursively()
` [PATCH 06/20] worktree.c: use is_dot_or_dotdot()
` [PATCH 07/20] worktree.c: store "id" instead of "git_dir"
` [PATCH 08/20] worktree.c: add clear_worktree()
` [PATCH 09/20] worktree.c: add find_worktree_by_path()
` [PATCH 10/20] worktree.c: add is_main_worktree()
` [PATCH 11/20] worktree.c: recognize no main worktree
` [PATCH 12/20] worktree.c: add update_worktree_location()
` [PATCH 13/20] worktree.c: add update_worktree_gitfile()
` [PATCH 14/20] worktree.c: add collect_per_worktree_git_paths()
` [PATCH 15/20] worktree: avoid 0{40}, too many zeroes, hard to read
` [PATCH 16/20] worktree: simplify prefixing paths
` [PATCH 17/20] worktree: add "move" commmand
` [PATCH 18/20] worktree: refactor add_worktree()
` [PATCH 19/20] worktree: move repo, simple case
` [PATCH 20/20] worktree: move repo, convert main worktree

Bug: Wrong GitHub API result when retrieving repository information
 2016-02-03  8:39 UTC  (2+ messages)

[PATCH] travis-ci: run previously failed tests first, then slowest to fastest
 2016-02-03  8:31 UTC  (13+ messages)

Git for Windows crashes on Windows 10
 2016-02-03  6:03 UTC  (2+ messages)

[PATCH] pass transport verbosity down to git_connect
 2016-02-03  4:09 UTC  (8+ messages)
  ` [PATCH v2] "
    ` [PATCH 2/1] support -4 and -6 switches for remote operations
            ` [PATCH v2 "

BUG: git subtree split gets confused on removed and readded directory
 2016-02-03  2:34 UTC  (9+ messages)
    ` [PATCH] contrib/subtree: Split history with empty trees correctly (was: Re: BUG: git subtree split gets confused on removed and readded directory)
      ` [PATCH] contrib/subtree: Split history with empty trees correctly

[BUG] typo DWIMery with alias broken (cd to random dir)
 2016-02-03  2:19 UTC  (13+ messages)
` [PATCH] git.c: fix help.autocorrect after 57ea712 breaks it
          ` [PATCH v2 1/3] git: remove an early return from save_env_before_alias()
            ` [PATCH v3 1/4] "
            ` [PATCH v3 2/4] git: protect against unbalanced calls to {save,restore}_env()
            ` [PATCH v3 3/4] git: simplify environment save/restore logic
            ` [PATCH v3 4/4] restore_env(): free the saved environment variable once we are done

GIT windows version Switch Caps Lock button issue on the input windows
 2016-02-03  1:02 UTC 

What's cooking in git.git (Feb 2016, #01; Tue, 2)
 2016-02-03  0:46 UTC 

[PATCH] remote-curl: don't fall back to Basic auth if we haven't tried Negotiate
 2016-02-02 23:29 UTC  (3+ 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).