git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-02-25 21:56:23 to 2017-02-28 18:24:56 UTC [more...]

[PATCH v4 00/15] Remove submodule from files-backend.c
 2017-02-28 18:20 UTC  (21+ messages)
` [PATCH v5 00/24] "
  ` [PATCH v5 04/24] files-backend: convert git_path() to strbuf_git_path()
  ` [PATCH v5 05/24] files-backend: move "logs/" out of TMP_RENAMED_LOG
  ` [PATCH v5 07/24] files-backend: add and use files_refname_path()
  ` [PATCH v5 08/24] files-backend: remove the use of git_path()
  ` [PATCH v5 09/24] refs.c: introduce get_main_ref_store()
  ` [PATCH v5 12/24] refs.c: kill register_ref_store(), add register_submodule_ref_store()
  ` [PATCH v5 13/24] refs.c: make get_main_ref_store() public and use it
  ` [PATCH v5 14/24] path.c: move some code out of strbuf_git_path_submodule()
  ` [PATCH v5 24/24] t1406: new tests for submodule ref store

git diff --quiet exits with 1 on clean tree with CRLF conversions
 2017-02-28 18:06 UTC  (8+ messages)

gpg verify git sub modules useful?
 2017-02-28 17:36 UTC  (2+ messages)

[PATCH 1/2] docs/diffcore: fix grammar in diffcore-rename header
 2017-02-28 17:32 UTC  (4+ messages)
` [PATCH 2/2] docs/diffcore: unquote "Complete Rewrites" in headers

[PATCH 0/6] Use time_t
 2017-02-28 17:26 UTC  (17+ messages)
` [PATCH 1/6] t0006 & t5000: prepare for 64-bit time_t
` [PATCH 2/6] Specify explicitly where we parse timestamps
` [PATCH 3/6] Introduce a new "printf format" for timestamps
` [PATCH 4/6] Prepare for timestamps to use 64-bit signed types
` [PATCH 5/6] ref-filter: avoid using `unsigned long` for catch-all data type
` [PATCH 6/6] Use time_t where appropriate

format-patch subject-prefix gets truncated when using the --numbered flag
 2017-02-28 15:59 UTC 

Unconventional roles of git
 2017-02-28 15:27 UTC  (3+ messages)

[BUG] branch renamed to 'HEAD'
 2017-02-28 12:33 UTC  (25+ messages)
                  ` [PATCH 1/8] interpret_branch_name: move docstring to header file
                  ` [PATCH 2/8] strbuf_branchname: drop return value
                  ` [PATCH 3/8] strbuf_branchname: add docstring
                  ` [PATCH 4/8] interpret_branch_name: allow callers to restrict expansions
                  ` [PATCH 5/8] t3204: test git-branch @-expansion corner cases
                  ` [PATCH 6/8] branch: restrict @-expansions when deleting
                  ` [PATCH 7/8] strbuf_check_ref_format(): expand only local branches
                  ` [PATCH 8/8] checkout: restrict @-expansions when finding branch

'git submodules update' ignores credential.helper config of the parent repository
 2017-02-28 14:37 UTC  (3+ messages)

[PATCH] http: attempt updating base URL only if no error
 2017-02-28 13:28 UTC  (2+ messages)

SHA1 collisions found
 2017-02-28 13:25 UTC  (45+ messages)
                            ` Transition plan for git to move to a new hash function
                              ` Why BLAKE2?

[PATCH 1/2] wrapper.c: remove unused git_mkstemp() function
 2017-02-28 13:12 UTC  (2+ messages)

[PATCH 1/2] apply: guard against renames of non-existant empty files
 2017-02-28 10:50 UTC  (10+ messages)
` [PATCH 2/2] apply: handle assertion failure gracefully

[PATCH] http(s): automatically try NTLM authentication first
 2017-02-28 10:18 UTC  (9+ messages)
` [PATCH 2/2] http: add an "auto" mode for http.emptyauth
          ` [PATCH] "

Bug: "git worktree add" Unable to checkout a branch with no local ref
 2017-02-28  9:15 UTC  (2+ messages)

[RFC] - url-safe base64 commit-id's
 2017-02-28  6:30 UTC  (2+ messages)

Git has been accepted as a GSoC 2017 mentor organization!
 2017-02-28  7:04 UTC 

Typesafer git hash patch
 2017-02-28  6:59 UTC 

possible bug: inconsistent CLI behaviour for empty user.name
 2017-02-28  5:28 UTC  (9+ messages)
` [PATCH 4/4] ident: do not ignore empty config name/email

What's cooking in git.git (Feb 2017, #09; Mon, 27)
 2017-02-27 23:41 UTC 

[PATCH 2/2] wrapper.c: remove unused gitmkstemps() function
 2017-02-28  1:26 UTC 

[PATCH 0/2] remove unused 'mkstemp(s)' code
 2017-02-28  1:22 UTC 

[PATCH] strbuf: add strbuf_add_real_path()
 2017-02-27 22:45 UTC  (3+ messages)

[PATCH v6 0/6] stash: support pathspec argument
 2017-02-27 22:58 UTC  (9+ messages)
` [PATCH v7 "
  ` [PATCH v7 4/6] stash: teach 'push' (and 'create_stash') to honor pathspec

[PATCH] t6300: avoid creating refs/heads/HEAD
 2017-02-27 22:18 UTC  (8+ messages)

[PATCH 1/2] commit: be more precise when searching for headers
 2017-02-27 22:54 UTC  (8+ messages)
` [PATCH 2/2] commit: don't check for space twice when looking for header

Reference for quote "creating branch is not the issue, merging is", in context of Subversion/Git
 2017-02-27 22:42 UTC  (3+ messages)

[PATCH 00/10] decoupling a submodule's existence and its url
 2017-02-27 18:38 UTC  (7+ messages)
` [PATCH 05/10] submodule--helper: add is_active command
` [PATCH 10/10] submodule--helper clone: check for configured submodules using helper

[PATCH v2] convert: add "status=delayed" to filter process protocol
 2017-02-27 22:11 UTC  (5+ messages)

git-clone --config order & fetching extra refs during initial clone
 2017-02-27 21:12 UTC  (4+ messages)

show all merge conflicts
 2017-02-27 20:45 UTC  (8+ messages)

[PATCH] interpret_branch_name(): handle auto-namelen for @{-1}
 2017-02-27 19:27 UTC  (3+ messages)

[PATCH] cvs tests: When root, skip tests that call "cvs commit"
 2017-02-27 19:35 UTC  (2+ messages)

[PATCH v4 00/22] Add configuration options for split-index
 2017-02-27 18:00 UTC  (23+ messages)
` [PATCH v4 01/22] config: mark an error message up for translation
` [PATCH v4 02/22] t1700: change here document style
` [PATCH v4 03/22] config: add git_config_get_split_index()
` [PATCH v4 04/22] split-index: add {add,remove}_split_index() functions
` [PATCH v4 05/22] read-cache: add and then use tweak_split_index()
` [PATCH v4 06/22] update-index: warn in case of split-index incoherency
` [PATCH v4 07/22] t1700: add tests for core.splitIndex
` [PATCH v4 08/22] Documentation/config: add information "
` [PATCH v4 09/22] Documentation/git-update-index: talk about core.splitIndex config var
` [PATCH v4 10/22] config: add git_config_get_max_percent_split_change()
` [PATCH v4 11/22] read-cache: regenerate shared index if necessary
` [PATCH v4 12/22] t1700: add tests for splitIndex.maxPercentChange
` [PATCH v4 13/22] Documentation/config: add splitIndex.maxPercentChange
` [PATCH v4 14/22] sha1_file: make check_and_freshen_file() non static
` [PATCH v4 15/22] read-cache: touch shared index files when used
` [PATCH v4 16/22] config: add git_config_get_expiry() from gc.c
` [PATCH v4 17/22] read-cache: unlink old sharedindex files
` [PATCH v4 18/22] t1700: test shared index file expiration
` [PATCH v4 19/22] read-cache: refactor read_index_from()
` [PATCH v4 20/22] read-cache: use freshen_shared_index() in read_index_from()
` [PATCH v4 21/22] Documentation/config: add splitIndex.sharedIndexExpire
` [PATCH v4 22/22] Documentation/git-update-index: explain splitIndex.*

[PATCH 0/5] recursing submodules with relative pathspec (grep and ls-files)
 2017-02-27 18:14 UTC  (5+ messages)
` [PATCH 1/5] grep: illustrate bug when recursing with relative pathspec

[PATCH] gitweb tests: Skip tests when we don't have Time::HiRes
 2017-02-27 18:25 UTC  (3+ messages)

[PATCH v5 0/1] Conditional config include
 2017-02-27 18:42 UTC  (14+ messages)
` [PATCH v5 1/1] config: add conditional include
` [PATCH v6 0/1] Conditional config include
  ` [PATCH v6 1/1] config: add conditional include

[ANNOUNCE] Git v2.12.0
 2017-02-27 16:12 UTC  (2+ messages)

[PATCH] travis-ci: run scan-build every time
 2017-02-27  0:34 UTC  (7+ messages)

body-CC-comment regression
 2017-02-26 20:45 UTC  (5+ messages)
` [PATCH v2] send-email: only allow one address per body tag

SHA1 collisions found
 2017-02-26 18:55 UTC  (2+ messages)

git-sha-x: idea for stronger cryptographic verification while keeping SHA1 content addresses
 2017-02-26 17:07 UTC 


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