messages from 2017-02-16 11:49:33 to 2017-02-17 21:45:24 UTC [more...]
[PATCH v2 00/19] object_id part 6
2017-02-17 21:45 UTC (9+ messages)
` [PATCH v2 11/19] builtin/replace: convert to struct object_id
` [PATCH v2 14/19] hex: introduce parse_oid_hex
` [PATCH v2 15/19] refs: simplify parsing of reflog entries
Confusing git messages when disk is full
2017-02-17 21:42 UTC (19+ messages)
` [PATCH] tempfile: avoid "ferror | fclose" trick
git diff --quiet exits with 1 on clean tree with CRLF conversions
2017-02-17 21:26 UTC
[PATCH/RFC 00/11] Remove submodule from files-backend.c
2017-02-17 20:49 UTC (38+ messages)
` [PATCH v2 00/16] "
` [PATCH v2 03/16] files-backend: add files_path()
` [PATCH v2 04/16] files-backend: replace *git_path*() with files_path()
` [PATCH v2 06/16] refs-internal.h: correct is_per_worktree_ref()
` [PATCH v2 07/16] files-backend: remove the use of git_path()
` [PATCH v2 08/16] refs.c: introduce get_main_ref_store()
` [PATCH v2 09/16] refs: rename lookup_ref_store() to lookup_submodule_ref_store()
` [PATCH v2 10/16] refs.c: flatten get_ref_store() a bit
` [PATCH v2 11/16] refs.c: kill register_ref_store(), add register_submodule_ref_store()
` [PATCH v2 12/16] refs.c: make get_main_ref_store() public and use it
` [PATCH v2 13/16] path.c: move some code out of strbuf_git_path_submodule()
` [PATCH v2 14/16] refs: move submodule code out of files-backend.c
` [PATCH v2 15/16] files-backend: remove submodule_allowed from files_downcast()
` [PATCH v2 16/16] refs: rename get_ref_store() to get_submodule_ref_store() and make it public
` [PATCH v3 00/16] Remove submodule from files-backend.c
` [PATCH v3 01/16] refs-internal.c: make files_log_ref_write() static
` [PATCH v3 02/16] files-backend: convert git_path() to strbuf_git_path()
` [PATCH v3 03/16] files-backend: add files_path()
` [PATCH v3 04/16] files-backend: replace *git_path*() with files_path()
` [PATCH v3 05/16] refs.c: share is_per_worktree_ref() to files-backend.c
` [PATCH v3 06/16] refs-internal.h: correct is_per_worktree_ref()
` [PATCH v3 07/16] files-backend: remove the use of git_path()
` [PATCH v3 08/16] refs.c: introduce get_main_ref_store()
` [PATCH v3 09/16] refs: rename lookup_ref_store() to lookup_submodule_ref_store()
` [PATCH v3 10/16] refs.c: flatten get_ref_store() a bit
` [PATCH v3 11/16] refs.c: kill register_ref_store(), add register_submodule_ref_store()
` [PATCH v3 12/16] refs.c: make get_main_ref_store() public and use it
` [PATCH v3 13/16] path.c: move some code out of strbuf_git_path_submodule()
` [PATCH v3 14/16] refs: move submodule code out of files-backend.c
` [PATCH v3 15/16] files-backend: remove submodule_allowed from files_downcast()
` [PATCH v3 16/16] refs: rename get_ref_store() to get_submodule_ref_store() and make it public
dotfiles in git template dir are not copied
2017-02-17 20:44 UTC (2+ messages)
git alias for options
2017-02-17 20:42 UTC (4+ messages)
body-CC-comment regression
2017-02-17 20:20 UTC (16+ messages)
HEAD's reflog entry for a renamed branch
2017-02-17 19:55 UTC (14+ messages)
` [PATCH 0/3] delete_ref(): support reflog messages
` [PATCH 1/3] delete_refs(): accept a reflog message argument
` [PATCH 2/3] update-ref: pass reflog message argument to delete_refs
` [PATCH 3/3] rename_ref: replace empty deletion message in HEAD's log
[PATCH] l10n: de.po: translate 241 messages
2017-02-17 17:41 UTC
[RFCv3 PATCH 00/14] Checkout aware of Submodules!
2017-02-17 18:42 UTC (29+ messages)
` [RFCv4 "
` [PATCH 03/15] lib-submodule-update.sh: define tests for recursing into submodules
` [PATCH 05/15] connect_work_tree_and_git_dir: safely create leading directories
` [PATCH 06/15] update submodules: add submodule config parsing
` [PATCH 08/15] submodules: introduce check to see whether to touch a submodule
` [PATCH 10/15] update submodules: add submodule_go_from_to
` [PATCH 11/15] unpack-trees: pass old oid to verify_clean_submodule
` [PATCH 12/15] unpack-trees: check if we can perform the operation for submodules
` [PATCH 13/15] read-cache: remove_marked_cache_entries to wipe selected submodules
[PATCH] rev-parse --git-path: fix output when running in a subdirectory
2017-02-17 18:25 UTC (14+ messages)
` [PATCH v2 0/2] Fix bugs in rev-parse's output when run "
` [PATCH v2 1/2] rev-parse tests: add tests executed from "
` [PATCH v2 2/2] rev-parse: fix several options when running in "
` [PATCH v3 0/2] Fix bugs in rev-parse's output when run "
` [PATCH v3 1/2] rev-parse tests: add tests executed from "
` [PATCH v3 2/2] rev-parse: fix several options when running in "
[L10N] Kickoff for Git 2.12.0 l10n round 2
2017-02-17 17:11 UTC
[PATCH/RFC 00/15] Fix git-gc losing objects in multi worktree
2017-02-17 17:09 UTC (17+ messages)
` [PATCH 01/15] revision.h: new flag in struct rev_info wrt. worktree-related refs
` [PATCH 02/15] revision.c: refactor add_index_objects_to_pending()
` [PATCH 03/15] revision.c: --indexed-objects add objects from all worktrees
` [PATCH 04/15] refs: move submodule slash stripping code to get_submodule_ref_store
` [PATCH 05/15] refs: add refs_read_ref[_full]()
` [PATCH 06/15] refs: add refs_head_ref()
` [PATCH 07/15] refs: add refs_for_each_ref()
` [PATCH 08/15] refs: add a refs_for_each_in() and friends
` [PATCH 09/15] revision.c: use refs_for_each*() instead of for_each_*_submodule()
` [PATCH 10/15] refs: remove dead for_each_*_submodule()
` [PATCH 11/15] revision.c: --all adds HEAD from all worktrees
` [PATCH 12/15] refs: add refs_for_each_reflog[_ent]()
` [PATCH 13/15] files-backend: make reflog iterator go through per-worktree reflog
` [PATCH 14/15] revision.c: --reflog add HEAD reflog from all worktrees
` [PATCH 15/15] rev-list: expose and document --single-worktree
new git-diff switch to eliminate leading "+" and "-" characters
2017-02-17 16:06 UTC (4+ messages)
[PATCH] mingw: make stderr unbuffered again
2017-02-17 16:00 UTC (14+ messages)
libgit2::git_describe_workdir() fails with depth-cloned + detached head
2017-02-17 15:39 UTC
topological index field for commit objects
2017-02-17 9:28 UTC (12+ messages)
difflame improvements
2017-02-17 7:01 UTC (3+ messages)
[PATCH] show-branch: fix crash with long ref name
2017-02-17 5:03 UTC (8+ messages)
`git show --oneline commit` does not do what's intuitively expected
2017-02-17 4:05 UTC (2+ messages)
[BUG] submodule config does not apply to upper case submodules?
2017-02-17 1:25 UTC (15+ messages)
` [PATCH] config: preserve <subsection> case for one-shot config on the command line
[PATCH V2 0/2] Fix l10n
2017-02-17 1:16 UTC (6+ messages)
` [PATCH V2 1/2] bisect_next_all: convert xsnprintf to xstrfmt
` [PATCH V2 2/2] stop_progress_msg: "
[PATCH v3 0/2] Fix l10n
2017-02-16 23:32 UTC (3+ messages)
` [PATCH v3 1/2] bisect_next_all(): fix bisect crash when used the gettext translation
` [PATCH v3 2/2] stop_progress_msg(): simplification function
What's cooking in git.git (Feb 2017, #05; Thu, 16)
2017-02-16 23:01 UTC
There are too many unreachable loose objects
2017-02-16 22:57 UTC (3+ messages)
[PATCH v3] reset: add an example of how to split a commit into two
2017-02-16 21:26 UTC (4+ messages)
Back quote typo in error messages (?)
2017-02-16 20:58 UTC (7+ messages)
[PATCH 0/4 v4] WIP: allow "-" as a shorthand for "previous branch"
2017-02-16 19:43 UTC (13+ messages)
` [PATCH 1/4 v4] revision.c: do not update argv with unknown option
` [PATCH 2/4 v4] revision.c: swap if/else blocks
` [PATCH 3/4 v4] revision.c: args starting with "-" might be a revision
` [PATCH 4/4 v4] sha1_name.c: teach get_sha1_1 "-" shorthand for "@{-1}"
[PATCH 0/1] config.txt: Fix formatting of submodule.alternateErrorStrategy section
2017-02-16 19:23 UTC (4+ messages)
` [PATCH 1/1] "
[PATCH] mingw: use OpenSSL's SHA-1 routines
2017-02-16 18:12 UTC (5+ messages)
[PATCH 0/3] Fix l10n
2017-02-16 17:27 UTC (9+ messages)
` [PATCH 1/3] add git_psprintf helper function
` [PATCH 2/3] bisect_next_all: convert xsnprintf to git_psprintf
` [PATCH 3/3] stop_progress_msg: "
What's cooking in git.git (Feb 2017, #04; Tue, 14)
2017-02-16 17:10 UTC (3+ messages)
[PATCH RFC 0/2] Kill manual ref parsing code in worktree.c
2017-02-16 12:03 UTC (7+ messages)
` [PATCH v2 0/5] "
` [PATCH v2 1/5] refs: introduce get_worktree_ref_store()
` [PATCH v2 2/5] refs.c: add refs_resolve_ref_unsafe()
` [PATCH v2 3/5] worktree.c: kill parse_ref() in favor of refs_resolve_ref_unsafe()
` [PATCH v2 4/5] refs: add refs_create_symref()
` [PATCH v2 5/5] refs: kill set_worktree_head_symref()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).