git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-10-25 14:55:01 to 2018-10-27 06:25:08 UTC [more...]

[PATCH 00/78] nd/config-split reroll
 2018-10-27  6:23 UTC  (57+ messages)
` [PATCH 01/78] Update makefile in preparation for Documentation/config/*.txt
` [PATCH 02/78] config.txt: move advice.* to a separate file
` [PATCH 03/78] config.txt: move core.* "
` [PATCH 04/78] config.txt: move add.* "
` [PATCH 05/78] config.txt: move alias.* "
` [PATCH 06/78] config.txt: move am.* "
` [PATCH 07/78] config.txt: move apply.* "
` [PATCH 08/78] config.txt: move blame.* "
` [PATCH 09/78] config.txt: move branch.* "
` [PATCH 10/78] config.txt: move browser.* "
` [PATCH 11/78] config.txt: move checkout.* "
` [PATCH 12/78] config.txt: move clean.* "
` [PATCH 13/78] config.txt: move color.* "
` [PATCH 14/78] config.txt: move column.* "
` [PATCH 15/78] config.txt: move commit.* "
` [PATCH 16/78] config.txt: move credential.* "
` [PATCH 17/78] config.txt: move completion.* "
` [PATCH 18/78] config.txt: move diff-config.txt to config/
` [PATCH 19/78] config.txt: move difftool.* to a separate file
` [PATCH 20/78] config.txt: move fastimport.* "
` [PATCH 21/78] config.txt: move fetch-config.txt to config/
` [PATCH 22/78] config.txt: move filter.* to a separate file
` [PATCH 23/78] config.txt: move format-config.txt to config/
` [PATCH 24/78] config.txt: move fmt-merge-msg-config.txt "
` [PATCH 25/78] config.txt: move fsck.* to a separate file
` [PATCH 26/78] config.txt: move gc.* "
` [PATCH 27/78] config.txt: move gitcvs-config.txt to config/
` [PATCH 28/78] config.txt: move gitweb.* to a separate file
` [PATCH 29/78] config.txt: move grep.* "
` [PATCH 30/78] config.txt: move gpg.* "
` [PATCH 31/78] config.txt: move gui-config.txt to config/
` [PATCH 32/78] config.txt: move guitool.* to a separate file
` [PATCH 33/78] config.txt: move help.* "
` [PATCH 34/78] config.txt: move ssh.* "
` [PATCH 35/78] config.txt: move http.* "
` [PATCH 36/78] config.txt: move i18n.* "
` [PATCH 37/78] git-imap-send.txt: move imap.* "
` [PATCH 39/78] config.txt: move init.* "
` [PATCH 40/78] config.txt: move instaweb.* "
` [PATCH 41/78] config.txt: move interactive.* "
` [PATCH 43/78] config.txt: move mailinfo.* "
` [PATCH 44/78] config.txt: move mailmap.* "
` [PATCH 45/78] config.txt: move man.* "
` [PATCH 46/78] config.txt: move merge-config.txt to config/
` [PATCH 47/78] config.txt: move mergetool.* to a separate file
` [PATCH 48/78] config.txt: move notes.* "
` [PATCH 49/78] config.txt: move pack.* "
` [PATCH 50/78] config.txt: move pager.* "
` [PATCH 51/78] config.txt: move pretty.* "
` [PATCH 52/78] config.txt: move protocol.* "
` [PATCH 53/78] config.txt: move pull-config.txt to config/
` [PATCH 54/78] config.txt: move push-config.txt "
` [PATCH 55/78] config.txt: move rebase-config.txt "
` [PATCH 56/78] config.txt: move receive-config.txt "
` [PATCH 57/78] config.txt: move remote.* to a separate file
` [PATCH 59/78] config.txt: move repack.* "

What's cooking in git.git (Oct 2018, #05; Fri, 26)
 2018-10-27  3:45 UTC  (5+ messages)
` js/mingw-http-ssl, was "

[PATCH 3/3] commit-reach.h: add missing declarations (hdr-check)
 2018-10-27  1:53 UTC 

[PATCH 2/3] ewok_rlw.h: add missing 'inline' to function definition
 2018-10-27  1:52 UTC 

[PATCH 1/3] fetch-object.h: add missing declaration (hdr-check)
 2018-10-27  1:50 UTC 

[PATCH 0/3] some more hdr-check clean headers
 2018-10-27  1:47 UTC 

[PATCH v3 0/3] delta-islands: avoid unused function messages
 2018-10-27  1:45 UTC  (6+ messages)
` [PATCH v3 3/3] commit-slab: missing definitions and forward declarations (hdr-check)

[PATCH 0/2] add an advice on unqualified <dst> push
 2018-10-26 23:07 UTC  (24+ messages)
` [PATCH 2/2] push: "
        ` [PATCH v2 0/7] fixes for "
          ` [PATCH v3 0/8] "
          ` [PATCH v3 1/8] remote.c: add braces in anticipation of a follow-up change
          ` [PATCH v3 2/8] i18n: remote.c: mark error(...) messages for translation
          ` [PATCH v3 3/8] push: improve the error shown on unqualified <dst> push
          ` [PATCH v3 4/8] push: move unqualified refname error into a function
          ` [PATCH v3 5/8] push: add an advice on unqualified <dst> push
          ` [PATCH v3 6/8] push: test that <src> doesn't DWYM if <dst> is unqualified
          ` [PATCH v3 7/8] push: add DWYM support for "git push refs/remotes/...:<dst>"
          ` [PATCH v3 8/8] push doc: document the DWYM behavior pushing to unqualified <dst>
        ` [PATCH v2 1/7] remote.c: add braces in anticipation of a follow-up change
        ` [PATCH v2 2/7] i18n: remote.c: mark error(...) messages for translation
        ` [PATCH v2 3/7] push: improve the error shown on unqualified <dst> push
        ` [PATCH v2 4/7] push: move unqualified refname error into a function
        ` [PATCH v2 5/7] push: add an advice on unqualified <dst> push
        ` [PATCH v2 6/7] push: test that <src> doesn't DWYM if <dst> is unqualified
        ` [PATCH v2 7/7] push: add DWYM support for "git push refs/remotes/...:<dst>"

[PATCH 00/10] Resending sb/submodule-recursive-fetch-gets-the-tip
 2018-10-26 22:01 UTC  (17+ messages)
` [PATCH 01/10] sha1-array: provide oid_array_filter
` [PATCH 02/10] submodule.c: fix indentation
` [PATCH 03/10] submodule.c: sort changed_submodule_names before searching it
` [PATCH 04/10] submodule.c: tighten scope of changed_submodule_names struct
` [PATCH 05/10] submodule: store OIDs in changed_submodule_names
` [PATCH 06/10] repository: repo_submodule_init to take a submodule struct
` [PATCH 07/10] submodule: migrate get_next_submodule to use repository structs
` [PATCH 08/10] submodule.c: fetch in submodules git directory instead of in worktree
` [PATCH 09/10] fetch: try fetching submodules if needed objects were not fetched
` [PATCH 10/10] builtin/fetch: check for submodule updates in any ref update

[PATCH v3 0/7] Use generation numbers for --topo-order
 2018-10-26 20:56 UTC  (12+ messages)
` [PATCH v4 "
  ` [PATCH v4 4/7] revision.c: begin refactoring --topo-order logic
  ` [PATCH v4 6/7] revision.c: generation-based topo-order algorithm

[PATCH v3 2/3] shallow: offer to prune only non-existing entries
 2018-10-26 20:49 UTC  (4+ messages)

[RFC PATCH] index-pack: improve performance on NFS
 2018-10-26 20:38 UTC  (3+ messages)

[PATCH] Poison gettext with the Ook language
 2018-10-26 19:20 UTC  (9+ messages)
` [PATCH] i18n: make GETTEXT_POISON a runtime option

[PATCH v7 00/10] Make submodules work if .gitmodules is not checked out
 2018-10-26 18:43 UTC  (14+ messages)
` [PATCH v7 01/10] submodule: add a print_config_from_gitmodules() helper
` [PATCH v7 02/10] submodule: factor out a config_set_in_gitmodules_file_gently function
` [PATCH v7 03/10] t7411: merge tests 5 and 6
` [PATCH v7 04/10] t7411: be nicer to future tests and really clean things up
` [PATCH v7 05/10] submodule--helper: add a new 'config' subcommand
` [PATCH v7 06/10] submodule: use the 'submodule--helper config' command
` [PATCH v7 07/10] t7506: clean up .gitmodules properly before setting up new scenario
` [PATCH v7 08/10] submodule: add a helper to check if it is safe to write to .gitmodules
` [PATCH v7 09/10] submodule: support reading .gitmodules when it's not in the working tree
` [PATCH v7 10/10] t/helper: add test-submodule-nested-repo-config

the opposite of .gitignore, whitelist
 2018-10-26 15:27 UTC  (10+ messages)

[PATCH v1 2/2] curl_off_t xcurl_off_t is not portable
 2018-10-26 15:15 UTC  (3+ messages)

[PATCH] config.mak.dev: enable -Wunused-function
 2018-10-26 14:09 UTC  (4+ messages)
` [PATCH/RFC] thread-utils: better wrapper to avoid #ifdef NO_PTHREADS

[PATCH 0/3] am/rebase: share read_author_script()
 2018-10-26 13:32 UTC  (5+ messages)
` [PATCH v2 0/5] "

[PATCH v3 0/3] Add --gui to mergetool
 2018-10-26 13:15 UTC  (6+ messages)
` [RESEND PATCH "
` [RESEND PATCH v3 1/3] mergetool: accept -g/--[no-]gui as arguments
` [RESEND PATCH v3 2/3] completion: support `git mergetool --[no-]gui`
` [RESEND PATCH v3 3/3] doc: document diff/merge.guitool config keys

[RFC PATCH v2] Allow aliases that include other aliases
 2018-10-26 12:44 UTC  (7+ messages)
` [PATCH] alias: detect loops in mixed execution mode

[PATCH 0/9] Offer to run CI/PR builds in Visual Studio Team Services
 2018-10-26  8:37 UTC  (4+ messages)
` [PATCH v2 00/13] Offer to run CI/PR builds in Azure Pipelines

[PATCH sg/test-rebase-editor-fix] t3404-rebase-interactive: test abbreviated commands
 2018-10-26  8:11 UTC  (3+ messages)

[PATCH v2 0/2] rebase -i: introduce the 'break' command
 2018-10-26  8:04 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH 3/2] rebase -i: recognize short commands without arguments

Possible bug in referenced configuration file loading
 2018-10-26  7:58 UTC  (2+ messages)

[PATCH] Clear --exclude list after 'git rev-parse --all'
 2018-10-26  7:46 UTC  (8+ messages)

[PATCH] travis-ci: no longer use containers
 2018-10-26  5:06 UTC  (4+ messages)

[PATCH 0/3] Allow choosing the SSL backend cURL uses (plus related patches)
 2018-10-26  4:41 UTC  (16+ messages)
` [PATCH 2/3] http: add support for disabling SSL revocation checks in cURL
      ` [PATCH] http: give curl version warnings consistently
` [PATCH v2 0/3] Allow choosing the SSL backend cURL uses (plus related patches)
  ` [PATCH v2 1/3] http: add support for selecting SSL backends at runtime
  ` [PATCH v2 2/3] http: add support for disabling SSL revocation checks in cURL
  ` [PATCH v2 3/3] http: when using Secure Channel, ignore sslCAInfo by default

[PATCH v5] branch: introduce --show-current display option
 2018-10-26  1:53 UTC  (4+ messages)

[PATCH v2] archive: initialize archivers earlier
 2018-10-26  1:14 UTC  (7+ messages)
` [PATCH v3] "
  ` [PATCH v5] "

[PATCH v2 1/3] [Outreachy] t3903-stash: test without configured user name
 2018-10-26  1:13 UTC  (4+ messages)
` [PATCH v3 "

[PATCH] revision.c: drop missing objects from cmdline
 2018-10-25 23:53 UTC  (4+ messages)
` [PATCH v2] list-objects.c: don't segfault for missing cmdline objects

[PATCH] upload-pack: fix broken if/else chain in config callback
 2018-10-25 21:59 UTC  (3+ messages)

git filter-branch --filter-renames ?
 2018-10-25 21:30 UTC 

[PATCH 8/9] fetch: retry fetching submodules if needed objects were not fetched
 2018-10-25 21:42 UTC  (3+ messages)

'ds/test-multi-pack-index' vs. 'ab/commit-graph-progress'
 2018-10-25 21:11 UTC  (2+ messages)

[PATCH 00/19] Bring more repository handles into our code base
 2018-10-25 19:25 UTC  (5+ messages)
` New semantic patches vs. in-flight topics [was: Re: [PATCH 00/19] Bring more repository handles into our code base]

[PATCH] worktree: populate lock_reason in get_worktrees and light refactor/cleanup in worktree files
 2018-10-25 19:14 UTC  (4+ messages)

[PATCH] fetch-pack: be more precise in parsing v2 response
 2018-10-25 18:34 UTC  (4+ messages)

Confusing behavior with ignored submodules and `git commit -a`
 2018-10-25 18:26 UTC  (3+ messages)

[PATCH v1 0/2] speed up git reset
 2018-10-25 17:04 UTC  (7+ messages)
` [PATCH v4 0/3] "
  ` [PATCH v4 2/3] reset: add new reset.quiet config setting

[PATCH v1 1/2] path.c: char is not (always) signed
 2018-10-25 16:13 UTC 

Git Gui on OSX Mojave Dark Flashes on Repaints
 2018-10-25 15:44 UTC 

Bug: git log changes output depending on how the output is used
 2018-10-25 15:26 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).