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

[PATCH v7 00/33] refs backend
 2016-03-01  0:52 UTC  (18+ 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 05/33] refs: move resolve_ref_unsafe "
` [PATCH v7 08/33] refs: add method for do_for_each_ref
` [PATCH v7 10/33] refs: add do_for_each_per_worktree_ref
` [PATCH v7 12/33] refs: add method for initial ref transaction commit
` [PATCH v7 14/33] refs: add methods to init refs db
` [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 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 00/22] Mark more strings for translation
 2016-03-01  0:00 UTC  (34+ messages)
` [PATCH 02/22] builtin/blame.c: mark "
` [PATCH 03/22] builtin/checkout.c: "
` [PATCH 04/22] builtin/clone.c: "
` [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] run-command: do not pass child process data into callbacks
 2016-02-29 23:53 UTC  (3+ messages)

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

[PATCH v6 0/7] submodule--helper credential.* pass into submodule
 2016-02-29 23:44 UTC  (15+ 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

What's cooking in git.git (Feb 2016, #07; Thu, 25)
 2016-02-29 23:37 UTC  (14+ messages)
                ` [PATCH 1/1] config.mak.uname: Darwin: Use clang for Mac OS X 10.6

[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  (20+ messages)
` [PATCH v3 4/7] notes copy --stdin: split lines with string_list_split()
` [PATCH v4 0/7] replacing strbuf_getline_lf() by strbuf_getline()
  ` [PATCH v4 1/7] quote: remove leading space in sq_dequote_step
  ` [PATCH v4 2/7] bisect: read bisect paths with strbuf_getline()
  ` [PATCH v4 3/7] clean: read user input "
  ` [PATCH v4 5/7] notes copy --stdin: split lines with string_list_split()
  ` [PATCH v4 6/7] remote: read $GIT_DIR/branches/* with strbuf_getline()
  ` [PATCH v4 7/7] wt-status: read rebase todolist "
  ` [PATCH v4 4/7] notes copy --stdin: read lines "

50a6c8ef - xmalloc_array
 2016-02-29 21:36 UTC  (11+ messages)
` [PATCH] compat/mingw: brown paper bag fix for 50a6c8e
      ` Compiler warning under cygwin/mingw (was: fix for 50a6c8e)
        ` Compiler warning under cygwin/mingw

[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  (10+ 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 

GSoC 2016 Microproject
 2016-02-29 15:51 UTC  (9+ messages)

[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 "

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  (10+ messages)
  ` [PATCH 0/3] "
  ` [PATCH 1/3] config: fail if --get-urlmatch finds no value
  ` [PATCH 2/3] Documentation/git-config: use bulleted list for exit codes
  ` [PATCH 3/3] Documentation/git-config: fix --get-all description

git cat-file -e behavior
 2016-02-29 12:40 UTC  (5+ messages)

[PATCH] fetch-pack: fix unadvertised requests validation
 2016-02-29 10:00 UTC  (9+ messages)
` [PATCH] fetch-pack: fix object_id of exact sha1
        ` [PATCH v2] "

Trouble Cloning Git remote repository
 2016-02-29  9:34 UTC  (5+ messages)

[ANNOUNCE] Git v2.8.0-rc0
 2016-02-29  9:24 UTC  (2+ messages)

[RFC/PATCH] lockfile: improve error message when lockfile exists
 2016-02-29  7:25 UTC  (4+ messages)

[PATCH v1] git-p4: map a P4 user to Git author name and email address
 2016-02-29  5:31 UTC  (6+ messages)

[PATCH v2 1/2] pull --rebase: add --[no-]autostash flag
 2016-02-28 19:39 UTC  (6+ messages)

[PATCH] fetch-pack: fix unadvertised requests validation
 2016-02-28 19:14 UTC  (4+ messages)

[PATCH 00/16] git bisect improvements
 2016-02-28 18:28 UTC  (7+ messages)
` [PATCH 01/16] bisect: write about `bisect next` in documentation

[PATCH 0/2] enable "svn.pathnameencoding" on dcommit
 2016-02-28 17:52 UTC  (4+ messages)
` [PATCH 1/1] t9115: Skip pathnameencoding=cp932 under HFS

[L10N] Kickoff of translation for Git 2.8.0 round 1
 2016-02-28 14:12 UTC 

[PATCH v2] add DEVELOPER makefile knob to check for acknowledged warnings
 2016-02-28 10:49 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).