git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-11-21 11:34:02 to 2018-11-25 01:16:34 UTC [more...]

How to efficiently backup a bare repository?
 2018-11-25  1:16 UTC  (3+ messages)

[ANNOUNCE] Git v2.20.0-rc1
 2018-11-25  1:00 UTC  (13+ messages)
` rebase-in-C stability for 2.20
    ` [PATCH 0/2] format-patch: pre-2.20 range-diff regression fix
    ` [PATCH 1/2] format-patch: add a more exhaustive --range-diff test
    ` [PATCH 2/2] format-patch: don't include --stat with --range-diff output

GCC Compile farm (Linux, Solaris, AIX etc.) testing of git.git
 2018-11-24 22:20 UTC 

BUG: CR marker ^M doesn't show up in '-' lines of diffs when the ending of the removed line is CR+LF
 2018-11-24 22:07 UTC  (5+ messages)

[PATCH v4 4/6] tests: use shorter here-docs in chainlint.sed for AIX sed
 2018-11-24 19:33 UTC  (6+ messages)
` What's cooking in git.git (Sep 2018, #01; Tue, 4)

[PATCH v2 0/8] fix per-worktree ref iteration in fsck/reflog expire
 2018-11-24 19:27 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/8] refs: new ref types to make per-worktree refs visible to all worktrees

How to add edges to visualize cherry-picks and ported patches
 2018-11-24 15:45 UTC 

git overwriting local ignored files?
 2018-11-24 15:41 UTC  (5+ messages)

[PATCH] t5562: skip if NO_CURL is enabled
 2018-11-24 13:48 UTC  (22+ messages)
                      ` [PATCH] t5562: do not reuse output files
                            ` [PATCH v3] "
                              ` [PATCH] http-backend: enable cleaning up forked upload/receive-pack on exit
                          ` [PATCH v2] t5562: do not reuse output files

[PATCH] t5562: skip if NO_CURL is enabled
 2018-11-24 12:10 UTC  (4+ messages)
` [PATCH] t5562: fix perl path

What's cooking in git.git (Nov 2018, #06; Wed, 21)
 2018-11-24 12:09 UTC  (13+ messages)
` js/vsts-ci, was "

Document change in format of raw diff output format
 2018-11-24  9:29 UTC  (6+ messages)
    ` [PATCH] doc: update diff-format.txt for removed ellipses
        ` [PATCH] doc: update diff-format.txt for removed ellipses in --raw

[PATCH 0/1] Fix Windows build of next
 2018-11-24  2:53 UTC  (3+ messages)
` [PATCH 1/1] ref-filter: replace unportable `%lld` format

[PATCH 0/2] Teach log -G to ignore binary files
 2018-11-24  2:32 UTC  (12+ messages)
` [PATCH v1 1/2] log -G: Ignore "
  ` [PATCH v1 2/2] log -S: Add test which searches in "

[PATCH v3 0/1] Fix scissors bug during merge conflict
 2018-11-24  2:05 UTC  (5+ messages)
` [PATCH v4 0/2] "

[RFC PATCH 0/5] ref-filter: add new formatting options
 2018-11-24  1:48 UTC  (10+ messages)
` [RFC PATCH 1/5] ref-filter: add objectsize:disk option

[PATCH v16 Part II 2/8] bisect--helper: `bisect_write` shell function in C
 2018-11-23 12:22 UTC  (5+ messages)

[PATCH] clone: fix colliding file detection on APFS
 2018-11-23 11:24 UTC  (4+ messages)
` [PATCH v1 1/1] t5601-99: Enable colliding file detection for MINGW

[PATCH 3/3] Makefile: optionally symlink libexec/git-core binaries to bin/git
 2018-11-23 11:19 UTC  (9+ messages)
` [RFC/PATCH 0/5] stop installing old libexec aliases like "git-init"

[RFC PATCH 0/3] diff --color-moved-ws: allow mixed spaces and tabs in indentation change
 2018-11-23 11:16 UTC  (15+ messages)
` [PATCH v1 0/9] diff --color-moved-ws fixes and enhancment
  ` [PATCH v1 9/9] diff --color-moved-ws: handle blank lines
` [PATCH v2 0/9] diff --color-moved-ws fixes and enhancment
  ` [PATCH v2 1/9] diff: document --no-color-moved
  ` [PATCH v2 2/9] Use "whitespace" consistently
  ` [PATCH v2 3/9] diff: allow --no-color-moved-ws
  ` [PATCH v2 4/9] diff --color-moved-ws: demonstrate false positives
  ` [PATCH v2 5/9] diff --color-moved-ws: fix "
  ` [PATCH v2 6/9] diff --color-moved=zebra: be stricter with color alternation
  ` [PATCH v2 7/9] diff --color-moved-ws: optimize allow-indentation-change
  ` [PATCH v2 8/9] diff --color-moved-ws: modify allow-indentation-change
  ` [PATCH v2 9/9] diff --color-moved-ws: handle blank lines

2.19.2 wont launch
 2018-11-23 10:05 UTC  (2+ messages)

How to propagate critical fixs from master to develope branch
 2018-11-23  2:00 UTC  (3+ messages)

[PATCH v11 00/22] Convert "git stash" to C builtin
 2018-11-22 23:05 UTC  (23+ messages)
  ` [PATCH v11 01/22] sha1-name.c: add `get_oidf()` which acts like `get_oid()`
  ` [PATCH v11 02/22] strbuf.c: add `strbuf_join_argv()`
  ` [PATCH v11 03/22] strbuf.c: add `strbuf_insertf()` and `strbuf_vinsertf()`
  ` [PATCH v11 04/22] stash: improve option parsing test coverage
  ` [PATCH v11 05/22] t3903: modernize style
  ` [PATCH v11 06/22] stash: rename test cases to be more descriptive
  ` [PATCH v11 07/22] stash: add tests for `git stash show` config
  ` [PATCH v11 08/22] stash: mention options in `show` synopsis
  ` [PATCH v11 09/22] stash: convert apply to builtin
  ` [PATCH v11 10/22] stash: convert drop and clear "
  ` [PATCH v11 11/22] stash: convert branch "
  ` [PATCH v11 12/22] stash: convert pop "
  ` [PATCH v11 13/22] stash: convert list "
  ` [PATCH v11 14/22] stash: convert show "
  ` [PATCH v11 15/22] stash: convert store "
  ` [PATCH v11 16/22] stash: convert create "
  ` [PATCH v11 17/22] stash: convert push "
  ` [PATCH v11 18/22] stash: make push -q quiet
  ` [PATCH v11 19/22] stash: convert save to builtin
  ` [PATCH v11 20/22] stash: convert `stash--helper.c` into `stash.c`
  ` [PATCH v11 21/22] stash: optimize `get_untracked_files()` and `check_changes()`
  ` [PATCH v11 22/22] stash: replace all `write-tree` child processes with API calls

(no subject)
 2018-11-22 18:59 UTC  (26+ messages)
` [PATCH 2/2] commit-graph: don't call write_graph_chunk_large_edges() unnecessarily
  ` [PATCH v3 00/10] commit-graph write: progress output improvements
    ` [PATCH v4 01/10] commit-graph: rename 'num_extra_edges' variable to 'num_large_edges'
    ` [PATCH v4 02/10] commit-graph: don't call write_graph_chunk_large_edges() unnecessarily
    ` [PATCH v4 03/10] commit-graph write: rephrase confusing progress output
    ` [PATCH v4 04/10] commit-graph write: add "Writing out" "
    ` [PATCH v4 05/10] commit-graph write: more descriptive "writing out" output
    ` [PATCH v4 06/10] commit-graph write: show progress for object search
    ` [PATCH v4 07/10] commit-graph write: add more descriptive progress output
    ` [PATCH v4 08/10] commit-graph write: remove empty line for readability
    ` [PATCH v4 09/10] commit-graph write: add itermediate progress
    ` [PATCH v4 10/10] commit-graph write: emit a percentage for all progress
  ` [PATCH v3 01/10] commit-graph: rename 'num_extra_edges' variable to 'num_large_edges'
  ` [PATCH v3 02/10] commit-graph: don't call write_graph_chunk_large_edges() unnecessarily
  ` [PATCH v3 03/10] commit-graph write: rephrase confusing progress output
  ` [PATCH v3 04/10] commit-graph write: add "Writing out" "
  ` [PATCH v3 05/10] commit-graph write: more descriptive "writing out" output
  ` [PATCH v3 06/10] commit-graph write: show progress for object search
  ` [PATCH v3 07/10] commit-graph write: add more descriptive progress output
  ` [PATCH v3 08/10] commit-graph write: remove empty line for readability
  ` [PATCH v3 09/10] commit-graph write: add itermediate progress
  ` [PATCH v3 10/10] commit-graph write: emit a percentage for all progress

[PATCH 0/9] caching loose objects
 2018-11-22 17:42 UTC  (6+ messages)
` [PATCH 6/9] sha1-file: use an object_directory for the main object dir

how does "clone --filter=sparse:path" work?
 2018-11-22 17:39 UTC  (3+ messages)

insteadOf and git-request-pull output
 2018-11-22 17:31 UTC  (6+ messages)

[ANNOUNCE] Git v2.20.0-rc0
 2018-11-22 17:25 UTC  (8+ messages)
` Git for Windows v2.20.0-rc0, was "
  ` Git for Windows v2.20.0-rc0

[PATCH 0/3] delta-island fixes
 2018-11-22 16:50 UTC  (6+ messages)
` [PATCH 1/3] pack-objects: fix tree_depth and layer invariants

[PATCH v2 0/2] Reimplement rebase --merge via interactive machinery
 2018-11-22  4:48 UTC  (9+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 1/7] rebase: fix incompatible options error message
  ` [PATCH v3 2/7] t5407: add a test demonstrating how interactive handles --skip differently
  ` [PATCH v3 3/7] am, rebase--merge: do not overlook --skip'ed commits with post-rewrite
  ` [PATCH v3 4/7] git-rebase, sequencer: extend --quiet option for the interactive machinery
  ` [PATCH v3 5/7] git-legacy-rebase: simplify unnecessary triply-nested if
  ` [PATCH v3 6/7] rebase: define linearization ordering and enforce it
  ` [PATCH v3 7/7] rebase: Implement --merge via the interactive machinery

[PATCH v1] read-cache: speed up index load through parallelization
 2018-11-22  0:47 UTC  (12+ messages)
` [PATCH v8 0/7] "
  ` [PATCH 0/3] Avoid confusing messages from new index extensions (Re: [PATCH v8 0/7] speed up index load through parallelization)
    ` [PATCH 2/3] ieot: default to not writing IEOT section
          ` [PATCH v2 0/5] Avoid confusing messages from new index extensions
            ` [PATCH 1/5] eoie: default to not writing EOIE section

[PATCH 0/1] rebase: warn about the correct tree's OID
 2018-11-21 22:15 UTC  (3+ messages)

pathspec: problems with too long command line
 2018-11-21 20:56 UTC  (4+ messages)

[PATCH] technical doc: add a design doc for the evolve command
 2018-11-21 19:10 UTC  (12+ messages)

[RFC 0/2] explicitly support or not support --exclude-promisor-objects
 2018-11-21 16:40 UTC  (3+ messages)
` [RFC 2/2] exclude-promisor-objects: declare when option is allowed

Fwd: "show-ignore" problem after svn-git clone
 2018-11-21 15:53 UTC  (5+ messages)

[ANNOUNCE] Git v2.19.2
 2018-11-21 15:19 UTC 

Git Test Coverage Report (Wednesday Nov 21)
 2018-11-21 14:46 UTC 

[ANNOUNCE] Git Rev News edition 45
 2018-11-21 14:41 UTC 

[PATCH] branch: colorize branches checked out in a linked working tree the same way as the current branch is colorized
 2018-11-21 14:08 UTC  (14+ messages)
` [PATCH v2 0/2] refactoring branch colorization to ref-filter
  ` [PATCH v2 1/2] ref-filter: add worktree atom
  ` [PATCH v2 2/2] branch: Mark and colorize a branch differently if it is checked out in a linked worktree

[PATCH 0/1] legacy-rebase: fix "regression"
 2018-11-21 14:06 UTC  (5+ messages)
` [PATCH 1/1] legacy-rebase: backport -C<n> and --whitespace=<option> checks

git grep prints colon instead of slash
 2018-11-21 13:59 UTC  (2+ messages)

[PATCH/RFC v1 1/1] Use size_t instead of unsigned long
 2018-11-21 11:55 UTC  (3+ messages)
` [PATCH v2 1/1] Use size_t instead of 'unsigned long' for data in memory


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