git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-06-01 20:10:12 to 2016-06-03 17:17:18 UTC [more...]

[PATCH 1/2] completion: create variable for untracked file modes
 2016-06-03 17:17 UTC  (13+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] completion: add git status
        ` [PATCH v3 "
      ` [PATCH v3 1/2] completion: factor out untracked file modes into a variable

[PATCH 01/10] builtin/commit.c: convert trivial snprintf calls to xsnprintf
 2016-06-03 17:10 UTC  (21+ messages)
` [PATCH 02/10] builtin/index-pack.c: "
` [PATCH 03/10] builtin/tag.c: "
` [PATCH 04/10] combine-diff.c: "
` [PATCH 05/10] compat/inet_ntop.c: "
` [PATCH 06/10] diff.c: "
` [PATCH 07/10] fast-import.c: "
` [PATCH 08/10] refs.c: "
` [PATCH 09/10] transport-helper.c: "
` [PATCH 10/10] wrapper.c: "

[PATCH 0/2] Better ref summary alignment in "git fetch"
 2016-06-03 17:06 UTC  (17+ messages)
` [PATCH 1/2] fetch: better alignment in ref summary
` [PATCH v2 0/3] Better ref summary alignment in "git fetch"
  ` [PATCH v2 1/3] git-fetch.txt: document fetch output
  ` [PATCH v2 2/3] fetch: refactor ref update status formatting code
  ` [PATCH v2 3/3] fetch: reduce duplicate in ref update status lines

[PATCH v4 1/2] builtin/apply: add 'lock_file' pointer into 'struct apply_state'
 2016-06-03 16:58 UTC  (2+ messages)
` [PATCH v4 2/2] builtin/apply: move 'newfd' global "

git gc and worktrees
 2016-06-03 16:45 UTC  (19+ messages)
` [PATCH 0/4] Fix prune/gc problem with multiple worktrees
  ` [PATCH 2/4] reachable.c: mark reachable objects in index from all worktrees

What's cooking in git.git (Jun 2016, #01; Thu, 2)
 2016-06-03 15:59 UTC  (4+ messages)

[PATCH] userdiff: add built-in pattern for CSS
 2016-06-03 15:50 UTC  (9+ messages)

[RFC] Triangular Workflow UI improvments
 2016-06-03 15:46 UTC  (9+ messages)
` [RFC/PATCH] Triangular Workflow UI improvement: Documentation

[PATCH v2 0/5] worktree lock/unlock
 2016-06-03 15:30 UTC  (18+ messages)
` [PATCH v3 0/6] "
  ` [PATCH v3 2/6] worktree.c: find_worktree() learns to identify worktrees by basename
  ` [PATCH v4 0/6] worktree lock/unlock
    ` [PATCH v4 1/6] worktree.c: add find_worktree()
    ` [PATCH v4 2/6] worktree.c: add is_main_worktree()
    ` [PATCH v4 3/6] worktree.c: add is_worktree_locked()
    ` [PATCH v4 4/6] worktree: add "lock" command
    ` [PATCH v4 5/6] worktree: add "unlock" command
    ` [PATCH v4 6/6] worktree.c: find_worktree() search by path suffix

git check-ignore returns included files
 2016-06-03 14:48 UTC 

[PATCH 0/2] strbuf: improve API
 2016-06-03 14:04 UTC  (14+ messages)
` [PATCH 2/2] strbuf: allow to use preallocated memory

[PATCH v3 00/39] i18n and test updates
 2016-06-03 12:32 UTC  (14+ messages)
` [PATCH v3 13/39] i18n: git-sh-setup.sh: mark strings for translation
` [PATCH v3 24/39] i18n: bisect: enable l10n of bisect terms in messages
` [PATCH v3 28/39] i18n: config: unfold error messages marked for translation

[PATCH v2 00/13] Reference iterators
 2016-06-03 12:33 UTC  (14+ messages)
` [PATCH v2 01/13] refs: remove unnecessary "extern" keywords
` [PATCH v2 02/13] do_for_each_ref(): move docstring to the header file
` [PATCH v2 03/13] refs: use name "prefix" consistently
` [PATCH v2 04/13] delete_refs(): add a flags argument
` [PATCH v2 05/13] remote rm: handle symbolic refs correctly
` [PATCH v2 06/13] get_ref_cache(): only create an instance if there is a submodule
` [PATCH v2 07/13] entry_resolves_to_object(): rename function from ref_resolves_to_object()
` [PATCH v2 08/13] ref_resolves_to_object(): new function
` [PATCH v2 09/13] refs: introduce an iterator interface
` [PATCH v2 10/13] do_for_each_ref(): reimplement using reference iteration
` [PATCH v2 11/13] for_each_reflog(): don't abort for bad references
` [PATCH v2 12/13] dir_iterator: new API for iterating over a directory tree
` [PATCH v2 13/13] for_each_reflog(): reimplement using iterators

[PATCH 00/13] Reference iterators
 2016-06-03 11:57 UTC  (11+ messages)
` [PATCH 09/13] refs: introduce an iterator interface
` [PATCH 12/13] dir_iterator: new API for iterating over a directory tree

--orphan erases HEAD reflog
 2016-06-03 11:28 UTC 

[PATCH v3 00/49] libify apply and use lib in am, part 1
 2016-06-03  9:42 UTC  (4+ messages)
` [PATCH v3 48/49] builtin/apply: move 'lock_file' global into 'struct apply_state'

What's cooking in git.git (May 2016, #09; Tue, 31)
 2016-06-03  9:19 UTC  (13+ messages)
` What's cooking in git.git (May 2016, #09; Tue, 31) t1308 broken
        ` [PATCH] t1308: do not get fooled by symbolic links to the source tree

[PATCH 0/2] corner cases with "rev-list --use-bitmap-index -n"
 2016-06-03  7:08 UTC  (6+ messages)
` [PATCH 1/2] rev-list: "adjust" results of "--count "
  ` [PATCH v2 0/2] corner cases with "rev-list "
    ` [PATCH v2 1/2] rev-list: "adjust" results of "--count "
    ` [PATCH v2 2/2] rev-list: disable bitmaps when "-n" is used with listing objects
` [PATCH "

[PATCHv3] pathspec: allow escaped query values
 2016-06-02 23:41 UTC  (3+ messages)

[PATCHv2] pathspec: allow escaped query values
 2016-06-02 23:01 UTC  (5+ messages)

Mark remote `gc --auto` error messages
 2016-06-02 22:04 UTC  (8+ messages)

[PATCH] pathspec: rename free_pathspec() to clear_pathspec()
 2016-06-02 22:03 UTC  (3+ messages)

[PATCH/RFC 0/4] Add option to enable filters in git-svn
 2016-06-02 21:13 UTC  (5+ messages)

[WIP-PATCH 0/2] send-email: refactor the email parser loop
 2016-06-02 19:58 UTC  (6+ messages)
` [WIP-PATCH 1/2] send-email: create email parser subroutine

[RFC/PATCH] pathspec: allow escaped query values
 2016-06-02 19:53 UTC  (16+ messages)

PAYMENT NOTIFICATION
 2016-06-02 18:45 UTC 

Segfault in the attr stack
 2016-06-02 16:56 UTC  (12+ messages)

[PATCH] push: deny policy to prevent pushes to unwanted remotes
 2016-06-02 15:30 UTC  (2+ messages)

[RFC/PATCH 0/3] support mboxrd format
 2016-06-02  7:51 UTC  (7+ messages)
` [PATCH 1/3] pretty: support "mboxrd" output format

[PATCH] Documentation/git-send-email: fix typo in gmail 2FA section
 2016-06-02  0:19 UTC  (2+ messages)

[PATCH] submodule operations: tighten pathspec errors
 2016-06-01 21:20 UTC  (5+ messages)

[BUG] git-submodule has bash-ism?
 2016-06-01 21:08 UTC  (15+ 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).