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

[PATCH 00/26] nd/shallow-deepen updates
 2016-06-05  5:05 UTC  (7+ messages)
` [PATCH 18/26] t5500, t5539: tests for shallow depth since a specific date
` [PATCH 21/26] fetch: define shallow boundary with --shallow-exclude
` [PATCH 22/26] clone: define shallow clone "

[PATCH v2 0/3] support mboxrd format
 2016-06-05  4:46 UTC  (4+ messages)
` [PATCH v2 1/3] pretty: support "mboxrd" output format
` [PATCH v2 2/3] mailsplit: support unescaping mboxrd messages
` [PATCH v2 3/3] am: support --patch-format=mboxrd

Creating empty commits with --intent-to-add
 2016-06-05  3:15 UTC  (2+ messages)

[PATCH 0/2] Better ref summary alignment in "git fetch"
 2016-06-05  3:15 UTC  (30+ messages)
` [PATCH v2 0/3] "
  ` [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 v3 0/6] Better ref summary alignment in "git fetch"
    ` [PATCH v3 1/6] git-fetch.txt: document fetch output
    ` [PATCH v3 2/6] fetch: refactor ref update status formatting code
    ` [PATCH v3 3/6] fetch: change flag code for displaying tag update and deleted ref
    ` [PATCH v3 4/6] fetch: align all "remote -> local" output
    ` [PATCH v3 5/6] fetch: reduce duplicate in ref update status lines with { -> }
    ` [PATCH v3 6/6] fetch: reduce duplicate in ref update status lines with placeholder

Hi git
 2016-06-04 20:43 UTC 

What's cooking in git.git (Jun 2016, #01; Thu, 2)
 2016-06-04 21:46 UTC  (10+ messages)

[RFC/PATCH] push: deny policy to prevent pushes to unwanted remotes
 2016-06-04 14:51 UTC 

[PATCH] gitk: Fix missing commits when using -S or -G
 2016-06-04  8:47 UTC  (5+ messages)
` [PATCH v2] "
      ` [PATCH v3] "

[PATCH v2 0/5] worktree lock/unlock
 2016-06-04  5:14 UTC  (19+ 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

[RFC/PATCH 0/3] support mboxrd format
 2016-06-04  2:03 UTC  (14+ messages)
` [PATCH 1/3] pretty: support "mboxrd" output format

--orphan erases HEAD reflog
 2016-06-04  1:54 UTC  (4+ messages)
` [PATCH] reflog: continue walking the reflog past root commits

[PATCH v2 00/13] Reference iterators
 2016-06-03 23:40 UTC  (18+ 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

RFC: have a config option for running submodule update after checkout <revision>
 2016-06-03 23:30 UTC  (2+ messages)

[PATCH] regex: fix a SIZE_MAX macro redefinition warning
 2016-06-03 23:29 UTC 

hi
 2016-06-03 21:41 UTC 

[RFC/PATCH] Formatting variables in the documentation
 2016-06-03 22:42 UTC  (6+ messages)
` [PATCH v2] Documentation more consistent
  ` [PATCH v2 1/3] Clearer rule about formatting literals
  ` [PATCH v2 2/3] Change environment variables format
  ` [PATCH v2 3/3] Change configuration "

[RFC] Triangular Workflow UI improvments
 2016-06-03 22:16 UTC  (8+ messages)
` [RFC/PATCH] Triangular Workflow UI improvement: Documentation

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

[PATCH 00/38] Virtualization of the refs API
 2016-06-03 21:04 UTC  (39+ messages)
` [PATCH 01/38] resolve_gitlink_ref(): eliminate temporary variable
` [PATCH 02/38] rename_ref_available(): add docstring
` [PATCH 03/38] refs: rename struct ref_cache to files_ref_store
` [PATCH 04/38] refs: add a backend method structure
` [PATCH 05/38] refs: create a base class "ref_store" for files_ref_store
` [PATCH 06/38] add_packed_ref(): add a files_ref_store argument
` [PATCH 07/38] get_packed_ref(): "
` [PATCH 08/38] resolve_missing_loose_ref(): "
` [PATCH 09/38] {lock,commit,rollback}_packed_refs(): add files_ref_store arguments
` [PATCH 10/38] refs: add a transaction_commit() method
` [PATCH 11/38] refs: reorder definitions
` [PATCH 12/38] resolve_packed_ref(): rename function from resolve_missing_loose_ref()
` [PATCH 13/38] resolve_gitlink_packed_ref(): remove function
` [PATCH 14/38] read_raw_ref(): take a (struct ref_store *) argument
` [PATCH 15/38] resolve_ref_recursively(): new function
` [PATCH 16/38] resolve_gitlink_ref(): implement using resolve_ref_recursively()
` [PATCH 17/38] resolve_gitlink_ref(): avoid memory allocation in many cases
` [PATCH 18/38] resolve_gitlink_ref(): rename path parameter to submodule
` [PATCH 19/38] refs: make read_raw_ref() virtual
` [PATCH 20/38] refs: make verify_refname_available() virtual
` [PATCH 21/38] refs: make pack_refs() virtual
` [PATCH 22/38] refs: make create_symref() virtual
` [PATCH 23/38] refs: make peel_ref() virtual
` [PATCH 24/38] repack_without_refs(): add a files_ref_store argument
` [PATCH 25/38] lock_raw_ref(): "
` [PATCH 26/38] commit_ref_update(): "
` [PATCH 27/38] lock_ref_for_update(): "
` [PATCH 28/38] lock_ref_sha1_basic(): "
` [PATCH 29/38] split_symref_update(): "
` [PATCH 30/38] files_ref_iterator_begin(): take a ref_store argument
` [PATCH 31/38] refs: add method iterator_begin
` [PATCH 32/38] refs: add methods for reflog
` [PATCH 33/38] refs: add method for initial ref transaction commit
` [PATCH 34/38] refs: add method for delete_refs
` [PATCH 35/38] refs: add methods to init refs db
` [PATCH 36/38] refs: add method to rename refs
` [PATCH 37/38] refs: make lock generic
` [PATCH 38/38] refs: implement iteration over only per-worktree refs

[PATCHv4] pathspec: allow escaped query values
 2016-06-03 20:39 UTC  (2+ messages)

[PATCH v2 2/2] completion: add git status
 2016-06-03 18:34 UTC  (12+ messages)
  ` [PATCH v3 "
              ` [PATCH v4 0/3] support completion for "
                ` [PATCH v4 1/3] completion: factor out untracked file modes into a variable
                ` [PATCH v4 2/3] completion: add __git_get_option_value helper
                ` [PATCH v4 3/3] completion: add git status

Signing off, for now
 2016-06-03 18:11 UTC  (2+ messages)

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

[PATCH] l10n: de.po: translate 104 new messages
 2016-06-03 17:17 UTC 

[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: "

git gc and worktrees
 2016-06-03 16:45 UTC  (9+ messages)

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

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

[PATCH v3 00/39] i18n and test updates
 2016-06-03 12:32 UTC  (6+ messages)
` [PATCH v3 24/39] i18n: bisect: enable l10n of bisect terms in messages

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

[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  (10+ 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  (5+ 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


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