git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-05 19:21:58 to 2018-10-09 13:48:26 UTC [more...]

We should add a "git gc --auto" after "git clone" due to commit graph
 2018-10-09 13:48 UTC  (28+ messages)
                            ` Bloom Filters (was Re: We should add a "git gc --auto" after "git clone" due to commit graph)
` [RFC PATCH] We should add a "git gc --auto" after "git clone" due to commit graph

test files with same names?
 2018-10-09 13:11 UTC  (6+ messages)
` How to handle patch series conflicts

git log -S or -G
 2018-10-09 12:45 UTC  (10+ messages)

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

[RFC PATCH 0/3] diff --color-moved-ws: allow mixed spaces and tabs in indentation change
 2018-10-09  9:50 UTC  (4+ messages)
` [RFC PATCH 3/3] diff: add --color-moved-ws=allow-mixed-indentation-change

[PATCH] unpack-trees: allow missing CE_SKIP_WORKTREE objs
 2018-10-09  9:30 UTC  (3+ messages)

[PATCH 0/3] Add GIT_TEST_MULTI_PACK_INDEX environment variable
 2018-10-09  9:10 UTC  (6+ 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

[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 3/3] ref-filter: free item->value and item->value->s
  ` [PATCH 2/3] ls-remote: release memory instead of UNLEAK

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  (18+ messages)

[PATCH 0/3] Filter alternate references
 2018-10-09  3:09 UTC  (7+ 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

People unaware of the importance of "git gc"?
 2018-10-09  1:07 UTC  (18+ messages)
            ` What's so special about objects/17/ ?

[PATCH] builtin/grep.c: remote superflous submodule code
 2018-10-09  0:14 UTC  (5+ messages)

[PATCH 00/14] Hash function transition part 15
 2018-10-08 23:18 UTC  (22+ 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

[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  (12+ messages)
` [PATCH v11 0/8] "
  ` [PATCH v11 1/8] list-objects: store common func args in struct
  ` [PATCH v11 2/8] list-objects: refactor to process_tree_contents
  ` [PATCH v11 3/8] list-objects: always parse trees gently
  ` [PATCH v11 4/8] rev-list: handle missing tree objects properly
  ` [PATCH v11 5/8] revision: mark non-user-given objects instead
  ` [PATCH v11 6/8] list-objects-filter: use BUG rather than die
  ` [PATCH v11 7/8] list-objects-filter-options: do not over-strbuf_init
  ` [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  (10+ messages)
` [PATCH v5 0/7] subject: Clean up tests for test_cmp arg ordering and pipe placement
  ` [PATCH v5 1/7] t/README: reformat Do, Don't, Keep in mind lists
  ` [PATCH v5 2/7] Documentation: add shell guidelines
  ` [PATCH v5 3/7] tests: standardize pipe placement
  ` [PATCH v5 4/7] t/*: fix ordering of expected/observed arguments
  ` [PATCH v5 5/7] tests: don't swallow Git errors upstream of pipes
  ` [PATCH v5 6/7] t9109: "
  ` [PATCH v5 7/7] tests: order arguments to git-rev-list properly

[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 

[PATCH v2 0/2] oidset: use khash
 2018-10-05 21:47 UTC  (11+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 2/5] fetch-pack: load tip_oids eagerly iff needed

[PATCH 00/16] Consolidate reachability logic
 2018-10-05 19:44 UTC  (15+ messages)
` [PATCH 15/16] commit-reach: make can_all_from_reach... linear

[PATCH 0/1] Limit client version advertisements
 2018-10-05 19:25 UTC  (7+ messages)
` [PATCH 1/1] protocol: limit max protocol version per service


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 NNTP newsgroup(s).