messages from 2017-08-02 08:32:09 to 2017-08-04 18:46:34 UTC [more...]
[RFC] imap-send: escape backslash in password
2017-08-04 16:16 UTC
core.autocrlf=true causes `git apply` to fail on patch generated with `git diff-index HEAD --patch`
2017-08-04 17:57 UTC (9+ messages)
` [PATCH v1 1/1] correct apply for files commited with CRLF
[PATCH] clone: teach recursive clones to respect -q
2017-08-04 17:05 UTC (4+ messages)
What's cooking in git.git (Aug 2017, #01; Fri, 4)
2017-08-04 16:55 UTC
[ANNOUNCE] Git v2.14.0
2017-08-04 16:54 UTC
A note from the maintainer
2017-08-04 16:54 UTC
[PATCH v2 00/10] tag: only respect `pager.tag` in list-mode
2017-08-04 16:42 UTC (17+ messages)
` [PATCH v3 0/7] "
` [PATCH v3 1/7] builtin.h: take over documentation from api-builtin.txt
` [PATCH v3 2/7] git.c: let builtins opt for handling `pager.foo` themselves
` [PATCH v3 3/7] git.c: provide setup_auto_pager()
` [PATCH v3 4/7] t7006: add tests for how git tag paginates
` [PATCH v3 5/7] tag: respect `pager.tag` in list-mode only
` [PATCH v3 6/7] tag: change default of `pager.tag` to "on"
` [PATCH v3 7/7] git.c: ignore pager.* when launching builtin as dashed external
[PATCH v5 00/40] Add initial experimental external ODB support
2017-08-04 6:32 UTC (51+ messages)
` [PATCH v5 01/40] builtin/clone: get rid of 'value' strbuf
` [PATCH v5 02/40] t0021/rot13-filter: refactor packet reading functions
` [PATCH v5 03/40] t0021/rot13-filter: improve 'if .. elsif .. else' style
` [PATCH v5 04/40] Add Git/Packet.pm from parts of t0021/rot13-filter.pl
` [PATCH v5 05/40] t0021/rot13-filter: use Git/Packet.pm
` [PATCH v5 06/40] Git/Packet.pm: improve error message
` [PATCH v5 07/40] Git/Packet.pm: add packet_initialize()
` [PATCH v5 08/40] Git/Packet.pm: add capability functions
` [PATCH v5 09/40] sha1_file: prepare for external odbs
` [PATCH v5 10/40] Add initial external odb support
` [PATCH v5 11/40] odb-helper: add odb_helper_init() to send 'init' instruction
` [PATCH v5 12/40] t0400: add 'put_raw_obj' instruction to odb-helper script
` [PATCH v5 13/40] external odb: add 'put_raw_obj' support
` [PATCH v5 14/40] external-odb: accept only blobs for now
` [PATCH v5 15/40] t0400: add test for external odb write support
` [PATCH v5 16/40] Add GIT_NO_EXTERNAL_ODB env variable
` [PATCH v5 17/40] Add t0410 to test external ODB transfer
` [PATCH v5 18/40] lib-httpd: pass config file to start_httpd()
` [PATCH v5 19/40] lib-httpd: add upload.sh
` [PATCH v5 20/40] lib-httpd: add list.sh
` [PATCH v5 21/40] lib-httpd: add apache-e-odb.conf
` [PATCH v5 22/40] odb-helper: add odb_helper_get_raw_object()
` [PATCH v5 23/40] pack-objects: don't pack objects in external odbs
` [PATCH v5 24/40] Add t0420 to test transfer to HTTP external odb
` [PATCH v5 25/40] external-odb: add 'get_direct' support
` [PATCH v5 26/40] odb-helper: add 'script_mode' to 'struct odb_helper'
` [PATCH v5 27/40] odb-helper: add init_object_process()
` [PATCH v5 28/40] Add t0450 to test 'get_direct' mechanism
` [PATCH v5 29/40] Add t0460 to test passing git objects
` [PATCH v5 30/40] odb-helper: add put_object_process()
` [PATCH v5 31/40] Add t0470 to test passing raw objects
` [PATCH v5 32/40] odb-helper: add have_object_process()
` [PATCH v5 33/40] Add t0480 to test "have" capability and raw objects
` [PATCH v5 34/40] external-odb: use 'odb=magic' attribute to mark odb blobs
` [PATCH v5 35/40] Add Documentation/technical/external-odb.txt
` [PATCH v5 36/40] clone: add 'initial' param to write_remote_refs()
` [PATCH v5 37/40] clone: add --initial-refspec option
` [PATCH v5 38/40] clone: disable external odb before initial clone
` [PATCH v5 39/40] Add tests for 'clone --initial-refspec'
` [PATCH v5 40/40] Add t0430 to test cloning using bundles
reftable [v4]: new ref storage format
2017-08-04 2:50 UTC (22+ messages)
What's cooking in git.git (Jul 2017, #09; Mon, 31)
2017-08-03 22:20 UTC (8+ messages)
Cloning an specific commit from the hash
2017-08-03 20:47 UTC (4+ messages)
[PATCH 00/15] submodule-config cleanup
2017-08-03 20:43 UTC (24+ messages)
` [PATCH v2 "
` [PATCH v2 01/15] t7411: check configuration parsing errors
` [PATCH v2 02/15] submodule: don't use submodule_from_name
` [PATCH v2 03/15] add, reset: ensure submodules can be added or reset
` [PATCH v2 04/15] submodule--helper: don't overlay config in remote_submodule_branch
` [PATCH v2 05/15] submodule--helper: don't overlay config in update-clone
` [PATCH v2 06/15] fetch: don't overlay config with submodule-config
` [PATCH v2 07/15] submodule: don't rely on overlayed config when setting diffopts
` [PATCH v2 08/15] unpack-trees: don't respect submodule.update
` [PATCH v2 09/15] submodule: remove submodule_config callback routine
` [PATCH v2 10/15] diff: stop allowing diff to have submodules configured in .git/config
` [PATCH v2 11/15] submodule-config: remove support for overlaying repository config
` [PATCH v2 12/15] submodule-config: move submodule-config functions to submodule-config.c
` [PATCH v2 13/15] submodule-config: lazy-load a repository's .gitmodules file
` [PATCH v2 14/15] unpack-trees: improve loading of .gitmodules
` [PATCH v2 15/15] submodule: remove gitmodules_config
[RFC PATCH 0/4] Some patches for fsck for missing objects
2017-08-03 19:08 UTC (11+ messages)
` [PATCH v2 0/5] Fsck for lazy objects, and (now) actual invocation of loader
gitk -m ?
2017-08-03 17:37 UTC
[PATCH 0/6] am/cherry-pick/rebase/revert --rerere-autoupdate fixes
2017-08-03 17:19 UTC (11+ messages)
` [PATCH 1/6] am: remember --rerere-autoupdate setting
` [PATCH 2/6] rebase: honor --rerere-autoupdate
` [PATCH 3/6] rebase -i: "
` [PATCH 4/6] t3504: use test_commit
` [PATCH 5/6] cherry-pick/revert: remember --rerere-autoupdate
` [PATCH 6/6] cherry-pick/revert: reject --rerere-autoupdate when continuing
[PATCH 0/4] handling empty inputs in the revision machinery
2017-08-03 17:00 UTC (13+ messages)
` [PATCH 1/4] t6018: flesh out empty input/output rev-list tests
` [PATCH 2/4] revision: add rev_input_given flag
` [PATCH 3/4] rev-list: don't show usage when we see empty ref patterns
` [PATCH 4/4] revision: do not fallback to default when rev_input_given is set
` [PATCH DONOTAPPLY 5/4] revision: let --stdin set rev_input_given
[PATCH 1/2] doc: fix small issues in SubmittingPatches
2017-08-03 15:35 UTC (16+ messages)
` [RFC] The correct and consistent alternative to quote a command ?
` [PATCH 2/2] doc: add another way to identify if a patch has been merged
[RFC/PATCH v3 00/16] Add initial experimental external ODB support
2017-08-03 8:06 UTC (7+ messages)
` [RFC/PATCH v3 01/16] Add initial external odb support
Git log --tags isn't working as expected
2017-08-02 22:15 UTC (6+ messages)
git svn fetch --localtime produces wrong commit times
2017-08-02 21:34 UTC (2+ messages)
Paper cut bug: Why isn't "git clone xxxx" recursive by default?
2017-08-02 20:34 UTC (8+ messages)
` [RFC PATCH] clone: add clone.recursesubmodules config option
` "
[PATCH v2 0/3] Convert grep to recurse in-process
2017-08-02 19:49 UTC (17+ messages)
` [PATCH v3 00/10] "
` [PATCH v3 07/10] submodule: check for unstaged .gitmodules outside of config parsing
` [PATCH v4 00/10] Convert grep to recurse in-process
` [PATCH v4 01/10] repo_read_index: don't discard the index
` [PATCH v4 02/10] repository: have the_repository use the_index
` [PATCH v4 03/10] cache.h: add GITMODULES_FILE macro
` [PATCH v4 04/10] config: add config_from_gitmodules
` [PATCH v4 05/10] submodule: remove submodule.fetchjobs from submodule-config parsing
` [PATCH v4 06/10] submodule: remove fetch.recursesubmodules "
` [PATCH v4 07/10] submodule: check for unstaged .gitmodules outside of config parsing
` [PATCH v4 08/10] submodule: check for unmerged "
` [PATCH v4 09/10] submodule: merge repo_read_gitmodules and gitmodules_config
` [PATCH v4 10/10] grep: recurse in-process using 'struct repository'
[PATCH] Add 'raw' blob_plain link in history overview
2017-08-02 18:59 UTC
[PATCH v3 03/10] cache.h: add GITMODULES_FILE macro
2017-08-02 17:46 UTC (7+ messages)
` [PATCH] convert any hard coded .gitmodules file string to the MACRO
git send-email -v n fails
2017-08-02 16:35 UTC (2+ messages)
git bisect "commits left" miscount
2017-08-02 15:56 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).