git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-02-29 23:37:45 to 2016-03-02 18:15:25 UTC [more...]

[PATCH 1/2] bundle: plug resource leak
 2016-03-02 18:15 UTC  (7+ messages)
` [PATCH 2/2] bundle: keep a copy of bundle file name in the in-core bundle header

Resumable git clone?
 2016-03-02 17:57 UTC  (21+ messages)

[PATCH] l10n: de.po: add space to abbreviation "z. B."
 2016-03-02 17:48 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] l10n: de.po: fix interactive rebase message
 2016-03-02 17:46 UTC  (2+ messages)

[PATCH 0/2] Port `git submodule init` from shell to C
 2016-03-02 17:34 UTC  (4+ messages)
` [PATCH 1/2] submodule: port resolve_relative_url "

[PATCH v6 0/4] config: add '--sources' option to print the source of a config value
 2016-03-02 17:33 UTC  (3+ messages)
` [PATCH v6 4/4] config: add '--show-origin' option to print the origin "

[PATCH v2] l10n: de.po: fix typo
 2016-03-02 17:10 UTC  (2+ messages)

bug: git submodule add in of nested submodule handles relative path wrong
 2016-03-02 16:52 UTC 

[PATCH] builtin/receive-pack.c: use parse_options API
 2016-03-02 13:53 UTC  (14+ messages)
` [PATCH v2] "

Bypassing hooks while cherry-picking
 2016-03-02 11:58 UTC  (4+ messages)
` [PATCH] cherry-pick: add --no-verify option
  ` [PATCH v2] "

[PATCH] l10n: de.po: Fixed typo
 2016-03-02 11:24 UTC  (2+ messages)

Rebase performance
 2016-03-02 10:13 UTC  (3+ messages)

[PATCH v2] git-p4: map a P4 user to Git author name and email address
 2016-03-02  9:25 UTC  (5+ messages)

[PATCH] bundle doc: 'verify' is not about verifying the bundle
 2016-03-02  9:22 UTC  (3+ messages)

bug: git submodule add fails when .git is a symlink
 2016-03-02  8:49 UTC  (7+ messages)

[PATCH 0/10] cleaning up check_repository_format_gently
 2016-03-02  2:52 UTC  (16+ messages)
` [PATCH 01/10] setup: document check_repository_format()
` [PATCH 02/10] wrap shared_repository global in get/set accessors
` [PATCH 03/10] lazily load core.sharedrepository
` [PATCH 04/10] check_repository_format_gently: stop using git_config_early
` [PATCH 05/10] config: drop git_config_early
` [PATCH 06/10] setup: refactor repo format reading and verification
` [PATCH 07/10] init: use setup.c's repo version verification
` [PATCH 08/10] setup: unify repository version callbacks
` [PATCH 09/10] setup: drop repository_format_version global
` [PATCH 10/10] setup: drop GIT_REPO_VERSION constants

[PATCH v7 00/33] refs backend
 2016-03-02  2:45 UTC  (47+ messages)
` [PATCH v7 01/33] setup: call setup_git_directory_gently before accessing refs
` [PATCH v7 02/33] refs: move head_ref{,_submodule} to the common code
` [PATCH v7 03/33] refs: move for_each_*ref* functions into "
` [PATCH v7 04/33] files-backend: break out ref reading
` [PATCH v7 05/33] refs: move resolve_ref_unsafe into common code
` [PATCH v7 06/33] refs: add a backend method structure with transaction functions
` [PATCH v7 07/33] refs: add methods for misc ref operations
` [PATCH v7 08/33] refs: add method for do_for_each_ref
` [PATCH v7 09/33] refs: reduce the visibility of do_for_each_ref()
` [PATCH v7 10/33] refs: add do_for_each_per_worktree_ref
` [PATCH v7 11/33] refs: add methods for reflog
` [PATCH v7 12/33] refs: add method for initial ref transaction commit
` [PATCH v7 13/33] refs: add method for delete_refs
` [PATCH v7 14/33] refs: add methods to init refs db
` [PATCH v7 15/33] refs: add method to rename refs
` [PATCH v7 16/33] refs: handle non-normal ref renames
` [PATCH v7 17/33] refs: make lock generic
` [PATCH v7 18/33] refs: move duplicate check to common code
` [PATCH v7 19/33] refs: allow log-only updates
` [PATCH v7 20/33] refs: don't dereference on rename
` [PATCH v7 21/33] refs: on symref reflog expire, lock symref not referrent
` [PATCH v7 22/33] refs: resolve symbolic refs first
` [PATCH v7 23/33] refs: always handle non-normal refs in files backend
` [PATCH v7 24/33] init: allow alternate ref strorage to be set for new repos
` [PATCH v7 25/33] refs: check submodules' ref storage config
` [PATCH v7 26/33] clone: allow ref storage backend to be set for clone
` [PATCH v7 27/33] svn: learn ref-storage argument
` [PATCH v7 28/33] refs: register ref storage backends
` [PATCH v7 29/33] setup: configure ref storage on setup
` [PATCH v7 30/33] refs: break out resolve_ref_unsafe_submodule
` [PATCH v7 31/33] refs: add LMDB refs storage backend
` [PATCH v7 32/33] refs: tests for lmdb backend
` [PATCH v7 33/33] tests: add ref-storage argument

[PATCH] Documentation: reword rebase summary
 2016-03-01 23:16 UTC  (3+ messages)

git-svn ignore-paths and huge files
 2016-03-01 22:41 UTC 

[PATCHv21 00/10] Expose submodule parallelism to the user
 2016-03-01 22:36 UTC  (12+ messages)
` [PATCHv21 01/10] submodule-config: keep update strategy around
` [PATCHv21 02/10] submodule-config: drop check against NULL
` [PATCHv21 03/10] fetching submodules: respect `submodule.fetchJobs` config option
` [PATCHv21 04/10] submodule update: direct error message to stderr
` [PATCHv21 05/10] run_processes_parallel: treat output of children as byte array
` [PATCHv21 06/10] run_processes_parallel: rename parameters for the callbacks
` [PATCHv21 07/10] git submodule update: have a dedicated helper for cloning
` [PATCHv21 08/10] submodule helper: remove double 'fatal: ' prefix
` [PATCHv21 09/10] submodule update: expose parallelism to the user
` [PATCHv21 10/10] clone: allow an explicit argument for parallel submodule clones

[PATCH v6 0/7] submodule--helper credential.* pass into submodule
 2016-03-01 22:03 UTC  (9+ messages)
` [PATCH v6 7/7] git: submodule honor -c credential.* from command line

git add -p refuses to apply an edited patch that otherwise applies
 2016-03-01 20:04 UTC 

[PATCH] Mark win32's pthread_exit() as NORETURN
 2016-03-01 19:44 UTC  (8+ messages)
` [PATCH v2] "

[PATCH] Store EXC_FLAG_* values in unsigned integers
 2016-03-01 18:26 UTC  (2+ messages)

[PATCH] environment.c: introduce DECLARE_GIT_GETTER helper macro
 2016-03-01 18:14 UTC  (3+ messages)

[PATCH] run-command: do not pass child process data into callbacks
 2016-03-01 17:55 UTC  (6+ messages)
    ` [PATCHv2] "

[RFC/PATCH] lockfile: improve error message when lockfile exists
 2016-03-01 17:04 UTC  (3+ messages)
` [PATCH v2 1/2] lockfile: mark strings for translation
  ` [PATCH v2 2/2] lockfile: improve error message when lockfile exists

git-rebase + git-mergetool results in broken state
 2016-03-01 16:38 UTC  (2+ messages)

Trouble Cloning Git remote repository
 2016-03-01 15:28 UTC  (7+ messages)

git config --get-urlmatch does not set exit code 1 when no match is found
 2016-03-01 15:03 UTC  (4+ messages)

[PATCH 00/22] Mark more strings for translation
 2016-03-01 14:56 UTC  (10+ messages)
` [PATCH 11/22] ident.c: mark "
` [PATCH 14/22] refs/files-backend.c: "
` [PATCH 16/22] run-command.c: "

50a6c8ef - xmalloc_array
 2016-03-01 13:52 UTC  (9+ messages)
` [PATCH] compat/mingw: brown paper bag fix for 50a6c8e

GSoC 2016 Microproject
 2016-03-01 12:22 UTC  (10+ messages)

[PATCH v1] git-p4: fix AsciiDoc formatting
 2016-03-01 11:05 UTC 

[PATCH v7 01/33] setup: call setup_git_directory_gently before accessing refs
 2016-03-01  9:55 UTC  (2+ messages)

[PATCH] fetch-pack: fix object_id of exact sha1
 2016-03-01  4:54 UTC  (7+ messages)
` [PATCH v2] "
      ` [PATCH v3] "

[PATCH v6 32/32] tests: add ref-storage argument
 2016-02-29 23:50 UTC  (2+ messages)

What's cooking in git.git (Feb 2016, #07; Thu, 25)
 2016-02-29 23:37 UTC  (11+ 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).