messages from 2018-10-05 23:50:24 to 2018-10-09 23:00:47 UTC [more...]
[PATCH 00/14] Hash function transition part 15
2018-10-09 23:00 UTC (27+ messages)
` [PATCH 01/14] pack-bitmap-write: use GIT_MAX_RAWSZ for allocation
` [PATCH 02/14] builtin/repack: replace hard-coded constant
` [PATCH 03/14] builtin/mktree: remove "
` [PATCH 04/14] builtin/fetch-pack: remove constants with parse_oid_hex
` [PATCH 05/14] pack-revindex: express constants in terms of the_hash_algo
` [PATCH 06/14] packfile: "
` [PATCH 07/14] refs/packed-backend: express constants using the_hash_algo
` [PATCH 08/14] upload-pack: express constants in terms of the_hash_algo
` [PATCH 09/14] transport: use parse_oid_hex instead of a constant
` [PATCH 10/14] tag: express constant in terms of the_hash_algo
` [PATCH 11/14] apply: replace hard-coded constants
` [PATCH 12/14] apply: rename new_sha1_prefix and old_sha1_prefix
` [PATCH 13/14] submodule: make zero-oid comparison hash function agnostic
` [PATCH 14/14] rerere: convert to use the_hash_algo
git svn clone/fetch hits issues with gc --auto
2018-10-09 22:51 UTC
We should add a "git gc --auto" after "git clone" due to commit graph
2018-10-09 21:37 UTC (30+ messages)
` Bloom Filters (was Re: We should add a "git gc --auto" after "git clone" due to commit graph)
` [PATCH 0/4] Bloom filter experiment
` [PATCH 1/4] Add a (very) barebones Bloom filter implementation
` [PATCH 2/4] commit-graph: write a Bloom filter containing changed paths for each commit
` [PATCH 3/4] revision.c: use the Bloom filter to speed up path-limited revision walks
` [PATCH 4/4] revision.c: add GIT_TRACE_BLOOM_FILTER for a bit of statistics
[RFC PATCH 0/3] diff --color-moved-ws: allow mixed spaces and tabs in indentation change
2018-10-09 21:10 UTC (5+ messages)
` [RFC PATCH 3/3] diff: add --color-moved-ws=allow-mixed-indentation-change
[PATCH 0/2] branch: introduce --current display option
2018-10-09 20:59 UTC (2+ messages)
[PATCH 1/2] branch: introduce --current display option
2018-10-09 20:21 UTC (4+ messages)
` [PATCH 2/2] doc/git-branch: Document the --current option
[PATCH] unpack-trees: allow missing CE_SKIP_WORKTREE objs
2018-10-09 18:40 UTC (6+ messages)
` [PATCH v2] cache-tree: skip some blob checks in partial clone
[PATCH] builtin/grep.c: remote superflous submodule code
2018-10-09 18:35 UTC
[PATCH 0/3] Add GIT_TEST_MULTI_PACK_INDEX environment variable
2018-10-09 18:15 UTC (8+ messages)
` [PATCH 1/3] midx: fix broken free() in close_midx()
` [PATCH 2/3] midx: close multi-pack-index on repack
` [PATCH 3/3] multi-pack-index: define GIT_TEST_MULTI_PACK_INDEX
Fwd: git difftool does not give the --cached option
2018-10-09 17:59 UTC (2+ messages)
` "
People unaware of the importance of "git gc"?
2018-10-09 17:40 UTC (20+ messages)
` What's so special about objects/17/ ?
[PATCH 0/3] Filter alternate references
2018-10-09 14:49 UTC (8+ messages)
` [PATCH v5 0/4] "
` [PATCH v5 1/4] transport: drop refnames from for_each_alternate_ref
` [PATCH v5 2/4] transport.c: extract 'fill_alternate_refs_command'
` [PATCH v5 3/4] transport.c: introduce core.alternateRefsCommand
` [PATCH v5 4/4] transport.c: introduce core.alternateRefsPrefixes
git log -S or -G
2018-10-09 13:51 UTC (11+ messages)
test files with same names?
2018-10-09 13:11 UTC (6+ messages)
` How to handle patch series conflicts
[PATCH v3 0/3] alias help tweaks
2018-10-09 11:59 UTC (5+ messages)
` [PATCH v4 "
` [PATCH v4 1/3] help: redirect to aliased commands for "git cmd --help"
` [PATCH v4 2/3] git.c: handle_alias: prepend alias info when first argument is -h
` [PATCH v4 3/3] git-help.txt: document "git help cmd" vs "git cmd --help" for aliases
[PATCH][Outreachy] remove all the inclusions of git-compat-util.h in header files
2018-10-09 10:13 UTC (4+ messages)
[PATCH 0/3] ref-filter: reduce memory leaks
2018-10-09 8:18 UTC (4+ messages)
` [PATCH 1/3] ref-filter: free memory from used_atom
` [PATCH 2/3] ls-remote: release memory instead of UNLEAK
` [PATCH 3/3] ref-filter: free item->value and item->value->s
refreshing the gitk colour scheme
2018-10-09 8:11 UTC (2+ messages)
[PATCH 0/1] Define GIT_TEST_COMMIT_GRAPH for commit-graph test coverage
2018-10-09 5:53 UTC (7+ messages)
` [PATCH 1/1] commit-graph: define GIT_TEST_COMMIT_GRAPH
[PATCH 0/1] rebase -i: introduce the 'break' command
2018-10-09 5:27 UTC (6+ messages)
` [PATCH 1/1] "
[BUG] A part of an edge from an octopus merge gets colored, even with --color=never
2018-10-09 4:51 UTC (11+ messages)
[PATCH v6 00/10] Make submodules work if .gitmodules is not checked out
2018-10-09 3:48 UTC (11+ messages)
` [PATCH v6 08/10] submodule: add a helper to check if it is safe to write to .gitmodules
` [PATCH v6 09/10] submodule: support reading .gitmodules when it's not in the working tree
[PATCH v3] coccicheck: process every source file at once
2018-10-09 3:15 UTC (17+ messages)
[PATCH] builtin/grep.c: remote superflous submodule code
2018-10-09 0:14 UTC (5+ messages)
[PATCH v3 0/2] EditorConfig file
2018-10-08 22:21 UTC (4+ messages)
` [PATCH v3 1/2] editorconfig: provide editor settings for Git developers
` [PATCH v3 2/2] editorconfig: indicate settings should be kept in sync
[PATCH v2 0/2] EditorConfig file
2018-10-08 21:54 UTC (5+ messages)
` [PATCH v2 1/2] editorconfig: provide editor settings for Git developers
` [PATCH v2 2/2] editorconfig: indicate settings should be kept in sync
t3404.6 breaks on master under GIT_FSMONITOR_TEST
2018-10-08 18:27 UTC (4+ messages)
[RFC PATCH 0/5] filter: support for excluding all trees and blobs
2018-10-08 17:23 UTC (5+ messages)
` [PATCH v11 0/8] "
` [PATCH v11 8/8] list-objects-filter: implement filter tree:0
[PATCH v2 0/5] Fix the racy split index problem
2018-10-08 15:41 UTC (7+ messages)
[PATCH v3 0/1] contrib: Add script to show uncovered "new" lines
2018-10-08 14:52 UTC (3+ messages)
` [PATCH v4 "
` [PATCH v4 1/1] contrib: add coverage-diff script
(no subject)
2018-10-08 13:34 UTC (2+ messages)
`
[PATCH v7 07/17] # This is a combination of 2 commits. # This is the 1st commit message:
2018-10-08 13:37 UTC (6+ messages)
` [PATCH v4 0/4] rebase -i: avoid stale "# This is a combination of" in commit messages
` [PATCH v4 4/4] rebase --skip: clean up commit message after a failed fixup/squash
Translation to Portuguese
2018-10-08 12:51 UTC
[PATCH 00/15] sequencer: refactor functions working on a todo_list
2018-10-07 20:51 UTC (17+ messages)
` [PATCH 01/15] sequencer: clear the number of items of a todo_list before parsing
` [PATCH 02/15] sequencer: make the todo_list structure public
` [PATCH 03/15] sequencer: refactor check_todo_list() to work on a todo_list
` [PATCH 04/15] sequencer: refactor sequencer_add_exec_commands() "
` [PATCH 05/15] sequencer: refactor rearrange_squash() "
` [PATCH 06/15] sequencer: refactor transform_todos() "
` [PATCH 07/15] sequencer: make sequencer_make_script() write its script to a strbuf
` [PATCH 08/15] sequencer: change complete_action() to use the refactored functions
` [PATCH 09/15] sequencer: refactor skip_unnecessary_picks() to work on a todo_list
` [PATCH 10/15] rebase-interactive: use todo_list_transform() in edit_todo_list()
` [PATCH 11/15] rebase-interactive: append_todo_help() changes
` [PATCH 12/15] rebase-interactive: rewrite edit_todo_list() to handle the initial edit
` [PATCH 13/15] sequencer: use edit_todo_list() in complete_action()
` [PATCH 14/15] sequencer: fix a call to error() in transform_todo_file()
` [PATCH 15/15] rebase--interactive: move transform_todo_file() to rebase--interactive.c
Diff Range Underflow
2018-10-07 13:47 UTC
[PATCH 1/1] subtree: add build targets 'man' and 'html'
2018-10-07 7:30 UTC
[PATCH 0/8] fix per-worktree ref iteration in fsck/reflog expire
2018-10-07 1:37 UTC (8+ messages)
` [PATCH 3/8] refs: new ref types to make per-worktree refs visible to all worktrees
` [PATCH v2 0/8] fix per-worktree ref iteration in fsck/reflog expire
` [PATCH v2 3/8] refs: new ref types to make per-worktree refs visible to all worktrees
[PATCH] git-completion.bash: Add completion for stash list
2018-10-07 1:08 UTC (2+ messages)
[RFC PATCH] transport: list refs before fetch if necessary
2018-10-07 0:53 UTC (5+ messages)
` [RFC PATCH v2 0/4] Avoid ls-refs when possible in protocol v2
` [RFC PATCH v2 2/4] transport: do not list refs if possible
[PATCH v1 0/2] Cleanup tests for test_cmp argument ordering and "|" placement
2018-10-06 23:53 UTC (3+ messages)
` [PATCH v5 0/7] subject: Clean up tests for test_cmp arg ordering and pipe placement
[PATCH v2 0/1] Teach the builtin rebase about the builtin interactive rebase
2018-10-06 23:50 UTC (3+ messages)
` [PATCH v3 "
[PATCH] [Outreachy] git/userdiff.c fix regex pattern error
2018-10-06 23:41 UTC (6+ messages)
Understanding Index Header
2018-10-06 22:31 UTC (2+ messages)
[PATCH v2 0/6] Use generation numbers for --topo-order
2018-10-06 16:56 UTC (5+ messages)
` [PATCH v3 0/7] "
` [PATCH v3 7/7] revision.c: refactor basic topo-order logic
[PATCH 0/1] v2.19.0-rc1 Performance Regression in 'git merge-base'
2018-10-06 16:54 UTC (4+ messages)
` [PATCH 1/1] commit: don't use generation numbers if not needed
[PATCH] docs: typo: s/isimilar/similar/
2018-10-06 4:20 UTC
[PATCH] docs: graph: Remove unnecessary `graph_update()' call
2018-10-06 4:20 UTC
[PATCH] docs: typo: s/go/to/
2018-10-06 4:20 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).