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

RFC: Enable delayed responses to Git clean/smudge filter requests
 2016-11-15 18:03 UTC  (4+ messages)

ignore blank line removals
 2016-11-15 17:56 UTC  (2+ messages)

[PATCH v3 0/4] Speedup finding of unpushed submodules
 2016-11-15 17:52 UTC  (7+ messages)
` [PATCH v3 1/4] serialize collection of changed submodules
` [PATCH v3 2/4] serialize collection of refs that contain submodule changes
` [PATCH v3 3/4] batch check whether submodule needs pushing into one call
` [PATCH v3 4/4] submodule_needs_pushing() NEEDSWORK when we can not answer this question

[PATCH] remote-curl: don't hang when a server dies before any output
 2016-11-15 17:42 UTC  (13+ messages)

[RFC PATCH 0/5] recursively grep across submodules
 2016-11-15 17:42 UTC  (20+ 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

[PATCH v7 00/17] port branch.c to use ref-filter's printing options
 2016-11-15 17:42 UTC  (35+ messages)
` [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 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
` [PATCH v7 16/17] branch: use ref-filter printing APIs

Protecting old temporary objects being reused from concurrent "git gc"?
 2016-11-15 17:40 UTC  (4+ messages)

[PATCH 0/2] bug fix with push --dry-run and submodules
 2016-11-15 17:29 UTC  (5+ messages)
` [PATCH 1/2] push: --dry-run updates submodules when --recurse-submodules=on-demand
` [PATCH 2/2] push: fix --dry-run to not push submodules

[PATCH] mingw: hot-fix t5615
 2016-11-15 16:54 UTC  (15+ messages)
    ` [PATCH] t0021, t5615: use $PWD instead of $(pwd) in PATH-like shell variables

gitweb html validation
 2016-11-15 15:13 UTC 

New to git, need help!
 2016-11-15 15:43 UTC  (2+ messages)

[PATCH v1 0/2] Fix default macOS build locally and on Travis CI
 2016-11-15 15:31 UTC  (10+ messages)
` [PATCH v1 2/2] travis-ci: disable GIT_TEST_HTTPD for macOS

Git status takes too long- How to improve the performance of git
 2016-11-15 15:10 UTC  (4+ messages)

git shortlog vs. stdin
 2016-11-15 13:39 UTC  (2+ messages)

[PATCH v15 01/27] bisect--helper: use OPT_CMDMODE instead of OPT_BOOL
 2016-11-15  5:16 UTC  (4+ messages)
` [PATCH v15 02/27] bisect: rewrite `check_term_format` shell function in C

"git subtree --squash" interacts poorly with revert, merge, and rebase
 2016-11-14 22:37 UTC  (3+ messages)

[RFH] limiting ref advertisements
 2016-11-14 21:21 UTC  (3+ messages)

[RFC/PATCH 0/2] git diff <(command1) <(command2)
 2016-11-14 21:10 UTC  (15+ messages)
` [PATCH 1/2] diff --no-index: add option to follow symlinks
` [PATCH 2/2] diff --no-index: support reading from pipes

[PATCH] attr: mark a file-local symbol as static
 2016-11-14 20:00 UTC  (2+ messages)

Fetch/push lets a malicious server steal the targets of "have" lines
 2016-11-14 19:47 UTC  (10+ messages)
` [PATCH] fetch/push: document that private data can be leaked
      ` [PATCH] doc: mention transfer data leaks in more places

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)

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

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)

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  (13+ 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 v2] rebase: add --forget to cleanup rebase, leave everything else untouched
 2016-11-12  2:00 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] doc: fix location of 'info/' with $GIT_COMMON_DIR
 2016-11-12  2:01 UTC  (2+ messages)

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 "


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