git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-11-15 13:09:21 to 2015-11-20 12:05:01 UTC [more...]

[PATCH 0/2] rebase: broken behavior with --keep-empty
 2015-11-20 12:04 UTC 

[PATCHv4 0/9] Expose submodule parallelism to the user
 2015-11-20 12:02 UTC  (2+ messages)

[PULL] git-svn: improve rebase/mkdirs performance
 2015-11-20 11:57 UTC  (2+ messages)

[PATCH] Escape Git's exec path in contrib/rerere-train.sh script
 2015-11-20 11:44 UTC  (2+ messages)

[PATCH] configure.ac: try -lpthread in $LIBS instead of $CFLAGS
 2015-11-20 11:42 UTC  (3+ messages)

[PATCH v4 00/12] object_id part 2
 2015-11-20 11:38 UTC  (3+ messages)
` [PATCH v4 09/12] Add several uses of get_object_hash

[PATCH] check-ignore: correct documentation about output
 2015-11-20 11:31 UTC  (5+ messages)

[PATCH 0/7] Modernize t9300-fast-import
 2015-11-20 11:22 UTC  (10+ messages)
` [PATCH 1/7] modernize t9300: single-quote placement and indentation
` [PATCH 2/7] modernize t9300: use test_must_fail
` [PATCH 3/7] modernize t9300: use test_must_be_empty
` [PATCH 4/7] modernize t9300: wrap lines after &&
` [PATCH 5/7] modernize t9300: use test_when_finished for clean-up
` [PATCH 6/7] modernize t9300: mark here-doc words to ignore tab indentation
` [PATCH 7/7] modernize t9300: move test preparations into test_expect_success

[RFC/PATCH] send-email: die if CA path doesn't exist
 2015-11-20 11:18 UTC  (2+ messages)

[PATCH 1/2] t1450: add tests for NUL in headers of commits and tags
 2015-11-20 11:14 UTC  (6+ messages)
` [PATCH 2/2] fsck: treat a NUL in a tag header as an error

Three dot notion used inconsitent?
 2015-11-20  9:53 UTC  (4+ messages)

[PATCH 0/5] Use watchman to reduce index refresh time
 2015-11-20  9:45 UTC  (7+ messages)

[Gitweb] - Hide Spurious entries
 2015-11-20  9:35 UTC 

[PATCH v6 0/6] Add Travis CI support
 2015-11-20  9:29 UTC  (11+ messages)
` [PATCH v6 1/6] implement test_might_fail using a refactored test_must_fail
` [PATCH v6 2/6] add "ok=sigpipe" to test_must_fail and use it to fix flaky tests
` [PATCH v6 3/6] git-p4: retry kill/cleanup operations in tests with timeout
` [PATCH v6 4/6] git-p4: add p4d timeout in tests
` [PATCH v6 5/6] git-p4: add trap to kill p4d on test exit
` [PATCH v6 6/6] Add Travis CI support

[PATCH v8 00/10] refs backend pre-vtable
 2015-11-20  6:34 UTC  (4+ messages)

[PATCH v2] blame: avoid checking if a file exists on the working tree if a revision is provided
 2015-11-20  4:38 UTC  (9+ messages)

[PATCH v4 1/2] sendemail: teach git-send-email to dump alias names
 2015-11-19 22:52 UTC  (2+ messages)
` [PATCH v4 2/2] completion: add support for completing email aliases

Local git repository url
 2015-11-19 22:26 UTC  (3+ messages)

[PATCHv2] ident.c: add support for IPv6
 2015-11-19 14:46 UTC  (2+ messages)

[PATCH v2] add test to demonstrate that shallow recursive clones fail
 2015-11-19 13:58 UTC  (24+ messages)

[BUG] --bare is ignored before command word
 2015-11-19  4:46 UTC  (4+ messages)

Witaj, jak sie masz?
 2015-11-19  1:36 UTC 

[PATCH] notes: allow merging from arbitrary references
 2015-11-18 22:38 UTC  (7+ messages)

[BUG] gitk --all and git bisect visualize crash in non-english locale
 2015-11-18 21:53 UTC  (2+ messages)

push failure on domain-connected machine
 2015-11-18 20:40 UTC  (2+ messages)

Unhelpful shortcut parameters for git bash
 2015-11-18 16:45 UTC 

git rm --recursive
 2015-11-18 15:06 UTC 

git cherry-pick gives error: addinfo_cache failed for path
 2015-11-18 15:04 UTC 

[PATCH] blame: add test case for using tag object as a final ref
 2015-11-18 10:35 UTC 

race condition when pushing
 2015-11-18 10:00 UTC  (4+ messages)

[PATCH 0/5] ff-refs: builtin command to fast-forward local refs
 2015-11-18  9:56 UTC  (6+ messages)

[PATCH 0/6] Miscellaneous platform-independent patches from Git for Windows
 2015-11-18  6:52 UTC  (10+ messages)
` [PATCH 2/6] remote-http(s): Support SOCKS proxies

[PATCH] blame: add test case for using tag object as a final ref
 2015-11-18  6:00 UTC  (2+ messages)

You have 1 new fax, document 00215961
 2015-11-18  3:33 UTC 

[BUG] pre-applypatch can no longer add to staging area
 2015-11-18  2:15 UTC 

[PATCH v1] annotate: skip checking working tree if a revision is provided
 2015-11-18  1:20 UTC 

[PATCH 0/2] send-email config path expansion
 2015-11-17 22:01 UTC  (3+ messages)
` [PATCH 1/2] send-email: expand path in sendemail.smtpsslcertpath config
` [PATCH 2/2] send-email: expand paths in sendemail.{to,cc}cmd config

verify_pack ignores return value of verify_fn
 2015-11-18  0:31 UTC 

[PATCH v5 0/6] Add Travis CI support
 2015-11-17 23:40 UTC  (19+ messages)
` [PATCH v5 1/6] implement test_might_fail using a refactored test_must_fail
` [PATCH v5 2/6] add "ok=sigpipe" to test_must_fail and use it to fix flaky tests
` [PATCH v5 3/6] git-p4: retry kill/cleanup operations in tests with timeout
` [PATCH v5 4/6] git-p4: add p4d timeout in tests
` [PATCH v5 5/6] git-p4: add trap to kill p4d on test exit
` [PATCH v5 6/6] Add Travis CI support

[PATCH 0/4] diff-highlight: make a few improvements
 2015-11-17 22:50 UTC  (6+ messages)
` [PATCH 3/4] diff-highlight: match up lines before highlighting

[PATCH] Optimize usage of grep by passing -q
 2015-11-17 22:37 UTC  (4+ messages)

[PATCH v2 1/2] sendemail: teach git-send-email to list aliases
 2015-11-17 16:27 UTC  (14+ messages)
` [PATCH v2 2/2] completion: add support for completing email aliases

Problem with gitk since git-version 2.6, probably a problem with language/locale
 2015-11-17 14:23 UTC  (2+ messages)

[git-for-windows] Git a single file from remote
 2015-11-17 13:47 UTC 

fatal: Unable to read current working directory: No error
 2015-11-17 12:00 UTC  (4+ messages)

[PATCH v4 1/2] sendemail: teach git-send-email to dump alias names
 2015-11-17 11:45 UTC  (2+ messages)
` [PATCH v4 2/2] completion: add support for completing email aliases

[PATCHv2] push: add recurseSubmodules config option
 2015-11-17 11:05 UTC 

[PATCH 0/5] parse-options: allow -h as a short option
 2015-11-17 10:26 UTC  (6+ messages)
` [PATCH 1/5] parse-options: deduplicate parse_options_usage() calls
` [PATCH 2/5] parse-options: inline parse_options_usage() at its only remaining caller
` [PATCH 3/5] parse-options: allow -h as a short option
` [PATCH 4/5] grep: stop using PARSE_OPT_NO_INTERNAL_HELP
` [PATCH 5/5] show-ref: "

[PATCH v3 1/2] sendemail: teach git-send-email to dump alias names
 2015-11-17  8:32 UTC  (5+ messages)
` [PATCH v3 2/2] completion: add support for completing email aliases

[PATCH v1] blame: avoid checking if a file exists on the working tree if a revision is provided
 2015-11-17  1:25 UTC  (3+ messages)

[PATCH] push: add recurseSubmodules config option
 2015-11-16 23:13 UTC  (5+ messages)

[PATCH v4 0/9] Reduce index load time
 2015-11-16 21:51 UTC  (2+ messages)

[PATCH v6] Add git-grep threads param
 2015-11-16 21:17 UTC  (4+ messages)

[PATCH] rebase-i-exec: Allow space in SHELL_PATH
 2015-11-16 16:34 UTC  (8+ messages)

[PATCH] refs.c: get_ref_cache: use a bucket hash
 2015-11-16 16:31 UTC  (10+ messages)

--color-diff='.' considered useful
 2015-11-16 14:34 UTC  (2+ messages)

GitGui: get rid of information popup window
 2015-11-16 14:29 UTC  (2+ messages)

[PATCH] allow hooks to ignore their standard input stream
 2015-11-16 13:59 UTC  (7+ messages)

[bug] git 2.6.2 (64-bit) blocks keyboard input (running in RDP, Win7 x64)
 2015-11-16 12:21 UTC  (3+ messages)

opening an editor from git-gui on a file
 2015-11-16 11:10 UTC  (3+ messages)

допоможіть нашому сайту http://guru.pp.ua/ - будь ласка, відкрийте його для перегляду однієї-двох сторінок
 2015-11-15  7:39 UTC 

Reprensentative Inquiry!
 2015-11-15 17:31 UTC 

[RFC] URL rewrite in .gitmodules
 2015-11-15 13:16 UTC  (6+ messages)


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