git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-01-30 12:20:47 to 2019-02-01 11:15:36 UTC [more...]

[PATCH v5 00/16] sequencer: refactor functions working on a todo_list
 2019-02-01 11:15 UTC  (10+ messages)
` [PATCH v6 "
  ` [PATCH v6 07/16] sequencer: refactor sequencer_add_exec_commands() to work "
  ` [PATCH v6 14/16] rebase-interactive: rewrite edit_todo_list() to handle the initial edit
  ` [PATCH v6 16/16] rebase--interactive: move transform_todo_file() to rebase--interactive.c

[PATCH v2 00/14] Trace2 tracing facility
 2019-02-01 11:12 UTC  (46+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/14] trace2: Documentation/technical/api-trace2.txt
  ` [PATCH v3 02/14] trace2: create new combined trace facility
  ` [PATCH v3 04/14] trace2:data: add trace2 regions to wt-status
  ` [PATCH v3 03/14] trace2: collect platform-specific process information
  ` [PATCH v3 05/14] trace2:data: add editor/pager child classification
  ` [PATCH v3 06/14] trace2:data: add trace2 sub-process classification
  ` [PATCH v3 07/14] trace2:data: add trace2 transport child classification
  ` [PATCH v3 08/14] trace2:data: add trace2 hook classification
  ` [PATCH v3 09/14] trace2:data: add trace2 instrumentation to index read/write
  ` [PATCH v3 10/14] pack-objects: add trace2 regions
  ` [PATCH v3 12/14] trace2:data: add subverb to reset command
  ` [PATCH v3 11/14] trace2:data: add subverb to checkout command
  ` [PATCH v3 13/14] trace2:data: add subverb for rebase
  ` [PATCH v3 14/14] trace2: t/helper/test-trace2, t0210.sh, t0211.sh, t0212.sh
  ` [PATCH v4 00/14] Trace2 tracing facility
    ` [PATCH v4 01/14] trace2: Documentation/technical/api-trace2.txt
    ` [PATCH v4 02/14] trace2: create new combined trace facility
    ` [PATCH v4 04/14] trace2:data: add trace2 regions to wt-status
    ` [PATCH v4 03/14] trace2: collect platform-specific process information
    ` [PATCH v4 05/14] trace2:data: add editor/pager child classification
    ` [PATCH v4 06/14] trace2:data: add trace2 sub-process classification
    ` [PATCH v4 07/14] trace2:data: add trace2 transport child classification
    ` [PATCH v4 08/14] trace2:data: add trace2 hook classification
    ` [PATCH v4 09/14] trace2:data: add trace2 instrumentation to index read/write
    ` [PATCH v4 10/14] pack-objects: add trace2 regions
    ` [PATCH v4 11/14] trace2:data: add subverb to checkout command
    ` [PATCH v4 12/14] trace2:data: add subverb to reset command
    ` [PATCH v4 13/14] trace2:data: add subverb for rebase
    ` [PATCH v4 14/14] trace2: t/helper/test-trace2, t0210.sh, t0211.sh, t0212.sh

[PATCH 00/19] Add new command "switch"
 2019-02-01 10:09 UTC  (26+ messages)
` [PATCH 08/19] checkout: split part of it to new command switch
          ` [PATCH] git-commit.txt: better description what it does
            ` [PATCH v2] "
` [PATCH 09/19] switch: better names for -b and -B
` [PATCH 17/19] t: add tests for switch
` [PATCH 19/19] doc: promote "git switch"

[PATCH v6 0/5] pack-redundant: new algorithm to find min packs
 2019-02-01  9:55 UTC  (11+ messages)
` [PATCH v7 1/6] t5323: test cases for git-pack-redundant
` [PATCH v7 3/6] pack-redundant: new algorithm to find min packs

Comparing rebase --am with --interactive via p3400
 2019-02-01  9:26 UTC  (3+ messages)

Broken interactive rebase text after some UTF-8 characters
 2019-02-01  9:06 UTC  (10+ messages)

[PATCH 1/3] [Enhancement] Improve internals / refactoring
 2019-02-01  9:02 UTC  (5+ messages)
` [PATCH 3/3] It's C not C++ so variable length array should not be used [-Werror=vla] :,)
` [PATCH 2/3] ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement] so fix that

[PATCH] help: align the longest command in the command listing
 2019-02-01  8:24 UTC  (3+ messages)

Possible minor bug in Git
 2019-02-01  8:02 UTC  (4+ messages)

New command/tool: git filter-repo
 2019-02-01  7:38 UTC  (6+ messages)

Worktree creation race
 2019-02-01  7:06 UTC  (4+ messages)

[PATCH 0/8] introduce no-overlay and cached mode in git checkout
 2019-02-01  6:48 UTC  (9+ messages)
` [PATCH 6/8] checkout: add --cached option

[PATCH v4 1/8] technical doc: add a design doc for the evolve command
 2019-02-01  3:09 UTC  (8+ messages)
` [PATCH v4 2/8] sha1-array: implement oid_array_readonly_contains
` [PATCH v4 3/8] ref-filter: add the metas namespace to ref-filter
` [PATCH v4 4/8] evolve: add support for parsing metacommits
` [PATCH v4 5/8] evolve: add the change-table structure
` [PATCH v4 6/8] evolve: add support for writing metacommits
` [PATCH v4 7/8] evolve: implement the git change command
` [PATCH v4 8/8] evolve: add the git change list command

[PATCH v6 0/3]
 2019-01-31 23:21 UTC  (13+ messages)
` [PATCH] branch: colorize branches checked out in a linked working tree the same way as the current branch is colorized
  ` [PATCH v6 1/3] ref-filter: add worktreepath atom

Git annex possible bug
 2019-01-31 22:40 UTC  (2+ messages)

What's cooking in git.git (Jan 2019, #05; Tue, 29)
 2019-01-31 20:38 UTC  (7+ messages)
` mk/use-size-t-in-zlib [was: Re: What's cooking in git.git (Jan 2019, #05; Tue, 29)]

[PATCH (Apple Git) 00/13] Differences between git-2.20.1 and Apple Git-116
 2019-01-31 19:48 UTC  (55+ messages)
` [PATCH (Apple Git) 01/13] .gitignore: Remove *.s as it matches *.S on case insensitive filesystem
` [PATCH (Apple Git) 02/13] test-lib: Export PERL5LIB for testing git-svn
` [PATCH (Apple Git) 03/13] t0500: New regression test for git add of a path that contains a .git directory
` [PATCH (Apple Git) 04/13] t4014: git --version can have SP in it
` [PATCH (Apple Git) 05/13] t5701: "
` [PATCH (Apple Git) 06/13] Set Apple Git version during build
` [PATCH (Apple Git) 07/13] HTML documentation is not provided with Apple's git. Make the error message more on point
` [PATCH (Apple Git) 08/13] git mergetool/difftool doesn't list 'opendiff' as an available tool on 10.8
` [PATCH (Apple Git) 09/13] Use symbolic links rather than hard links for files in libexec
` [PATCH (Apple Git) 10/13] Support for Xcode.app co-exestince and relocation
` [PATCH (Apple Git) 12/13] Enable support for Xcode.app-bundled gitconfig

[PATCH] pretty: Add %(trailer:X) to display single trailer
 2019-01-31 18:46 UTC  (8+ messages)
` [PATCH v4 0/7] %(trailers) improvements in pretty format
  ` [PATCH v4 2/7] pretty: allow %(trailers) options with explicit value

t5702 failing under ASan on master
 2019-01-31 18:12 UTC  (4+ messages)

[PATCH] reflog: specify default pretty format in config
 2019-01-31 10:12 UTC  (3+ messages)

[RFC PATCH] pack-refs: fail on falsely sorted packed-refs
 2019-01-31  8:21 UTC  (3+ messages)

[PATCH 0/1] Makefile: add prove and coverage-prove targets
 2019-01-31  7:23 UTC  (9+ messages)
` [PATCH 1/1] "

Contributor Summit Topics and Logistics
 2019-01-31  6:11 UTC  (10+ messages)
  ` GSoC 2019 (was: Contributor Summit Topics and Logistics)

Feature suggestion: Filter branches by user
 2019-01-30 21:58 UTC  (3+ messages)

cat-file ambiguity prints "dangling"
 2019-01-30 21:33 UTC  (7+ messages)
      ` [PATCH] t1512: test ambiguous cat-file --batch and --batch-output
          ` [PATCH v2] "

[PATCH] subtree: Teach push the --force option
 2019-01-30 18:50 UTC 

[PATCH 00/14] Trace2 tracing facility
 2019-01-30 18:45 UTC  (3+ messages)

What is “unable to open object pack directory: .git/objects/pack: Not a directory” error?
 2019-01-30 18:36 UTC 

git-rebase is ignoring working-tree-encoding
 2019-01-30 17:49 UTC  (4+ messages)
` [PATCH v3 1/1] Support working-tree-encoding "UTF-16LE-BOM"

[PATCH v2 1/3] Add tests for describe with --work-tree
 2019-01-30 16:47 UTC  (5+ messages)

[PATCH] trace2: fix hdr-check warnings
 2019-01-30 15:39 UTC  (3+ messages)

[PATCH v7 4/6] pack-redundant: remove unused functions
 2019-01-30 15:03 UTC  (2+ messages)
` [PATCH v8 1/1] pack-redundant: delete redundant code

[PATCH v3 1/3] Add tests for describe with --work-tree
 2019-01-30 12:44 UTC  (11+ messages)
` [PATCH v3 2/3] Setup working tree in describe

[PATCH] rebase -x: sanity check command
 2019-01-30 12:25 UTC  (3+ messages)
` [PATCH v2] "


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