git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-01-10 01:46:01 to 2017-01-12 23:08:46 UTC [more...]

[PATCH v5 0/4] Per-worktree config file support
 2017-01-12 23:08 UTC  (10+ messages)
` [PATCH v5 1/4] config: read per-worktree config files
` [PATCH v5 2/4] config: --worktree for manipulating per-worktree config file
` [PATCH v5 3/4] config: automatically migrate to new config layout when --worktree is used
` [PATCH v5 4/4] t2029: add tests for per-worktree config
` [PATCH/RFC 5/4] Redefine core.bare in multiple working tree setting

[PATCH 0/3] updates to gitk & git-gui doc now gitview has gone
 2017-01-12 22:25 UTC  (5+ messages)
` [PATCH 1/3] doc: gitk: remove gitview reference
` [PATCH 2/3] doc: gitk: add the upstream repo location
` [PATCH 3/3] doc: git-gui browser does not default to HEAD

[RFC/PATCH 0/4] working tree operations: support superprefix
 2017-01-12 22:19 UTC  (16+ messages)
` [PATCH 1/4] read-tree: use OPT_BOOL instead of OPT_SET_INT
` [PATCH 2/4] t1000: modernize style
` [PATCH 3/4] t1001: "
` [PATCH 4/4] unpack-trees: support super-prefix option
    ` [PATCHv2 "

[PATCH 0/5] extend git-describe pattern matching
 2017-01-12 22:02 UTC  (13+ messages)
` [PATCH 1/5] doc: add documentation for OPT_STRING_LIST
` [PATCH 2/5] name-rev: extend --refs to accept multiple patterns
` [PATCH 3/5] name-rev: add support to discard refs by pattern match
` [PATCH 4/5] describe: teach --match to accept multiple patterns
` [PATCH 5/5] describe: teach describe negative pattern matches

[PATCH 0/2] Use env for all perl invocations
 2017-01-12 21:49 UTC  (12+ messages)
` [PATCH 1/2] Convert all 'perl -w' to 'perl' + 'use warnings;'
` [PATCH 2/2] Use 'env' to find perl instead of fixed path

Bug report: Git pull hang occasionally
 2017-01-12 21:17 UTC  (6+ messages)

[PATCH v2] diff: add interhunk context config option
 2017-01-12 20:56 UTC  (2+ messages)

git clone failing when used through bundler on Docker for Windows with a shared volume
 2017-01-12 20:51 UTC  (2+ messages)

[PATCH 1/2] mailinfo: Add support for keep_cr
 2017-01-12 20:18 UTC  (7+ messages)
` [PATCH 2/2] mailinfo: Understand forwarded patches

[PATCH 0/2] Fix the documentation to build with asciidoctor
 2017-01-12 19:30 UTC  (12+ messages)
` [PATCH 1/2] asciidoctor: fix user-manual to be built by `asciidoctor`

[PATCH v2 00/34] Teach the sequencer to act as rebase -i's backend
 2017-01-12 19:00 UTC  (10+ messages)
` [PATCH v3 00/38] "
  ` [PATCH v3 01/38] sequencer: avoid unnecessary curly braces
  ` [PATCH v3 02/38] sequencer: move "else" keyword onto the same line as preceding brace
  ` [PATCH v3 03/38] sequencer: use a helper to find the commit message
  ` [PATCH v3 06/38] sequencer (rebase -i): implement the 'edit' command

[PATCH] imap-send.c: Avoid deprecated openssl 1.1.0 API
 2017-01-12 16:55 UTC  (3+ messages)

problem with insider build for windows and git
 2017-01-12 16:21 UTC 

[PATCH v3] log --graph: customize the graph lines with config log.graphColors
 2017-01-12 12:20 UTC  (4+ messages)
` [PATCH v4] "

git fast-import crashing on big imports
 2017-01-12  8:21 UTC 

[PATCH 0/2] sanitizing error message contents
 2017-01-12  6:59 UTC  (6+ messages)
` [PATCH 1/2] Revert "vreportf: avoid intermediate buffer"
` [PATCH 2/2] vreport: sanitize ASCII control chars
` [RFC PATCH 3/2] vreportf: add prefix to each line

[ANNOUNCE] git-test: run automated tests against a range of Git commits
 2017-01-12  5:02 UTC  (5+ messages)

[PATCH v10 00/20] port branch.c to use ref-filter's printing options
 2017-01-11 23:47 UTC  (24+ messages)
` [PATCH v10 01/20] ref-filter: implement %(if), %(then), and %(else) atoms
` [PATCH v10 02/20] ref-filter: include reference to 'used_atom' within 'atom_value'
` [PATCH v10 03/20] ref-filter: implement %(if:equals=<string>) and %(if:notequals=<string>)
` [PATCH v10 04/20] ref-filter: modify "%(objectname:short)" to take length
` [PATCH v10 05/20] ref-filter: move get_head_description() from branch.c
` [PATCH v10 06/20] ref-filter: introduce format_ref_array_item()
` [PATCH v10 07/20] ref-filter: make %(upstream:track) prints "[gone]" for invalid upstreams
` [PATCH v10 08/20] ref-filter: add support for %(upstream:track,nobracket)
` [PATCH v10 09/20] ref-filter: make "%(symref)" atom work with the ':short' modifier
` [PATCH v10 10/20] ref-filter: introduce refname_atom_parser_internal()
` [PATCH v10 11/20] ref-filter: introduce refname_atom_parser()
` [PATCH v10 12/20] ref-filter: make remote_ref_atom_parser() use refname_atom_parser_internal()
` [PATCH v10 13/20] ref-filter: rename the 'strip' option to 'lstrip'
` [PATCH v10 14/20] ref-filter: Do not abruptly die when using the 'lstrip=<N>' option
` [PATCH v10 15/20] ref-filter: modify the 'lstrip=<N>' option to work with negative '<N>'
` [PATCH v10 16/20] ref-filter: add an 'rstrip=<N>' option to atoms which deal with refnames
` [PATCH v10 17/20] ref-filter: allow porcelain to translate messages in the output
` [PATCH v10 18/20] branch, tag: use porcelain output
` [PATCH v10 19/20] branch: use ref-filter printing APIs
` [PATCH v10 20/20] branch: implement '--format' option

[PATCHv2 1/2] builtin/commit.c: drop use snprintf via dynamic allocation
 2017-01-11 21:48 UTC  (3+ messages)
` [PATCHv2 2/2] "

[PATCH] index: improve constness for reading blob data
 2017-01-11 21:36 UTC  (2+ messages)

[PATCH 0/2] minor diff orderfile documentation improvements
 2017-01-11 21:06 UTC  (21+ messages)
` [PATCH 1/2] diff: document behavior of relative diff.orderFile
` [PATCH 2/2] diff: document the pattern format for diff.orderFile
` [PATCH v2 0/2] diff orderfile documentation improvements
  ` [PATCH v2 1/2] diff: document behavior of relative diff.orderFile
  ` [PATCH v2 2/2] diff: document the format of the -O (diff.orderFile) file

[PATCH] submodule absorbgitdirs: mention in docstring help
 2017-01-11 20:59 UTC 

Test failures when Git is built with libpcre and grep is built without it
 2017-01-11 20:49 UTC  (10+ messages)
          ` [musl] "
              ` [PATCH] t7810: avoid assumption about invalid regex syntax

[PATCH v1] convert: add "status=delayed" to filter process protocol
 2017-01-11 20:45 UTC  (15+ messages)

git cat-file on a submodule
 2017-01-11 18:56 UTC  (5+ messages)

[PATCH] lib-submodule-update.sh: drop unneeded shell
 2017-01-11 18:47 UTC 

[RFC PATCH 0/5] Localise error headers
 2017-01-11 18:08 UTC  (8+ messages)

RFC: Enable delayed responses to Git clean/smudge filter requests
 2017-01-11 12:57 UTC  (3+ messages)

What's cooking in git.git (Jan 2017, #01; Tue, 10)
 2017-01-11  0:55 UTC  (2+ messages)

[PATCHv2 0/5] refactor unpack-trees
 2017-01-10 21:34 UTC  (7+ messages)
` [PATCHv2 2/5] unpack-trees: remove unneeded continue
` [PATCHv2 4/5] unpack-trees: factor file removal out of check_updates

[PATCH v3 00/13] fix mergetool+rerere+subdir regression
 2017-01-10 20:42 UTC  (22+ messages)
` [PATCH v4 00/14] "
  ` [PATCH v4 14/14] mergetool: fix running in subdir when rerere enabled
  ` [PATCH v5 00/14] fix mergetool+rerere+subdir regression
    ` [PATCH v5 01/14] .mailmap: Use my personal email address as my canonical
    ` [PATCH v5 02/14] rev-parse doc: pass "--" to rev-parse in the --prefix example
    ` [PATCH v5 03/14] t7610: update branch names to match test number
    ` [PATCH v5 04/14] t7610: Move setup code to the 'setup' test case
    ` [PATCH v5 05/14] t7610: use test_when_finished for cleanup tasks
    ` [PATCH v5 06/14] t7610: don't rely on state from previous test
    ` [PATCH v5 07/14] t7610: run 'git reset --hard' after each test to clean up
    ` [PATCH v5 08/14] t7610: delete some now-unnecessary 'git reset --hard' lines
    ` [PATCH v5 09/14] t7610: always work on a test-specific branch
    ` [PATCH v5 10/14] t7610: don't assume the checked-out commit
    ` [PATCH v5 11/14] t7610: spell 'git reset --hard' consistently
    ` [PATCH v5 12/14] t7610: add test case for rerere+mergetool+subdir bug
    ` [PATCH v5 13/14] mergetool: take the "-O" out of $orderfile
    ` [PATCH v5 14/14] mergetool: fix running in subdir when rerere enabled

git-mergetool to be used for rebases as well?
 2017-01-10 20:26 UTC  (2+ messages)

[PATCHv7] pathspec: give better message for submodule related pathspec error
 2017-01-10 18:13 UTC  (3+ messages)
` [PATCHv8] "

Refreshing index timestamps without reading content
 2017-01-10 14:17 UTC  (5+ messages)

git branch -D doesn't work with deleted worktree
 2017-01-10 10:47 UTC  (7+ messages)

Preserve/Prune Old Pack Files
 2017-01-10  9:14 UTC  (4+ messages)

[PATCH 0/4] fix mergetool+rerere+subdir regression
 2017-01-10  4:36 UTC  (2+ messages)


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