git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-01-02 15:26:50 to 2017-01-06 01:10:36 UTC [more...]

[PATCH 0/4] fix mergetool+rerere+subdir regression
 2017-01-06  1:09 UTC  (11+ messages)
` [PATCH 1/4] t7610: update branch names to match test number
` [PATCH 2/4] t7610: make tests more independent and debuggable
` [PATCH 3/4] t7610: add test case for rerere+mergetool+subdir bug
` [PATCH 4/4] mergetool: fix running in subdir when rerere enabled
` [PATCH v2 0/4] fix mergetool+rerere+subdir regression

[PATCHv6 0/2] pathspec: give better message for submodule related pathspec error
 2017-01-05 19:29 UTC  (3+ 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 0/2] Fix the documentation to build with asciidoctor
 2017-01-05 16:45 UTC  (8+ messages)
` [PATCH 1/2] asciidoctor: fix user-manual to be built by `asciidoctor`
` [PATCH 2/2] giteveryday: unbreak rendering with AsciiDoctor

core.sshCommand and url.*.insteadOf for submodules
 2017-01-05 17:30 UTC  (4+ messages)

Regression: Ctrl-c from the pager in an alias exits it
 2017-01-05 14:25 UTC 

git branch -D doesn't work with deleted worktree
 2017-01-05 14:02 UTC  (2+ messages)

Refreshing index timestamps without reading content
 2017-01-05 11:23 UTC 

RFC: --force-with-lease default behaviour
 2017-01-05  6:52 UTC  (2+ messages)

[PATCHv4 0/2] pathspec: give better message for submodule related pathspec error
 2017-01-04 23:28 UTC  (10+ messages)
` [PATCH 1/2] submodule tests: don't use itself as a submodule
` [PATCH 2/2] pathspec: give better message for submodule related pathspec error
        ` [PATCHv5] "

[PATCH v3 0/4] road to reentrant real_path
 2017-01-04 22:01 UTC  (22+ messages)
` [PATCH v4 0/5] "
  ` [PATCH v4 1/5] real_path: resolve symlinks by hand
  ` [PATCH v4 2/5] real_path: convert real_path_internal to strbuf_realpath
  ` [PATCH v4 3/5] real_path: create real_pathdup
  ` [PATCH v4 4/5] real_path: have callers use real_pathdup and strbuf_realpath
  ` [PATCH v4 5/5] real_path: canonicalize directory separators in root parts
  ` [PATCH v5 0/5] road to reentrant real_path
    ` [PATCH v5 1/5] real_path: resolve symlinks by hand
    ` [PATCH v5 2/5] real_path: convert real_path_internal to strbuf_realpath
    ` [PATCH v5 3/5] real_path: create real_pathdup
    ` [PATCH v5 4/5] real_path: have callers use real_pathdup and strbuf_realpath
    ` [PATCH v5 5/5] real_path: canonicalize directory separators in root parts

[PATCH v3 0/2] Show Git Mailing List: a builtin difftool
 2017-01-04 18:09 UTC  (10+ messages)
` [PATCH v4 0/4] "
  ` [PATCH v4 1/4] Avoid Coverity warning about unfree()d git_exec_path()
  ` [PATCH v4 2/4] difftool: add a skeleton for the upcoming builtin
  ` [PATCH v4 3/4] difftool: implement the functionality in the builtin
  ` [PATCH v4 4/4] t7800: run both builtin and scripted difftool, for now

[PATCH v2 00/16] pathspec cleanup
 2017-01-04 18:04 UTC  (46+ messages)
` [PATCH v3 "
  ` [PATCH v3 02/16] dir: remove struct path_simplify
  ` [PATCH v3 06/16] pathspec: copy and free owned memory
  ` [PATCH v3 08/16] pathspec: always show mnemonic and name in unsupported_magic
  ` [PATCH v4 00/16] pathspec cleanup
    ` [PATCH v4 01/16] mv: remove use of deprecated 'get_pathspec()'
    ` [PATCH v4 02/16] dir: remove struct path_simplify
    ` [PATCH v4 03/16] dir: convert fill_directory to use the pathspec struct interface
    ` [PATCH v4 04/16] ls-tree: convert show_recursive "
    ` [PATCH v4 05/16] pathspec: remove the deprecated get_pathspec function
    ` [PATCH v4 06/16] pathspec: copy and free owned memory
    ` [PATCH v4 07/16] pathspec: remove unused variable from unsupported_magic
    ` [PATCH v4 08/16] pathspec: always show mnemonic and name in unsupported_magic
    ` [PATCH v4 09/16] pathspec: simpler logic to prefix original pathspec elements
    ` [PATCH v4 10/16] pathspec: factor global magic into its own function
    ` [PATCH v4 11/16] pathspec: create parse_short_magic function
    ` [PATCH v4 12/16] pathspec: create parse_long_magic function
    ` [PATCH v4 13/16] pathspec: create parse_element_magic helper
    ` [PATCH v4 14/16] pathspec: create strip submodule slash helpers
    ` [PATCH v4 15/16] pathspec: small readability changes
    ` [PATCH v4 16/16] pathspec: rename prefix_pathspec to init_pathspec_item
    ` [PATCH v5 00/16] pathspec cleanup
      ` [PATCH v5 01/16] mv: remove use of deprecated 'get_pathspec()'
      ` [PATCH v5 02/16] dir: remove struct path_simplify
      ` [PATCH v5 03/16] dir: convert fill_directory to use the pathspec struct interface
      ` [PATCH v5 04/16] ls-tree: convert show_recursive "
      ` [PATCH v5 05/16] pathspec: remove the deprecated get_pathspec function
      ` [PATCH v5 06/16] pathspec: copy and free owned memory
      ` [PATCH v5 07/16] pathspec: remove unused variable from unsupported_magic
      ` [PATCH v5 08/16] pathspec: always show mnemonic and name in unsupported_magic
      ` [PATCH v5 09/16] pathspec: simpler logic to prefix original pathspec elements
      ` [PATCH v5 10/16] pathspec: factor global magic into its own function
      ` [PATCH v5 11/16] pathspec: create parse_short_magic function
      ` [PATCH v5 12/16] pathspec: create parse_long_magic function
      ` [PATCH v5 13/16] pathspec: create parse_element_magic helper
      ` [PATCH v5 14/16] pathspec: create strip submodule slash helpers
      ` [PATCH v5 15/16] pathspec: small readability changes
      ` [PATCH v5 16/16] pathspec: rename prefix_pathspec to init_pathspec_item

Preserve/Prune Old Pack Files
 2017-01-04 16:11 UTC 

[PATCH 0/2] improve relocate_git_dir to fail into a sane state
 2017-01-04 13:34 UTC  (5+ messages)
` [PATCH 2/2] dir.c: add retry logic to relocate_gitdir

[RFC PATCH 0/5] Localise error headers
 2017-01-04 13:25 UTC  (5+ messages)

[PATCH] don't use test_must_fail with grep
 2017-01-04 11:49 UTC  (11+ messages)
` [PATCH v2 1/2] "
  ` [PATCH v3 "
  ` [PATCH v3 2/2] t9813: avoid using pipes
` [PATCH v2 "

[PATCH v2] git-p4: do not pass '-r 0' to p4 commands
 2017-01-04  9:09 UTC  (3+ messages)

[PATCH] pathspec: give better message for submodule related pathspec error
 2017-01-04  1:23 UTC  (4+ messages)

[PATCH] submodule.c: use GIT_DIR_ENVIRONMENT consistently
 2017-01-04  1:18 UTC  (3+ messages)
` [PATCHv2] "

builtin difftool parsing issue
 2017-01-04  1:05 UTC  (5+ messages)

[PATCH] archive-zip: load userdiff config
 2017-01-04  0:40 UTC  (3+ messages)

Wanted: shallow submodule clones with --no-single-branch
 2017-01-03 19:21 UTC  (2+ messages)

What's cooking in git.git (Dec 2016, #08; Tue, 27)
 2017-01-03 18:54 UTC  (7+ messages)

[PATCH 1/2] stash: fix USAGE text
 2017-01-03 15:53 UTC  (2+ messages)
` [PATCH 2/2] stash: --[no-]include-untracked option for create

[PATCH v3 00/21] Add configuration options for split-index
 2017-01-03 12:58 UTC  (8+ messages)
` [PATCH v3 06/21] t1700: add tests for core.splitIndex
` [PATCH v3 21/21] Documentation/git-update-index: explain splitIndex.*

[PATCH] diff: add interhunk context config option
 2017-01-03  6:19 UTC  (2+ messages)

[PATCH 00/17] object_id part 6
 2017-01-03  1:32 UTC  (11+ messages)
` [PATCH 13/17] refs: convert each_reflog_ent_fn to struct object_id
` [PATCH 14/17] sha1_file: introduce an nth_packed_object_oid function

[PATCH v3 00/23] Delete directories left empty after ref deletion
 2017-01-02 18:54 UTC  (18+ messages)
` [PATCH v3 20/23] try_remove_empty_parents(): don't trash argument contents
` [PATCH v3 21/23] try_remove_empty_parents(): don't accommodate consecutive slashes

[PATCH v2 00/34] Teach the sequencer to act as rebase -i's backend
 2017-01-02 15:36 UTC  (37+ messages)
` [PATCH v3 00/38] "
  ` [PATCH v3 04/38] sequencer: support a new action: 'interactive rebase'
  ` [PATCH v3 05/38] sequencer (rebase -i): implement the 'noop' command
  ` [PATCH v3 06/38] sequencer (rebase -i): implement the 'edit' command
  ` [PATCH v3 07/38] sequencer (rebase -i): implement the 'exec' command
  ` [PATCH v3 08/38] sequencer (rebase -i): learn about the 'verbose' mode
  ` [PATCH v3 09/38] sequencer (rebase -i): write the 'done' file
  ` [PATCH v3 10/38] sequencer (rebase -i): add support for the 'fixup' and 'squash' commands
  ` [PATCH v3 11/38] sequencer (rebase -i): implement the short commands
  ` [PATCH v3 12/38] sequencer (rebase -i): write an author-script file
  ` [PATCH v3 13/38] sequencer (rebase -i): allow continuing with staged changes
  ` [PATCH v3 14/38] sequencer (rebase -i): remove CHERRY_PICK_HEAD when no longer needed
  ` [PATCH v3 15/38] sequencer (rebase -i): skip some revert/cherry-pick specific code path
  ` [PATCH v3 16/38] sequencer (rebase -i): the todo can be empty when continuing
  ` [PATCH v3 17/38] sequencer (rebase -i): update refs after a successful rebase
  ` [PATCH v3 18/38] sequencer (rebase -i): leave a patch upon error
  ` [PATCH v3 19/38] sequencer (rebase -i): implement the 'reword' command
  ` [PATCH v3 20/38] sequencer (rebase -i): allow fast-forwarding for edit/reword
  ` [PATCH v3 21/38] sequencer (rebase -i): refactor setting the reflog message
  ` [PATCH v3 22/38] sequencer (rebase -i): set the reflog message consistently
  ` [PATCH v3 23/38] sequencer (rebase -i): copy commit notes at end
  ` [PATCH v3 24/38] sequencer (rebase -i): record interrupted commits in rewritten, too
  ` [PATCH v3 25/38] sequencer (rebase -i): run the post-rewrite hook, if needed
  ` [PATCH v3 26/38] sequencer (rebase -i): respect the rebase.autostash setting
  ` [PATCH v3 27/38] sequencer (rebase -i): respect strategy/strategy_opts settings
  ` [PATCH v3 28/38] sequencer (rebase -i): allow rescheduling commands
  ` [PATCH v3 29/38] sequencer (rebase -i): implement the 'drop' command
  ` [PATCH v3 30/38] sequencer (rebase -i): differentiate between comments and 'noop'
  ` [PATCH v3 31/38] sequencer: make reading author-script more elegant
  ` [PATCH v3 32/38] sequencer: use run_command() directly
  ` [PATCH v3 33/38] sequencer (rebase -i): show only failed `git commit`'s output
  ` [PATCH v3 34/38] sequencer (rebase -i): show only failed cherry-picks' output
  ` [PATCH v3 35/38] sequencer (rebase -i): suggest --edit-todo upon unknown command
  ` [PATCH v3 36/38] sequencer (rebase -i): show the progress
  ` [PATCH v3 37/38] sequencer (rebase -i): write the progress into files
  ` [PATCH v3 38/38] sequencer (rebase -i): write out the final message


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