git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-02-04 07:49:03 to 2016-02-05 19:36:32 UTC [more...]

Clarification on the git+ssh and ssh+git schemes
 2016-02-05 19:36 UTC  (3+ messages)

[PATCH v6] ident: add user.useConfigOnly boolean for when ident shouldn't be guessed
 2016-02-05 19:31 UTC  (9+ 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

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

[PATCHv8 0/9] Expose submodule parallelism to the user
 2016-02-05 18:50 UTC  (14+ 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 0/8] Resumable clone revisited, proof of concept
 2016-02-05 18:43 UTC  (17+ 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] remote-curl: don't fall back to Basic auth if we haven't tried Negotiate
 2016-02-05 17:54 UTC  (5+ 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  (9+ messages)
` [PATCH 15/15] t4032-diff-inter-hunk-context.sh: "

[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  (9+ 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 v2 00/25] More flexibility in making shallow clones
 2016-02-05  5:41 UTC  (43+ 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/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  (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)

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

[PATCH v4 00/15] config: make git_config_set die on failure
 2016-02-04  8:56 UTC  (3+ messages)

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)


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