git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-02-29 11:54:04 to 2016-03-01 14:50:59 UTC [more...]

[PATCH v7 00/33] refs backend
 2016-03-01 14:50 UTC  (40+ 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] Mark win32's pthread_exit() as NORETURN
 2016-03-01 14:38 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/10] cleaning up check_repository_format_gently
 2016-03-01 14:45 UTC  (11+ 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

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

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

Bypassing hooks while cherry-picking
 2016-03-01 11:01 UTC 

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

[PATCH v2] git-p4: map a P4 user to Git author name and email address
 2016-03-01 10:57 UTC  (2+ messages)

[PATCH 00/22] Mark more strings for translation
 2016-03-01 10:40 UTC  (31+ messages)
` [PATCH 02/22] builtin/blame.c: mark "
` [PATCH 05/22] builtin/config.c: "
` [PATCH 07/22] builtin/update-index.c: "
` [PATCH 08/22] convert.c: "
` [PATCH 09/22] credential-cache--daemon.c: "
` [PATCH 10/22] http.c: "
` [PATCH 11/22] ident.c: "
` [PATCH 12/22] notes.c: "
` [PATCH 13/22] ref-filter.c: "
` [PATCH 14/22] refs/files-backend.c: "
` [PATCH 15/22] remote-curl.c: "
` [PATCH 16/22] run-command.c: "
` [PATCH 19/22] trailer.c: "

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

[PATCH] run-command: do not pass child process data into callbacks
 2016-03-01  7:13 UTC  (4+ messages)

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

[PATCHv21 00/10] Expose submodule parallelism to the user
 2016-03-01  2:07 UTC  (11+ 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  1:36 UTC  (16+ messages)
` [PATCH v6 1/7] t/lib-httpd: load mod_unixd
` [PATCH v6 2/7] submodule: don't pass empty string arguments to submodule--helper clone
` [PATCH v6 3/7] submodule: check argc count for git "
` [PATCH v6 4/7] submodule: fix submodule--helper clone usage
` [PATCH v6 5/7] submodule: fix segmentation fault in submodule--helper clone
` [PATCH v6 6/7] quote: implement sq_quotef()
` [PATCH v6 7/7] git: submodule honor -c credential.* from command line

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

What's cooking in git.git (Feb 2016, #07; Thu, 25)
 2016-02-29 23:37 UTC  (11+ messages)

[PATCH v6 00/32] refs backend
 2016-02-29 22:59 UTC  (13+ messages)
` [PATCH v6 05/32] refs: add a backend method structure with transaction functions
` [PATCH v6 28/32] config: read ref storage config on startup

[PATCH v5 0/3] pass credential.* to submodules
 2016-02-29 22:09 UTC  (11+ messages)
` [PATCH v5 1/3] sumodule--helper: fix submodule--helper clone usage and check argc count
` [PATCH v5 3/3] git: submodule honor -c credential.* from command line

[PATCHv18 00/11] Expose
 2016-02-29 21:55 UTC  (14+ messages)
` [PATCHv19 00/11] Expose submodule parallelism to the user
  ` [PATCHv19 09/11] git submodule update: have a dedicated helper for cloning

[PATCH v3 0/7] replacing strbuf_getline_lf() by strbuf_getline()
 2016-02-29 21:48 UTC  (11+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/7] quote: remove leading space in sq_dequote_step
  ` [PATCH v4 4/7] notes copy --stdin: read lines with strbuf_getline()

[PATCH] Documentation: talk about pager in api-trace.txt
 2016-02-29 21:31 UTC  (2+ messages)

GIT_TRACE_PERFORMANCE and pager
 2016-02-29 21:30 UTC  (5+ messages)

[PATCH/RFC 0/2] fix some rev-parse options in non-repos
 2016-02-29 21:29 UTC  (6+ messages)
` [PATCH 2/2] Revert "rev-parse: remove restrictions on some options"

GSoC 2016: applications open, deadline = Fri, 19/2
 2016-02-29 21:01 UTC  (12+ messages)
                ` GSoC 2016: applications open, libgit2 and git.git
                    ` Git has been accepted as a GSoC 2016 mentor organization!

[PATCHv20 00/12] Expose submodule parallelism to the user
 2016-02-29 20:50 UTC  (16+ messages)
` [PATCHv20 01/12] submodule-config: keep update strategy around
` [PATCHv20 02/12] submodule-config: drop check against NULL
` [PATCHv20 03/12] fetching submodules: respect `submodule.fetchJobs` config option
` [PATCHv20 04/12] submodule update: direct error message to stderr
` [PATCHv20 05/12] run_processes_parallel: treat output of children as byte array
` [PATCHv20 06/12] run-command: expose default_{start_failure, task_finished}
` [PATCHv20 07/12] run_processes_parallel: rename parameters for the callbacks
` [PATCHv20 08/12] run_processes_parallel: correctly terminate callbacks with an LF
` [PATCHv20 09/12] git submodule update: have a dedicated helper for cloning
` [PATCHv20 10/12] submodule helper: remove double 'fatal: ' prefix
` [PATCHv20 11/12] submodule update: expose parallelism to the user
` [PATCHv20 12/12] clone: allow an explicit argument for parallel submodule clones

[PATCH] http: honor no_http env variable to bypass proxy
 2016-02-29 19:29 UTC  (2+ messages)

[PATCH v2] Change type of signed int flags to unsigned
 2016-02-29 19:26 UTC  (2+ messages)

Invalid initial git gui message encoding
 2016-02-29 17:50 UTC 

git svn clones flawlessly on Windows, crashes silently on OS X - status of externals support?
 2016-02-29 16:54 UTC 

[PATCH] git-p4.py: Don't try to rebase on submit from bare repository
 2016-02-29 15:29 UTC  (12+ messages)
` [PATCH] git-p4.py: Make submit working on "

Compiler warning under cygwin/mingw (was: fix for 50a6c8e)
 2016-02-29 14:05 UTC  (2+ messages)

Git 2.7.2.windows.1 fails to authenticate access to private repository over HTTPS
 2016-02-29 13:30 UTC  (2+ messages)

git config --get-urlmatch does not set exit code 1 when no match is found
 2016-02-29 13:08 UTC  (3+ messages)

git cat-file -e behavior
 2016-02-29 12:40 UTC  (5+ 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).