git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-12-07 09:46:46 to 2016-12-08 19:02:48 UTC [more...]

[PATCH] making real_path thread-safe
 2016-12-08 19:02 UTC  (19+ messages)
` [PATCH] real_path: make "

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

[PATCH 0/2] A bit of ref-filter atom parsing cleanups
 2016-12-08 18:58 UTC  (4+ messages)
` [PATCH 1/2] ref-filter, tag: eliminate duplicated sorting option parsing
` [PATCH 2/2] ref-filter: add function to parse atoms from a nul-terminated string

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

[PATCHv6 0/7] submodule embedgitdirs
 2016-12-08 18:55 UTC  (15+ messages)
` [PATCHv6 1/7] submodule: use absolute path for computing relative path connecting
` [PATCHv6 2/7] submodule helper: support super prefix
` [PATCHv6 3/7] test-lib-functions.sh: teach test_commit -C <dir>
` [PATCHv6 4/7] worktree: get worktrees from submodules
` [PATCHv6 5/7] worktree: add function to check if worktrees are in use
` [PATCHv6 6/7] move connect_work_tree_and_git_dir to dir.h
` [PATCHv6 7/7] submodule: add absorb-git-dir function

[PATCH] submodule--helper: set alternateLocation for cloned submodules
 2016-12-08 18:53 UTC  (7+ messages)

[BUG] Index.lock error message regression in git 2.11.0
 2016-12-08 18:22 UTC  (18+ messages)
  ` Re* "
      ` [PATCH 0/3] Do not be totally silent upon lock error
        ` [PATCH 1/3] wt-status: implement opportunisitc index update correctly
        ` [PATCH 2/3] hold_locked_index(): align error handling with hold_lockfile_for_update()
        ` [PATCH 3/3] lockfile: LOCK_REPORT_ON_ERROR

BUG: "cherry-pick A..B || git reset --hard OTHER"
 2016-12-08 17:27 UTC  (15+ messages)
` [PATCH 1/5] am: Fix filename in safe_to_abort() error message
` [PATCH 2/5] am: Change safe_to_abort()'s not rewinding error into a warning
` [PATCH 3/5] Add test that cherry-pick --abort does not unsafely change HEAD
` [PATCH 4/5] Make sequencer abort safer
` [PATCH 5/5] sequencer: Remove useless get_dir() function

[PATCH/RFC 0/7] Pie-in-the-sky attempt to fix the early config
 2016-12-08 17:26 UTC  (9+ messages)
` [PATCH/RFC 1/7] Make read_early_config() reusable
` [PATCH/RFC 2/7] read_early_config(): avoid .git/config hack when unneeded
` [PATCH/RFC 3/7] Mark builtins that create .git/ directories
` [PATCH/RFC 4/7] read_early_config(): special-case `init` and `clone`
` [PATCH/RFC 5/7] read_early_config(): really discover .git/
` [PATCH/RFC 6/7] WIP read_config_early(): respect ceiling directories
` [PATCH/RFC 7/7] WIP: read_early_config(): add tests

[PATCH] commit: make --only --allow-empty work without paths
 2016-12-08 16:47 UTC  (5+ messages)
    ` [PATCH v2] "

Serious bug with Git-2.11.0-64-bit and Git-LFS
 2016-12-08 15:36 UTC  (5+ messages)

[PATCH 5/5] versioncmp: cope with common leading parts in versionsort.prereleaseSuffix
 2016-12-08 14:48 UTC  (10+ messages)
` [PATCHv2 0/7] Fix and generalize version sort reordering
  ` [PATCHv2 1/7] t7004-tag: delete unnecessary tags with test_when_finished
  ` [PATCHv2 2/7] t7004-tag: use test_config helper
  ` [PATCHv2 3/7] t7004-tag: add version sort tests to show prerelease reordering issues
  ` [PATCHv2 4/7] versioncmp: pass full tagnames to swap_prereleases()
  ` [PATCHv2 5/7] versioncmp: cope with common part overlapping with prerelease suffix
  ` [PATCHv2 6/7] versioncmp: use earliest-longest contained suffix to determine sorting order
    ` [PATCHv2 6.5/7] squash! "
  ` [PATCHv2 7/7] versioncmp: generalize version sort suffix reordering

[REGRESSION 2.10.2] problematic "empty auth" changes
 2016-12-08 14:47 UTC 

[PATCHv5 0/5] submodule embedgitdirs
 2016-12-08 11:01 UTC  (16+ messages)
` [PATCHv5 1/5] submodule: use absolute path for computing relative path connecting
` [PATCHv5 2/5] submodule helper: support super prefix
` [PATCHv5 3/5] test-lib-functions.sh: teach test_commit -C <dir>
` [PATCHv5 4/5] worktree: get worktrees from submodules
` [PATCHv5 5/5] submodule: add embed-git-dir function

[PATCH v15 01/27] bisect--helper: use OPT_CMDMODE instead of OPT_BOOL
 2016-12-08  6:43 UTC  (16+ messages)
` [PATCH v15 23/27] bisect--helper: `bisect_replay` shell function in C
` [PATCH v15 12/27] bisect--helper: `get_terms` & `bisect_terms` "
` [PATCH v15 19/27] bisect--helper: `bisect_state` & `bisect_head` "

[PATCH] submodule--helper: set alternateLocation for cloned submodules
 2016-12-08  1:38 UTC 

[PATCH 1/2] name-rev: allow passing multiple patterns using --refs
 2016-12-08  1:04 UTC  (6+ messages)
` [PATCH 2/2] describe: add support for multiple match patterns

[PATCH 1/2] submodule--helper: set alternateLocation for cloned submodules
 2016-12-08  0:02 UTC  (3+ messages)
` [PATCH 2/2] mailmap: Update my e-mail address

[PATCH 1/4] shallow.c: make paint_alloc slightly more robust
 2016-12-07 23:42 UTC  (5+ messages)
` [PATCH v2 0/6] shallow.c improvements

[PATCH] submodule--helper: set alternateLocation for cloned submodules
 2016-12-07 22:09 UTC  (7+ messages)

git repo vs project level authorization
 2016-12-07 15:48 UTC  (3+ messages)

[PATCH] clone,fetch: explain the shallow-clone option a little more clearly
 2016-12-07 14:07 UTC  (5+ messages)

1 files changed
 2016-12-07 11:16 UTC  (2+ messages)

[PATCH] git-p4: add p4 shelf support
 2016-12-07 11:09 UTC  (3+ messages)

[ANNOUNCE] DeepGit - free cross-platform Git blame GUI with code move detection
 2016-12-07 10:26 UTC 

[PATCH v2] difftool: fix dir-diff index creation when in a subdirectory
 2016-12-07 10:16 UTC 


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