messages from 2016-11-10 17:37:22 to 2016-11-14 16:36:21 UTC [more...]
[PATCH] mingw: hot-fix t5615
2016-11-14 16:35 UTC (11+ messages)
` [PATCH] t0021, t5615: use $PWD instead of $(pwd) in PATH-like shell variables
GIT Problem/ISSUE
2016-11-14 16:22 UTC (2+ messages)
[PATCH v2] upload-pack: Optionally allow fetching any sha1
2016-11-14 16:02 UTC (3+ messages)
[RFC/PATCH 0/2] git diff <(command1) <(command2)
2016-11-14 15:31 UTC (11+ messages)
` [PATCH 1/2] diff --no-index: add option to follow symlinks
` [PATCH 2/2] diff --no-index: support reading from pipes
[PATCH v2] diffcore-delta: remove unused parameter to diffcore_count_changes()
2016-11-14 14:02 UTC (2+ messages)
[ANNOUNCE] Prerelease: Git for Windows v2.11.0-rc0
2016-11-14 8:04 UTC (9+ messages)
` [git-for-windows] "
Fetch/push lets a malicious server steal the targets of "have" lines
2016-11-14 2:57 UTC (3+ messages)
` [PATCH] fetch/push: document that private data can be leaked
[PATCH v7 00/17] port branch.c to use ref-filter's printing options
2016-11-14 1:55 UTC (37+ messages)
` [PATCH v7 01/17] ref-filter: implement %(if), %(then), and %(else) atoms
` [PATCH v7 03/17] ref-filter: implement %(if:equals=<string>) and %(if:notequals=<string>)
` [PATCH v7 04/17] ref-filter: modify "%(objectname:short)" to take length
` [PATCH v7 05/17] ref-filter: move get_head_description() from branch.c
` [PATCH v7 07/17] ref-filter: make %(upstream:track) prints "[gone]" for invalid upstreams
` [PATCH v7 08/17] ref-filter: add support for %(upstream:track,nobracket)
` [PATCH v7 11/17] ref-filter: introduce symref_atom_parser() and refname_atom_parser()
` [PATCH v7 13/17] ref-filter: add `:dir` and `:base` options for ref printing atoms
Draft of Git Rev News edition 21
2016-11-13 20:55 UTC
Regarding "git log" on "git series" metadata
2016-11-13 17:50 UTC (5+ messages)
[PATCH] attr: mark a file-local symbol as static
2016-11-13 16:42 UTC
Fetch/push lets a malicious server steal the targets of "have" lines
2016-11-13 2:44 UTC (11+ messages)
Feature request - show result of URL rewrites
2016-11-13 1:46 UTC (3+ messages)
[RFC] Add way to make Git credentials accessible from clean/smudge filter
2016-11-12 13:57 UTC (9+ messages)
2.11.0-rc1 will not be tagged for a few days
2016-11-12 13:33 UTC (14+ messages)
[PATCH] git-worktree.txt: Fix typo "to"/"two", add comma
2016-11-12 8:55 UTC
[PATCH 00/11] git worktree (re)move
2016-11-12 2:23 UTC (12+ messages)
` [PATCH 01/11] copy.c: import copy_file() from busybox
` [PATCH 02/11] copy.c: delete unused code in copy_file()
` [PATCH 03/11] copy.c: convert bb_(p)error_msg to error(_errno)
` [PATCH 04/11] copy.c: style fix
` [PATCH 05/11] copy.c: convert copy_file() to copy_dir_recursively()
` [PATCH 06/11] worktree.c: add validate_worktree()
` [PATCH 07/11] worktree.c: add update_worktree_location()
` [PATCH 08/11] worktree move: new command
` [PATCH 09/11] worktree move: accept destination as directory
` [PATCH 10/11] worktree move: refuse to move worktrees with submodules
` [PATCH 11/11] worktree remove: new command
[PATCH] rebase: add --forget to cleanup rebase, leave HEAD untouched
2016-11-12 2:00 UTC (7+ messages)
` [PATCH v2] rebase: add --forget to cleanup rebase, leave everything else untouched
` [PATCH v3] "
[PATCH] doc: fix location of 'info/' with $GIT_COMMON_DIR
2016-11-12 2:01 UTC (2+ messages)
[RFC PATCH 0/5] recursively grep across submodules
2016-11-12 0:30 UTC (13+ messages)
` [PATCH v2 0/6] "
` [PATCH v2 5/6] grep: enable recurse-submodules to work on <tree> objects
` [PATCH v3 0/6] recursively grep across submodules
` [PATCH v3 1/6] submodules: add helper functions to determine presence of submodules
` [PATCH v3 2/6] submodules: load gitmodules file from commit sha1
` [PATCH v3 3/6] grep: add submodules as a grep source type
` [PATCH v3 4/6] grep: optionally recurse into submodules
` [PATCH v3 5/6] grep: enable recurse-submodules to work on <tree> objects
` [PATCH v3 6/6] grep: search history of moved submodules
What's cooking in git.git (Nov 2016, #02; Fri, 11)
2016-11-11 23:28 UTC
[ANNOUNCE] Git v2.11.0-rc1
2016-11-11 23:27 UTC
[PATCH] t6026: ensure that long-running script really is
2016-11-11 21:15 UTC (9+ messages)
` [PATCH v2] "
[PATCH] fetch-pack.c: correct command at the beginning of an error message
2016-11-11 17:21 UTC
[PATCH] upload-pack: Optionally allow fetching any sha1
2016-11-11 16:31 UTC
[PATCH v3 00/14] Mark strings in Perl scripts for translation
2016-11-11 12:45 UTC (18+ messages)
` [PATCH v6 00/16] "
` [PATCH v6 01/16] Git.pm: add subroutines for commenting lines
` [PATCH v6 02/16] i18n: add--interactive: mark strings for translation
` [PATCH v6 03/16] i18n: add--interactive: mark simple here-documents "
` [PATCH v6 04/16] i18n: add--interactive: mark strings with interpolation "
` [PATCH v6 05/16] i18n: clean.c: match string with git-add--interactive.perl
` [PATCH v6 06/16] i18n: add--interactive: mark plural strings
` [PATCH v6 07/16] i18n: add--interactive: mark patch prompt for translation
` [PATCH v6 08/16] i18n: add--interactive: i18n of help_patch_cmd
` [PATCH v6 09/16] i18n: add--interactive: mark edit_hunk_manually message for translation
` [PATCH v6 10/16] i18n: add--interactive: remove %patch_modes entries
` [PATCH v6 11/16] i18n: add--interactive: mark status words for translation
` [PATCH v6 12/16] i18n: send-email: mark strings "
` [PATCH v6 13/16] i18n: send-email: mark warnings and errors "
` [PATCH v6 14/16] i18n: send-email: mark string with interpolation "
` [PATCH v6 15/16] i18n: send-email: mark composing message "
` [PATCH v6 16/16] i18n: difftool: mark warnings "
[PATCH v1 0/2] Fix default macOS build locally and on Travis CI
2016-11-11 9:28 UTC (18+ messages)
` [PATCH v1 2/2] travis-ci: disable GIT_TEST_HTTPD for macOS
pre-rebase, post-rewrite,
2016-11-11 9:22 UTC
[credential.helper] unexpectedly save credential to multiple credential files
2016-11-11 9:12 UTC (3+ messages)
[PATCH] fetch: do not redundantly calculate tag refmap
2016-11-11 2:09 UTC (2+ messages)
[PATCH] doc: fill in omitted word
2016-11-10 23:06 UTC (3+ messages)
[PATCH] t6026-merge-attr: don't fail if sleep exits early
2016-11-10 23:03 UTC (12+ messages)
` [PATCH v2] "
"git subtree --squash" interacts poorly with revert, merge, and rebase
2016-11-10 21:53 UTC (2+ messages)
[PATCHv3 00/35] Revamp the attr subsystem!
2016-11-10 20:34 UTC (36+ messages)
` [PATCH 01/35] commit.c: use strchrnul() to scan for one line
` [PATCH 02/35] attr.c: "
` [PATCH 03/35] attr.c: update a stale comment on "struct match_attr"
` [PATCH 04/35] attr.c: explain the lack of attr-name syntax check in parse_attr()
` [PATCH 05/35] attr.c: complete a sentence in a comment
` [PATCH 06/35] attr.c: mark where #if DEBUG ends more clearly
` [PATCH 07/35] attr.c: simplify macroexpand_one()
` [PATCH 08/35] attr.c: tighten constness around "git_attr" structure
` [PATCH 09/35] attr.c: plug small leak in parse_attr_line()
` [PATCH 10/35] attr: rename function and struct related to checking attributes
` [PATCH 11/35] attr: (re)introduce git_check_attr() and struct git_attr_check
` [PATCH 12/35] attr: convert git_all_attrs() to use "struct git_attr_check"
` [PATCH 13/35] attr: convert git_check_attrs() callers to use the new API
` [PATCH 14/35] attr: retire git_check_attrs() API
` [PATCH 15/35] attr: add counted string version of git_check_attr()
` [PATCH 16/35] attr: expose validity check for attribute names
` [PATCH 17/35] attr: support quoting pathname patterns in C style
` [PATCH 18/35] attr.c: add push_stack() helper
` [PATCH 19/35] attr.c: pass struct git_attr_check down the callchain
` [PATCH 20/35] attr.c: rename a local variable check
` [PATCH 21/35] attr.c: correct ugly hack for git_all_attrs()
` [PATCH 22/35] attr.c: introduce empty_attr_check_elems()
` [PATCH 23/35] attr.c: always pass check[] to collect_some_attrs()
` [PATCH 24/35] attr.c: outline the future plans by heavily commenting
` [PATCH 25/35] attr: make git_check_attr_counted static
` [PATCH 26/35] attr: convert to new threadsafe API
` [PATCH 27/35] attr: keep attr stack for each check
` [PATCH 28/35] Documentation: fix a typo
` [PATCH 29/35] pathspec: move long magic parsing out of prefix_pathspec
` [PATCH 30/35] pathspec: move prefix check out of the inner loop
` [PATCH 31/35] pathspec: allow querying for attributes
` [PATCH 32/35] pathspec: allow escaped query values
` [PATCH 33/35] submodule update: add `--init-default-path` switch
` [PATCH 34/35] clone: add --init-submodule=<pathspec> switch
` [PATCH 35/35] completion: clone can initialize specific submodules
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).