git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-02-04 12:01:28 to 2016-02-06 00:08:01 UTC [more...]

A note from the maintainer
 2016-02-06  0:07 UTC 

[RFC] On the --depth argument when fetching with submodules
 2016-02-06  0:05 UTC  (2+ messages)

Clarification on the git+ssh and ssh+git schemes
 2016-02-05 23:59 UTC  (5+ messages)

no luck with colors for branch names in gitk yet
 2016-02-05 23:28 UTC  (4+ messages)

[PATCH 0/8] Resumable clone revisited, proof of concept
 2016-02-05 23:25 UTC  (18+ messages)
` [PATCH 1/8] pack-objects: add --skip and --skip-hash
` [PATCH 2/8] pack-objects: produce a stable pack when --skip is given
` [PATCH 3/8] index-pack: add --append-pack=<path>
` [PATCH 4/8] upload-pack: new capability to pass --skip* to pack-objects
` [PATCH 5/8] fetch-pack.c: send "skip" line "
` [PATCH 6/8] fetch: add --resume-pack=<path>
` [PATCH 7/8] index-pack: --append-pack implies --strict
` [PATCH 8/8] one ugly test to verify basic functionality

[PATCH v8] ident: add user.useConfigOnly boolean for when ident shouldn't be guessed
 2016-02-05 23:19 UTC  (4+ messages)
` [PATCH v8 1/2] fmt_ident: refactor strictness checks
` [PATCH v8 2/2] ident: add user.useConfigOnly boolean for when ident shouldn't be guessed

[PATCH v7] ident: add user.useConfigOnly boolean for when ident shouldn't be guessed
 2016-02-05 22:20 UTC  (8+ messages)
` [PATCH v7 1/2] fmt_ident: refactor strictness checks
` [PATCH v7 2/2] ident: add user.useConfigOnly boolean for when ident shouldn't be guessed

[PATCH] remote-curl: don't fall back to Basic auth if we haven't tried Negotiate
 2016-02-05 21:52 UTC  (10+ messages)

[PATCH v6] ident: add user.useConfigOnly boolean for when ident shouldn't be guessed
 2016-02-05 21:14 UTC  (11+ messages)
` [PATCH v6 1/3] fmt_ident: refactor strictness checks
` [PATCH v6 2/3] ident: add user.useConfigOnly boolean for when ident shouldn't be guessed
` [PATCH v6 3/3] ident: cleanup wrt ident's source

[PATCHv8 0/9] Expose submodule parallelism to the user
 2016-02-05 20:36 UTC  (18+ messages)
` [PATCHv8 1/9] submodule-config: keep update strategy around
` [PATCHv8 2/9] submodule-config: drop check against NULL
` [PATCHv8 3/9] submodule-config: remove name_and_item_from_var
` [PATCHv8 4/9] submodule-config: slightly simplify lookup_or_create_by_name
` [PATCHv8 5/9] submodule-config: introduce parse_generic_submodule_config
` [PATCHv8 6/9] fetching submodules: respect `submodule.fetchJobs` config option
` [PATCHv8 7/9] git submodule update: have a dedicated helper for cloning
` [PATCHv8 8/9] submodule update: expose parallelism to the user
` [PATCHv8 9/9] clone: allow an explicit argument for parallel submodule clones

[PATCH v4 00/20] refs backend
 2016-02-05 19:44 UTC  (22+ messages)
` [PATCH v4 01/21] refs: add a backend method structure with transaction functions
` [PATCH v4 02/21] refs: add methods for misc ref operations
` [PATCH v4 03/21] refs: add methods for the ref iterators
` [PATCH v4 04/21] refs: add do_for_each_per_worktree_ref
` [PATCH v4 05/21] refs: add methods for reflog
` [PATCH v4 06/21] refs: add method for initial ref transaction commit
` [PATCH v4 07/21] refs: add method for delete_refs
` [PATCH v4 08/21] refs: add methods to init refs db
` [PATCH v4 09/21] refs: add method to rename refs
` [PATCH v4 10/21] refs: make lock generic
` [PATCH v4 11/21] refs: move duplicate check to common code
` [PATCH v4 12/21] refs: allow log-only updates
` [PATCH v4 13/21] refs: resolve symbolic refs first
` [PATCH v4 14/21] refs: always handle non-normal refs in files backend
` [PATCH v4 15/21] init: allow alternate ref strorage to be set for new repos
` [PATCH v4 16/21] refs: check submodules ref storage config
` [PATCH v4 17/21] clone: allow ref storage backend to be set for clone
` [PATCH v4 18/21] svn: learn ref-storage argument
` [PATCH v4 19/21] refs: add register_ref_storage_backends()
` [PATCH v4 20/21] refs: add LMDB refs storage backend
` [PATCH v4 21/21] refs: tests for lmdb backend

changing colors in the tree view in gitk
 2016-02-05 19:14 UTC  (2+ messages)

gitk view documentation? tooltips?
 2016-02-05 17:02 UTC 

[PATCH v2 1/7] t0027: Add tests for get_stream_filter()
 2016-02-05 16:13 UTC  (17+ messages)
` [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 1/7] t0027: Add tests for get_stream_filter()
` [PATCH v3 2/7] convert.c: remove unused parameter 'path'
` [PATCH v3 3/7] convert.c: Remove input_crlf_action()
` [PATCH v3 4/7] convert.c: use text_eol_is_crlf()
` [PATCH v3 5/7] convert: auto_crlf=false and no attributes set: same as binary
` [PATCH v3 6/7] convert.c: refactor crlf_action
` [PATCH v3 7/7] convert.c: simplify text_stat

git clean without ignored files
 2016-02-05 15:42 UTC 

[PATCH v1] config: add '--sources' option to print the source of a config value
 2016-02-05 13:58 UTC  (6+ messages)

[PATCH 14/15] git-am.sh: replace using expr for arithmetic operations with the equivalent shell builtin
 2016-02-05 12:50 UTC  (8+ messages)

[BUG] git describe number of commits different from git log count
 2016-02-05 11:17 UTC 

[PATCH v5] ident: add user.useConfigOnly boolean for when ident shouldn't be guessed
 2016-02-05  7:01 UTC  (4+ messages)
` [PATCH v5 1/3] fmt_ident: refactor strictness checks
` [PATCH v5 2/3] ident: add user.useConfigOnly boolean for when ident shouldn't be guessed
` [PATCH v5 3/3] ident: cleanup wrt ident's source

[PATCH v4] Add user.useConfigOnly boolean for when ident shouldn't be guessed
 2016-02-05  6:47 UTC  (8+ messages)
` [PATCH v4 2/3] "
` [PATCH v4 3/3] ident.c: cleanup wrt ident's source

[PATCH v2 00/25] More flexibility in making shallow clones
 2016-02-05  5:41 UTC  (32+ 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 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 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 20/25] upload-pack: support define shallow boundary by excluding revisions
` [PATCH v2 21/25] fetch: define shallow boundary with --shallow-exclude
` [PATCH v2 24/25] upload-pack: make check_reachable_object() return unreachable list if asked

[PATCH v4 00/12] ref-filter: use parsing functions
 2016-02-05  0:34 UTC  (12+ messages)
` [PATCH v4 06/12] ref-filter: introduce color_atom_parser()
` [PATCH v4 08/12] ref-filter: introduce align_atom_parser()
` [PATCH v4 09/12] ref-filter: align: introduce long-form syntax
` [PATCH v4 11/12] ref-filter: introduce contents_atom_parser()
  ` [PATCH v4 10/12] ref-filter: introduce remote_ref_atom_parser()

git grep argument parser bug
 2016-02-05  0:22 UTC  (3+ messages)

git 2.7.0 crashes when top-down memory allocation preference is set
 2016-02-04 23:49 UTC  (6+ messages)

Merging branches with smudge filter
 2016-02-04 23:10 UTC 

[PATCH v3 00/20] refs backend rebase on pu
 2016-02-04 22:44 UTC  (23+ 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

[PATCHv7 0/8] Expose submodule parallelism to the user
 2016-02-04 21:57 UTC  (7+ messages)
` [PATCH 6/8] git submodule update: have a dedicated helper for cloning

[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  (4+ 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)


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