git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-02-16 13:30:48 to 2016-02-18 05:18:55 UTC [more...]

[PATCH v5 00/27] refs backends
 2016-02-18  5:17 UTC  (10+ messages)
` [PATCH v5 01/27] refs: Move head_ref{,_submodule} to the common code
` [PATCH v5 02/27] refs: move for_each_*ref* functions into "
` [PATCH v5 04/27] refs: add methods for misc ref operations
` [PATCH v5 06/27] refs: add do_for_each_per_worktree_ref
` [PATCH v5 08/27] refs: add method for initial ref transaction commit
` [PATCH v5 09/27] refs: add method for delete_refs
` [PATCH v5 10/27] refs: add methods to init refs db
` [PATCH v5 13/27] refs: make lock generic
` [PATCH v5 15/27] refs: allow log-only updates

[PATCH v4 00/20] refs backend
 2016-02-18  2:44 UTC  (18+ messages)
` [PATCH v4 13/21] refs: resolve symbolic refs first
` [PATCH v4 14/21] refs: always handle non-normal refs in files backend
` [PATCH v4 15/21] init: allow alternate ref strorage to be set for new repos
` [PATCH v4 19/21] refs: add register_ref_storage_backends()
` [PATCH v4 20/21] refs: add LMDB refs storage backend

[PATCH 00/20] "git worktree move" preview
 2016-02-18  0:49 UTC  (21+ messages)
` [PATCH v2 00/26] worktree lock, move, remove and unlock
  ` [PATCH v2 08/26] completion: support git-worktree
  ` [PATCH v2 10/26] wrapper.c: allow to create an empty file with write_file()
  ` [PATCH v2 12/26] worktree.c: use is_dot_or_dotdot()
  ` [PATCH v2 13/26] worktree.c: store "id" instead of "git_dir"
  ` [PATCH v2 14/26] worktree.c: add clear_worktree()
  ` [PATCH v2 15/26] worktree.c: add find_worktree_by_path()
  ` [PATCH v2 16/26] worktree.c: add is_main_worktree()
  ` [PATCH v2 17/26] worktree.c: add validate_worktree()
  ` [PATCH v2 18/26] worktree.c: add update_worktree_location()
  ` [PATCH v2 19/26] worktree.c: add is_worktree_locked()
  ` [PATCH v2 20/26] worktree: avoid 0{40}, too many zeroes, hard to read
  ` [PATCH v2 21/26] worktree: simplify prefixing paths
  ` [PATCH v2 22/26] worktree: add "lock" command
  ` [PATCH v2 23/26] worktree: add "unlock" command
  ` [PATCH v2 24/26] worktree: add "move" commmand
  ` [PATCH v2 25/26] worktree move: accept destination as directory
  ` [PATCH v2 26/26] worktree: add "remove" command

failed submodule update re-run results in no checked out files?
 2016-02-18  0:26 UTC  (3+ messages)

What's cooking in git.git (Feb 2016, #05; Wed, 17)
 2016-02-17 23:25 UTC  (2+ messages)

[PATCH v6 00/11] ref-filter: use parsing functions
 2016-02-17 22:26 UTC  (17+ messages)
` [PATCH v6 01/11] ref-filter: use string_list_split over strbuf_split
` [PATCH v6 02/11] ref-filter: bump 'used_atom' and related code to the top
` [PATCH v6 03/11] ref-filter: introduce struct used_atom
` [PATCH v6 04/11] ref-filter: introduce parsing functions for each valid atom
` [PATCH v6 05/11] ref-filter: introduce color_atom_parser()
` [PATCH v6 06/11] ref-filter: introduce parse_align_position()
` [PATCH v6 07/11] ref-filter: introduce align_atom_parser()
` [PATCH v6 08/11] ref-filter: align: introduce long-form syntax
` [PATCH v6 09/11] ref-filter: introduce remote_ref_atom_parser()
` [PATCH v6 10/11] ref-filter: introduce contents_atom_parser()
` [PATCH v6 11/11] ref-filter: introduce objectname_atom_parser()

GSoC 2016: applications open, deadline = Fri, 19/2
 2016-02-17 21:33 UTC  (25+ messages)
            ` [PATCH 0/3] Turn git-rebase--*.sh to external helpers
              ` [PATCH 1/3] rebase: move common functions to rebase--lib.sh
              ` [PATCH 2/3] rebase: move cleanup code to exit_rebase()
              ` [PATCH 3/3] rebase: turn git-rebase--*.sh into separate programs

Windows git bash - child processes see system PATH environment variable instead of user
 2016-02-17 21:31 UTC 

[PATCH v5 0/3] config: add '--sources' option to print the source of a config value
 2016-02-17 21:31 UTC  (6+ messages)
` [PATCH v5 1/3] t: do not hide Git's exit code in tests using 'nul_to_q'
` [PATCH v5 2/3] config: add 'type' to config_source struct that identifies config type
` [PATCH v5 3/3] config: add '--show-origin' option to print the origin of a config value

[PATCH v5 00/15] config: make git_config_set die on failure
 2016-02-17 21:09 UTC  (13+ messages)
` [PATCH v5 02/15] branch: report errors in tracking branch setup
` [PATCH v5 13/15] compat: die when unable to set core.precomposeunicode
` [PATCH v5 15/15] config: rename git_config_set_or_die to git_config_set

[PATCH] Implement https public key pinning
 2016-02-17 21:05 UTC  (8+ messages)
` [PATCH +warn] "

[PATCH 00/20] Delete directories left empty after ref deletion
 2016-02-17 20:53 UTC  (18+ messages)
` [PATCH 01/20] safe_create_leading_directories_const(): preserve errno
` [PATCH 02/20] safe_create_leading_directories(): set errno on SCLD_EXISTS
` [PATCH 03/20] raceproof_create_file(): new function
` [PATCH 04/20] lock_ref_sha1_basic(): use raceproof_create_file()
` [PATCH 05/20] rename_tmp_log(): "
` [PATCH 08/20] log_ref_setup(): improve robustness against races
` [PATCH 10/20] log_ref_write_1(): don't depend on logfile
` [PATCH 11/20] log_ref_setup(): manage the name of the reflog file internally
` [PATCH 15/20] try_remove_empty_parents(): don't accommodate consecutive slashes
` [PATCH 16/20] t5505: use "for-each-ref" to test for the non-existence of references
` [PATCH 18/20] delete_ref_loose(): inline function

[PATCH 0/3] fix "v"iew subcommand in "git am -i"
 2016-02-17 19:19 UTC  (12+ messages)
` [PATCH 1/3] pager: lose a separate argv[]
` [PATCH 2/3] pager: factor out a helper to prepare a child process to run the pager
` [PATCH 3/3] am -i: fix "v"iew
` [PATCH v2 0/3] fix "v"iew subcommand in "git am -i"
  ` [PATCH v2 1/3] pager: lose a separate argv[]
  ` [PATCH v2 2/3] pager: factor out a helper to prepare a child process to run the pager
  ` [PATCH v2 3/3] am -i: fix "v"iew

[PATCH v5 00/12] ref-filter: use parsing functions
 2016-02-17 18:21 UTC  (32+ messages)
` [PATCH v5 01/12] strbuf: introduce strbuf_split_str_omit_term()
` [PATCH v5 02/12] ref-filter: use strbuf_split_str_omit_term()
` [PATCH v5 03/12] ref-filter: bump 'used_atom' and related code to the top
` [PATCH v5 04/12] ref-filter: introduce struct used_atom
` [PATCH v5 05/12] ref-filter: introduce parsing functions for each valid atom
` [PATCH v5 06/12] ref-filter: introduce color_atom_parser()
` [PATCH v5 07/12] ref-filter: introduce parse_align_position()
` [PATCH v5 08/12] ref-filter: introduce align_atom_parser()
` [PATCH v5 09/12] ref-filter: align: introduce long-form syntax
` [PATCH v5 10/12] ref-filter: introduce remote_ref_atom_parser()
` [PATCH v5 11/12] ref-filter: introduce contents_atom_parser()
` [PATCH v5 12/12] ref-filter: introduce objectname_atom_parser()

[PATCH] git-cvsserver.perl: fix typo
 2016-02-17 18:00 UTC  (2+ messages)

[PATCH v4 0/3] config: add '--sources' option to print the source of a config value
 2016-02-17 16:39 UTC  (17+ messages)
` [PATCH v4 2/3] config: add 'type' to config_source struct that identifies config type
` [PATCH v4 3/3] config: add '--show-origin' option to print the origin of a config value

[PATCH 0/4] git remote improvements
 2016-02-17 16:20 UTC  (6+ messages)
` [PATCH 4/4] remote: use remote_is_configured() for add and rename

Bug report: 'git commit --dry-run' corner case: returns error ("nothing to commit") when all conflicts resolved to HEAD
 2016-02-17  5:06 UTC  (10+ messages)
` [PATCH] wt-status.c: set commitable bit if there is a meaningful merge
    ` [PATCH v2] "

[PATCH v3 0/2] merge-recursive: option to disable renames
 2016-02-17  3:38 UTC  (8+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] merge-recursive: more consistent interface

[PATCH v4 0/2] merge-recursive: option to disable renames
 2016-02-17  3:15 UTC  (3+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] merge-recursive: more consistent interface

[PATCH v2] merge-recursive: option to disable renames
 2016-02-17  0:20 UTC  (2+ messages)

[PATCH] merge-recursive: option to disable renames
 2016-02-16 23:43 UTC  (5+ messages)

[BUG] git-log: tracking deleted file in a repository with multiple "initial commit" histories
 2016-02-16 22:29 UTC  (4+ messages)

[PATCH v2 0/4] git remote improvements
 2016-02-16 21:36 UTC  (4+ messages)
` [PATCH v3 "

malloc memory corruption on merge-tree with leading newline
 2016-02-16 21:27 UTC  (7+ messages)
` [PATCH] merge_blobs: use strbuf instead of manually-sized mmfile_t

RFC: Resumable clone based on hybrid "smart" and "dumb" HTTP
 2016-02-16 18:34 UTC  (6+ messages)

[PATCH 0/2] enable "svn.pathnameencoding" on dcommit
 2016-02-16 16:19 UTC  (6+ messages)
  ` [PULL] svn pathnameencoding for git svn dcommit


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