messages from 2018-07-17 19:59:57 to 2018-07-19 13:22:54 UTC [more...]
Use different ssh keys for different github repos (per-url sshCommand)
2018-07-19 13:22 UTC (3+ messages)
[PATCH v4 0/7] X509 (gpgsm) commit signing support
2018-07-19 12:15 UTC (16+ messages)
` [PATCH v4 2/7] t/t7510: check the validation of the new config gpg.format
` [PATCH v5 "
` [PATCH v4 3/7] gpg-interface: introduce an abstraction for multiple gpg formats
` [PATCH v4 4/7] gpg-interface: do not hardcode the key string len anymore
` [PATCH v4 7/7] gpg-interface t: extend the existing GPG tests with GPGSM
` [PATCH] t/t5534: do not unset GIT_COMMITTER_EMAIL for other tests
` [PATCH v5 7/7] gpg-interface t: extend the existing GPG tests with GPGSM
Q: Ignore ./foo, but not script/foo
2018-07-19 11:00 UTC (6+ messages)
` Antw: "
[PATCH v2 0/2] Fix --short and --porcelain options for commit
2018-07-19 9:31 UTC (4+ messages)
` [PATCH v3 3/3] commit: fix exit code for --short/--porcelain
[PATCH] sequencer.c: terminate the last line of author-script properly
2018-07-19 9:20 UTC (15+ messages)
` [PATCH] sequencer.c: terminate the last line of author-scriptproperly
` [RFC PATCH] sequencer: fix quoting in write_author_script
What's cooking in git.git (Jul 2018, #02; Wed, 18)
2018-07-19 8:48 UTC (4+ messages)
2.18.0 Regression: packing performance and effectiveness
2018-07-19 5:57 UTC (7+ messages)
` [RFC PATCH] fix-v1: revert "pack-objects: shrink delta_size field in struct object_entry"
` [RFC PATCH] fix-v2: make OE_DELTA_SIZE_BITS a bit bigger
How to speedup git clone for big binary files (disable delta compression)
2018-07-19 5:33 UTC (2+ messages)
[RFC PATCH 0/6] Add gentle alternative for `get_oid()`
2018-07-18 23:14 UTC (9+ messages)
` [RFC PATCH 2/6] tree-walk: Add three new gentle helpers
` [RFC PATCH 5/6] sha1-name: Teach `get_oid_with_context[_1]()` to be gentle
[PATCH 0/6] Resend of origin/sb/submodule-update-in-c
2018-07-18 23:11 UTC (9+ messages)
` [PATCH 1/6] git-submodule.sh: align error reporting for update mode to use path
` [PATCH 2/6] git-submodule.sh: rename unused variables
` [PATCH 3/6] builtin/submodule--helper: factor out submodule updating
` [PATCH 4/6] builtin/submodule--helper: store update_clone information in a struct
` [PATCH 5/6] builtin/submodule--helper: factor out method to update a single submodule
` [PATCH 6/6] submodule--helper: introduce new update-module-mode helper
[PATCH v1 0/3] [RFC] Speeding up checkout (and merge, rebase, etc)
2018-07-18 22:56 UTC (8+ messages)
` [PATCH v1 1/3] add unbounded Multi-Producer-Multi-Consumer queue
` [PATCH v1 2/3] add performance tracing around traverse_trees() in unpack_trees()
` [PATCH v1 3/3] Add initial parallel version of unpack_trees()
[PATCH] add core.usereplacerefs config option
2018-07-18 22:53 UTC (12+ messages)
` [PATCH 1/3] check_replace_refs: fix outdated comment
` [PATCH 2/3] check_replace_refs: rename to read_replace_refs
` [PATCH 3/3] add core.usereplacerefs config option
[PATCH v2 0/6] git-submodule.sh: convert part of cmd_update to C
2018-07-18 21:57 UTC (13+ messages)
` [PATCH v2 6/6] submodule--helper: introduce new update-module-mode helper
[PATCH 0/8] Clarify commit-graph and grafts/replace/shallow incompatibilities
2018-07-18 20:13 UTC (16+ messages)
` [PATCH 1/8] refs.c: migrate internal ref iteration to pass thru repository argument
` [PATCH 2/8] refs.c: upgrade for_each_replace_ref to be a each_repo_ref_fn callback
` [PATCH 3/8] commit-graph: update design document
` [PATCH 4/8] test-repository: properly init repo
` [PATCH 5/8] commit-graph: not compatible with replace objects
` [PATCH 6/8] commit-graph: not compatible with grafts
` [PATCH 7/8] commit-graph: not compatible with uninitialized repo
` [PATCH 8/8] commit-graph: close_commit_graph before shallow walk
` [PATCH] DO-NOT-MERGE: write and read commit-graph always
[PATCH] gc: do not warn about too many loose objects
2018-07-18 19:55 UTC (11+ messages)
` [PATCH v2 0/3] gc --auto: do not return error for prior errors in daemonized mode
` [PATCH 2/3] gc: exit with status 128 on failure
` [PATCH 3/3] gc: do not return error for prior errors in daemonized mode
[PATCH 0/6] git-submodule.sh: convert part of cmd_update to C
2018-07-18 19:41 UTC (4+ messages)
` [PATCH 6/6] submodule--helper: introduce new update-module-mode helper
[PATCHv6 00/10] Reroll of sb/diff-color-move-more
2018-07-18 19:31 UTC (11+ messages)
` [PATCH 01/10] xdiff/xdiff.h: remove unused flags
` [PATCH 02/10] xdiff/xdiffi.c: remove unneeded function declarations
` [PATCH 03/10] t4015: avoid git as a pipe input
` [PATCH 04/10] diff.c: do not pass diff options as keydata to hashmap
` [PATCH 05/10] diff.c: adjust hash function signature to match hashmap expectation
` [PATCH 06/10] diff.c: add a blocks mode for moved code detection
` [PATCH 07/10] diff.c: decouple white space treatment from move detection algorithm
` [PATCH 08/10] diff.c: factor advance_or_nullify out of mark_color_as_moved
` [PATCH 09/10] diff.c: add white space mode to move detection that allows indent changes
` [PATCH 10/10] diff.c: offer config option to control ws handling in move detection
[PATCH 00/16] Consolidate reachability logic
2018-07-18 19:21 UTC (22+ messages)
` [PATCH 06/16] upload-pack: generalize commit date cutoff
` [PATCH 13/16] test-reach: test can_all_from_reach_with_flags
sed: command garbled: rGIT-PERL-HEADER
2018-07-18 19:12 UTC (4+ messages)
[PATCHv5 0/9] Reroll of sb/diff-color-move-more
2018-07-18 18:27 UTC (4+ messages)
` [PATCH 9/9] diff.c: add white space mode to move detection that allows indent changes
[PATCH] Documentation: fix --color option formatting
2018-07-18 18:24 UTC (3+ messages)
[RFC] push: add documentation on push v2
2018-07-18 18:21 UTC (13+ messages)
[PATCH] diff.c: offer config option to control ws handling in move detection
2018-07-18 18:16 UTC (3+ messages)
[PATCH 0/4] Use oid_object_info() instead of read_object_file()
2018-07-18 17:56 UTC (4+ messages)
[PATCH 0/2] repack -ad: fix after `fetch --prune` in a shallow repository
2018-07-18 17:48 UTC (10+ messages)
` [PATCH 2/2] repack -ad: prune the list of shallow commits
[PATCH] gc: do not warn about too many loose objects
2018-07-18 17:29 UTC (13+ messages)
Receiving console output from GIT 10mins after abort/termination?
2018-07-18 17:11 UTC (2+ messages)
[PATCH 0/2] RFC ref store to repository migration
2018-07-18 17:07 UTC (6+ messages)
` [PATCH 1/2] refs.c: migrate internal ref iteration to pass thru repository argument
` [PATCH 2/2] refs.c: upgrade for_each_replace_ref to be a each_repo_ref_fn callback
` [PATCH] TO-SQUASH: replace the_repository with arbitrary r
[PATCH 08/16] test-reach: create new test tool for ref_newer
2018-07-18 16:14 UTC (3+ messages)
[PATCH v2 00/23] Mark strings for translation
2018-07-18 16:11 UTC (24+ messages)
` [PATCH v2 01/23] Update messages in preparation for i18n
` [PATCH v2 02/23] archive-tar.c: mark more strings for translation
` [PATCH v2 03/23] archive-zip.c: "
` [PATCH v2 04/23] builtin/config.c: "
` [PATCH v2 05/23] builtin/grep.c: mark "
` [PATCH v2 06/23] builtin/pack-objects.c: mark more "
` [PATCH v2 07/23] builtin/replace.c: "
` [PATCH v2 08/23] commit-graph.c: "
` [PATCH v2 09/23] config.c: "
` [PATCH v2 10/23] connect.c: "
` [PATCH v2 11/23] convert.c: "
` [PATCH v2 12/23] dir.c: "
` [PATCH v2 13/23] environment.c: "
` [PATCH v2 14/23] exec-cmd.c: "
` [PATCH v2 15/23] object.c: "
` [PATCH v2 16/23] pkt-line.c: "
` [PATCH v2 17/23] refs.c: "
` [PATCH v2 18/23] refspec.c: "
` [PATCH v2 19/23] replace-object.c: "
` [PATCH v2 20/23] sequencer.c: "
` [PATCH v2 21/23] sha1-file.c: "
` [PATCH v2 22/23] transport.c: "
` [PATCH v2 23/23] transport-helper.c: "
[ANNOUNCE] Git Rev News edition 41
2018-07-18 12:53 UTC
Git 2.18: RUNTIME_PREFIX... is it working?
2018-07-18 12:18 UTC (12+ messages)
[PATCH v2 1/4] ref-filter: add info_source to valid_atom
2018-07-17 22:17 UTC (5+ messages)
` [PATCH v2 4/4] ref-filter: use oid_object_info() to get object
[GSoC] [PATCH 0/5] rebase: rewrite rebase in C
2018-07-17 21:55 UTC (5+ messages)
` [GSoC] [PATCH v3 0/4] "
` [PATCH v3 4/4] builtin/rebase: support running "git rebase <upstream>"
[GSoC] GSoC with git, week 11
2018-07-17 21:55 UTC (2+ messages)
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).