messages from 2016-05-24 20:05:04 to 2016-05-27 04:41:26 UTC [more...]
t7610-mergetool.sh test failure
2016-05-27 4:40 UTC (5+ messages)
t7800 test failure
2016-05-27 4:19 UTC (7+ messages)
[RFC/PATCH 0/2] Introduce "log.showSignature" config variable
2016-05-27 4:01 UTC (14+ messages)
` [RFC/PATCH 1/2] log: add "log.showsignature" configuration variable
` [RFC/PATCH 2/2] log: add "--no-show-signature" command line option
RFC: dynamic "auto" date formats
2016-05-27 4:00 UTC (2+ messages)
[PATCH 00/26] nd/shallow-deepen updates
2016-05-27 4:00 UTC (11+ messages)
` [PATCH 01/26] remote-curl.c: convert fetch_git() to use argv_array
` [PATCH 02/26] transport-helper.c: refactor set_helper_option()
` [PATCH 07/26] upload-pack: use skip_prefix() instead of starts_with()
` [PATCH 09/26] upload-pack: move rev-list code out of check_non_tip()
` [PATCH 14/26] shallow.c: implement a generic shallow boundary finder based on rev-list
[PATCH] format_commit_message: honor `color=auto` for `%C(auto)`
2016-05-27 3:55 UTC (2+ messages)
[PATCH] format_commit_message: honor `color=auto` for `%C(auto)`
2016-05-27 3:47 UTC (3+ messages)
[feature request] find git commit log before rebase
2016-05-27 2:57 UTC (3+ messages)
[PATCH v8 0/9] connect: various cleanups
2016-05-27 2:27 UTC (10+ messages)
` [PATCH v8 1/9] connect: document why we sometimes call get_port after get_host_and_port
` [PATCH v8 2/9] connect: call get_host_and_port() earlier
` [PATCH v8 3/9] connect: re-derive a host:port string from the separate host and port variables
` [PATCH v8 4/9] connect: make parse_connect_url() return separated host and port
` [PATCH v8 5/9] connect: group CONNECT_DIAG_URL handling code
` [PATCH v8 6/9] connect: make parse_connect_url() return the user part of the url as a separate value
` [PATCH v8 7/9] connect: change the --diag-url output to separate user and host
` [PATCH v8 8/9] connect: actively reject git:// urls with a user part
` [PATCH v8 9/9] connect: move ssh command line preparation to a separate function
What's cooking in git.git (May 2016, #08; Thu, 26)
2016-05-27 2:11 UTC (3+ messages)
[PATCH/RFC 0/6] pack-objects hook for upload-pack
2016-05-27 2:11 UTC (18+ messages)
` [PATCH 4/6] config: return configset value for current_config_ functions
` [PATCH 6/6] upload-pack: provide a hook for running pack-objects
[PATCH v2 00/22] i18n and test updates
2016-05-26 22:46 UTC (9+ messages)
` [PATCH v2 13/22] i18n: git-sh-setup.sh: mark strings for translation
` [PATCH v2 14/22] i18n: rebase-interactive: "
` [PATCH v2 15/22] i18n: rebase-interactive: mark here-doc "
` [PATCH v2 16/22] i18n: rebase-interactive: mark comments of squash "
[PATCH 0/2] Better ref summary alignment in "git fetch"
2016-05-26 22:13 UTC (11+ messages)
` [PATCH 1/2] fetch: better alignment in ref summary
[PATCHv3 0/2] Submodule shallow recommendation [WAS: Submodules: have a depth field in the .gitmodules file]
2016-05-26 21:59 UTC (3+ messages)
` [PATCH 1/2] submodule-config: keep shallow recommendation around
` [PATCH 2/2] submodule update: learn `--[no-]recommend-shallow` option
[PATCHv2 0/2] Submodule shallow recommendation [WAS: Submodules: have a depth field in the .gitmodules file]
2016-05-26 21:20 UTC (11+ messages)
` [PATCH 1/2] submodule-config: keep shallow recommendation around
` [PATCH 2/2] submodule update: learn `--[no-]recommend-shallow` option
[PATCHv3 0/2] Persistent submodule pathspec specification
2016-05-26 21:12 UTC (4+ messages)
` [PATCH 1/2] submodule update: add `--init-default-path` switch
` [PATCH 2/2] clone: add --init-submodule=<pathspec> switch
[PATCH] userdiff: add built-in pattern for CSS
2016-05-26 21:11 UTC (6+ messages)
[PATCH] submodule operations: tighten pathspec errors
2016-05-26 20:00 UTC (2+ messages)
[PATCH] worktree: allow "-" short-hand for @{-1} in add command
2016-05-26 18:54 UTC (2+ messages)
[RFC] Triangular Workflow: user friendly full implementation
2016-05-26 18:30 UTC (3+ messages)
[Bug?] log -p -W showing the whole file for a patch that adds to the end?
2016-05-26 17:05 UTC (6+ messages)
[PATCH] mingw: make isatty() recognize MSYS2's pseudo terminals (/dev/pty*)
2016-05-26 17:02 UTC (3+ messages)
[RFC/PATCH] Formatting variables in the documentation
2016-05-26 16:39 UTC (9+ messages)
[PATCH] transport, send-pack: append period to up-to-date message
2016-05-26 14:16 UTC (5+ messages)
[BUG] t9801 and t9803 broken on next
2016-05-26 14:16 UTC (13+ messages)
` [RFC] fast-import: invalidate pack_id references after loosening
[PATCH v4 0/2] rev-parse: fix some options when executed from subpath of main tree
2016-05-26 13:26 UTC (4+ messages)
` [PATCH v4 1/2] rev-parse tests: add tests executed from a subdirectory
` [PATCH v4 2/2] rev-parse: fix some options when executed from subpath of main tree
[ANNOUNCE] Git v2.9.0-rc0
2016-05-26 13:24 UTC (3+ messages)
[PATCH v7 0/9] connect: various cleanups
2016-05-26 5:35 UTC (9+ messages)
` [PATCH v7 1/9] connect: document why we sometimes call get_port after get_host_and_port
[PATCH v1 0/3] travis-ci: run Git bisect on failed tests
2016-05-26 4:54 UTC (3+ messages)
` [PATCH v1 2/3] travis-ci: disable verbose test output
[PATCH v6 0/2] Implement the GIT_TRACE_CURL environment variable
2016-05-26 4:51 UTC (4+ messages)
` [PATCH v6 1/2] http.c: implement "
Typo spotted in archive-tar.c
2016-05-26 4:28 UTC (2+ messages)
` [PATCH] archive-tar: convert snprintf to xsnprintf
[PATCH] xemit.c: fix a [-Wchar-subscripts] compiler warning
2016-05-26 2:22 UTC (2+ messages)
Please add a git config option to make --show-signature the default
2016-05-26 0:27 UTC (5+ messages)
[PATCH] clone: don't use an integer as a NULL pointer
2016-05-26 0:32 UTC (3+ messages)
[RFC-PATCH 0/2] send-email: new --quote-mail option
2016-05-26 0:08 UTC (16+ messages)
` [RFC-PATCH 1/2] send-email: new option to quote an email and reply to
[PATCH] daemon: enable SO_KEEPALIVE for all sockets
2016-05-25 23:11 UTC (4+ messages)
[Opinion gathering] Git remote whitelist/blacklist
2016-05-25 22:52 UTC (12+ messages)
[PATCH 0/3] Submodules: have a depth field in the .gitmodules file
2016-05-25 22:45 UTC (8+ messages)
` [PATCH 1/3] submodule update: make use of the existing fetch_in_submodule function
` [PATCH 2/3] submodule-config: keep `depth` around
` [PATCH 3/3] submodule update: learn `--recommended-depth` option
[PATCH] gitweb: fix link to parent diff with pathinfo
2016-05-25 22:20 UTC (5+ messages)
Why is my git-http-backend solution using WebDAV on push?
2016-05-25 22:16 UTC (5+ messages)
[BUG?] Spaces not allowed in directory names in .git/info/attributes
2016-05-25 21:56 UTC (6+ messages)
[WIP PATCH 00/14] Protocol v2 patches
2016-05-25 21:29 UTC (7+ messages)
[RFC/PATCH] pull: set-upstream implementation
2016-05-25 18:09 UTC (2+ messages)
[PATCH] add: add --chmod=+x / --chmod=-x options
2016-05-25 16:49 UTC (8+ messages)
Odd Difference Between Windows Git and Standard Git
2016-05-25 11:52 UTC (12+ messages)
Small rerere in rebase regression
2016-05-25 5:47 UTC (9+ messages)
[PATCH v8 0/3] bisect--helper: check-term-format() & write_terms()
2016-05-25 5:13 UTC (4+ messages)
` [PATCH v8 2/3] bisect: rewrite `check_term_format` shell function in C
[BUG] can not escape sharps in git config file
2016-05-25 5:11 UTC (3+ messages)
Offre de prêts
2016-05-25 4:43 UTC
[PATCH] format_commit_message: honor `color=auto` for `%C(auto)`
2016-05-25 1:26 UTC (3+ messages)
[PATCH v7 0/2] Implement the GIT_TRACE_CURL environment variable
2016-05-25 0:50 UTC (3+ messages)
` [PATCH v7 1/2] http.c: implement "
[PATCH] builtin/commit.c: memoize git-path for COMMIT_EDITMSG
2016-05-24 22:25 UTC (4+ messages)
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).