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

[PATCH 0/2] minor diff orderfile documentation improvements
 2017-01-10 20:23 UTC  (8+ messages)
` [PATCH 1/2] diff: document behavior of relative diff.orderFile
` [PATCH 2/2] diff: document the pattern format for diff.orderFile

[PATCH] index: improve constness for reading blob data
 2017-01-10 20:06 UTC 

[PATCHv2 0/5] refactor unpack-trees
 2017-01-10 20:05 UTC  (8+ messages)
` [PATCHv2 1/5] unpack-trees: move checkout state into check_updates
` [PATCHv2 2/5] unpack-trees: remove unneeded continue
` [PATCHv2 3/5] unpack-trees: factor progress setup out of check_updates
` [PATCHv2 4/5] unpack-trees: factor file removal "
` [PATCHv2 5/5] unpack-trees: factor working tree update "

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

git-mergetool to be used for rebases as well?
 2017-01-10 18:54 UTC 

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

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

[PATCH v5 0/4] Per-worktree config file support
 2017-01-10 17:01 UTC  (9+ 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

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

Test failures when Git is built with libpcre and grep is built without it
 2017-01-10 11:40 UTC  (8+ messages)
          ` [musl] "

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

[ANNOUNCE] git-test: run automated tests against a range of Git commits
 2017-01-10  9:35 UTC  (4+ messages)

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

[PATCH v10 00/20] port branch.c to use ref-filter's printing options
 2017-01-10  8:49 UTC  (21+ 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

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

[RFC/PATCH 0/4] working tree operations: support superprefix
 2017-01-10  1:45 UTC  (5+ 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

[PATCH v2 00/34] Teach the sequencer to act as rebase -i's backend
 2017-01-09 23:02 UTC  (4+ messages)
` [PATCH v3 00/38] "

[PATCH 00/13] gitk: tweak rendering of remote-tracking references
 2017-01-09 22:03 UTC  (6+ messages)

[PATCH 0/3] fixing some random blame corner cases
 2017-01-09 21:57 UTC  (3+ messages)
` [PATCH 3/3] blame: output porcelain "previous" header for each file

Rebasing a branch with merges
 2017-01-09 21:03 UTC  (4+ messages)

RFC: Enable delayed responses to Git clean/smudge filter requests
 2017-01-09 20:44 UTC  (2+ messages)

[PATCHv6 0/2] pathspec: give better message for submodule related pathspec error
 2017-01-09 20:10 UTC  (7+ messages)
` [PATCHv6 1/2] submodule tests: don't use itself as a submodule
` [PATCHv6 2/2] pathspec: give better message for submodule related pathspec error

[PATCH] Makefile: POSIX windres
 2017-01-09 19:54 UTC  (5+ messages)

[PATCHv2] unpack-trees: move checkout state into check_updates
 2017-01-09 19:30 UTC  (5+ messages)
` [PATCH 0/5] refactor unpack-trees
  ` [PATCH 4/5] unpack-trees: factor file removal out of check_updates

[PATCH v4 0/5] road to reentrant real_path
 2017-01-09 19:26 UTC  (9+ messages)
` [PATCH v5 "
        ` [PATCH 1/2] real_path: prevent redefinition of MAXSYMLINKS
          ` [PATCH 2/2] real_path: set errno when max number of symlinks is exceeded

[PATCH v3 0/2] Show Git Mailing List: a builtin difftool
 2017-01-09 19:21 UTC  (12+ messages)
` [PATCH v4 0/4] "
  ` [PATCH v4 1/4] Avoid Coverity warning about unfree()d git_exec_path()
  ` [PATCH v4 4/4] t7800: run both builtin and scripted difftool, for now

[PATCH v4 00/16] pathspec cleanup
 2017-01-09 17:57 UTC  (5+ messages)
` [PATCH v5 "

[PATCH 0/6] git worktree move/remove
 2017-01-09 17:34 UTC  (3+ messages)
` [PATCH 6/6] worktree remove: new command

[PATCH v2] log --graph: customize the graph lines with config log.graphColors
 2017-01-09 17:29 UTC  (10+ messages)
` [PATCH v3] "
  ` [PATCH v4] "

What's cooking in git.git (preview)
 2017-01-09 15:05 UTC  (3+ messages)

[PATCH v3 00/21] Add configuration options for split-index
 2017-01-09 14:34 UTC  (12+ messages)
` [PATCH v3 08/21] Documentation/git-update-index: talk about core.splitIndex config var
` [PATCH v3 14/21] read-cache: touch shared index files when used

[PATCH] Makefile: put LIBS after LDFLAGS for imap-send
 2017-01-09 14:31 UTC  (9+ messages)

[PATCH] connect: handle putty/plink also in GIT_SSH_COMMAND
 2017-01-09 14:19 UTC  (7+ messages)

[PATCH] branch_get_push: do not segfault when HEAD is detached
 2017-01-09 10:32 UTC  (7+ messages)

[PATCH v3 1/2] don't use test_must_fail with grep
 2017-01-09  9:54 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/2] t9813: avoid using pipes

[PATCH 2/2] completion: add bash completion for 'filter-branch'
 2017-01-09  8:56 UTC 

[PATCH 1/2] completion: add bash completion for 'git rev-list'
 2017-01-09  8:56 UTC 

[PATCH 1/2] stash: fix USAGE text
 2017-01-09  1:48 UTC  (2+ messages)

[PATCH v1] convert: add "status=delayed" to filter process protocol
 2017-01-08 23:42 UTC  (4+ messages)

[PATCH] don't use test_must_fail with grep
 2017-01-08 16:53 UTC  (6+ 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).