git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-11-11 19:44:35 to 2015-11-17 05:19:36 UTC [more...]

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

[PATCH v2] blame: avoid checking if a file exists on the working tree if a revision is provided
 2015-11-17  5:11 UTC  (2+ messages)

[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] Optimize usage of grep by passing -q
 2015-11-17  1:04 UTC  (3+ messages)

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

[PATCH] check-ignore: correct documentation about output
 2015-11-17  0:22 UTC  (3+ messages)

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

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

[PATCH v2] add test to demonstrate that shallow recursive clones fail
 2015-11-16 22:56 UTC  (14+ messages)

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

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

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

[PATCH v5 0/6] Add Travis CI support
 2015-11-16 21:14 UTC  (11+ 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] notes: allow merging from arbitrary references
 2015-11-16 19:41 UTC  (5+ messages)

[PATCH v8 00/10] refs backend pre-vtable
 2015-11-16 18:51 UTC  (2+ messages)

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

[PATCH] refs.c: get_ref_cache: use a bucket hash
 2015-11-16 16:31 UTC  (11+ 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  (8+ 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)

[PATCH] http: fix some printf format warnings on 32-bit builds
 2015-11-14 19:14 UTC  (17+ messages)

fetch unshallow fails to honor dry-run
 2015-11-14 18:19 UTC  (3+ messages)

[RFC] Clone repositories recursive with depth 1
 2015-11-14 16:25 UTC  (6+ messages)

[PATCH 0/2] git-candidate: git based patch tracking and review
 2015-11-14 13:07 UTC  (9+ messages)
` [PATCH 2/2] contrib/git-candidate: Add README

[PATCH RFC] completion: add support for completing email aliases
 2015-11-14  9:44 UTC  (3+ messages)

[PATCHv4 0/9] Expose submodule parallelism to the user
 2015-11-14  1:07 UTC  (10+ messages)
` [PATCHv4 1/9] run_processes_parallel: delimit intermixed task output
` [PATCHv4 2/9] submodule-config: keep update strategy around
` [PATCHv4 3/9] submodule-config: drop check against NULL
` [PATCHv4 4/9] submodule-config: remove name_and_item_from_var
` [PATCHv4 5/9] submodule-config: introduce parse_generic_submodule_config
` [PATCHv4 6/9] fetching submodules: respect `submodule.jobs` config option
` [PATCHv4 7/9] git submodule update: have a dedicated helper for cloning
` [PATCHv4 8/9] submodule update: expose parallelism to the user
` [PATCHv4 9/9] clone: allow an explicit argument for parallel submodule clones

[PATCH 0/3] Add cleanup for garbage .bitmap files
 2015-11-14  0:47 UTC  (10+ messages)
` [PATCH 1/3] prepare_packed_git(): find more garbage
      ` [PATCH 2/3] t5304: Add test for .bitmap garbage files
      ` [PATCH 3/3] gc: Clean garbage .bitmap files from pack dir

Test. Please ignore
 2015-11-14  0:10 UTC 

git clean performance issues
 2015-11-13 23:53 UTC  (4+ messages)

Re: git log --merges doesn't show commits as expected
 2015-11-13 23:32 UTC  (2+ messages)

git log --merges doesn't show commits as expected
 2015-11-13 22:35 UTC  (2+ messages)

Replicating the default "git log" format with a format string
 2015-11-13 21:52 UTC  (4+ messages)

[PATCHv3 00/11] Expose the submodule parallelism to the user
 2015-11-13 21:29 UTC  (8+ messages)
` [PATCHv3 08/11] fetching submodules: respect `submodule.jobs` config option

[PATCH RFC] completion: add support for completing email aliases
 2015-11-13 18:17 UTC 

[PATCH v2] contrib/subtree: unwrap tag refs
 2015-11-13 17:25 UTC 

[RFC] rename detection: allow more renames
 2015-11-13 16:35 UTC 

[PATCH 0/7] contrib/subtree: Testsuite cleanup
 2015-11-13 15:23 UTC  (10+ messages)
` [PATCH 1/7] contrib/subtree: Clean and refactor test code
` [PATCH 2/7] contrib/subtree: Add test for missing subtree
` [PATCH 3/7] contrib/subtree: Add tests for subtree add
` [PATCH 4/7] contrib/subtree: Add merge tests
` [PATCH 5/7] contrib/subtree: Add split tests
` [PATCH 6/7] contrib/subtree: Make each test self-contained
` [PATCH 7/7] contrib/subtree: Handle '--prefix' argument with a slash appended

You have new fax, document 00000638949
 2015-11-13 12:24 UTC 

[PATCH] Documentation: make formatting more consistent
 2015-11-13  5:45 UTC  (3+ messages)

Fw: [git-users] git fsck error - duplicate file entries - different then existing stackoverflow scenarios
 2015-11-13  5:33 UTC  (2+ messages)

[PATCH] contrib/subtree: unwrap tag refs
 2015-11-13  5:01 UTC  (3+ messages)

Draft of Git Rev News edition 8
 2015-11-13  1:00 UTC  (4+ messages)

Request: git stash create --include-untracked
 2015-11-12 10:58 UTC 

[PATCH v1] add test to demonstrate that shallow recursive clones fail
 2015-11-12  9:04 UTC 

[PATCH] http: fix some printf format warnings
 2015-11-12  0:11 UTC  (2+ messages)

[PATCH v4 1/3] Provide another level of abstraction for the SHA1 utilities
 2015-11-11 23:46 UTC  (4+ messages)
` [PATCH v4 2/3] Limit the size of the data block passed to SHA1_Update()

[ANNOUNCE] Git Rev News edition 9
 2015-11-11 22:47 UTC 

[PATCH] run-command: detect finished children by closed pipe rather than waitpid
 2015-11-11 22:18 UTC  (6+ messages)

[PULL] git-svn: improve rebase/mkdirs performance
 2015-11-11 20:57 UTC 

[PATCH v2] run-command: detect finished children by closed pipe rather than waitpid
 2015-11-11 20:39 UTC 

git submodule sync / git submodule rm
 2015-11-11 20:02 UTC  (2+ messages)

git clone --recursive should run git submodule update with flag --remote
 2015-11-11 19:48 UTC  (2+ messages)

Allow git alias to override existing Git commands
 2015-11-11 19:44 UTC  (5+ messages)

[PATCH/RFC 00/10] ref-filter: use parsing functions
 2015-11-11 19:44 UTC  (10+ messages)
` [PATCH/RFC 01/10] ref-filter: introduce a parsing function for each atom in valid_atom
` [PATCH/RFC 02/10] ref-filter: introduce struct used_atom
` [PATCH/RFC 03/10] ref-fitler: bump match_atom() name to the top
` [PATCH/RFC 04/10] ref-filter: skip deref specifier in match_atom_name()
` [PATCH/RFC 05/10] ref-filter: introduce color_atom_parser()
` [PATCH/RFC 06/10] strbuf: introduce strbuf_split_str_without_term()
` [PATCH/RFC 07/10] ref-filter: introduce align_atom_parser()
` [PATCH/RFC 08/10] ref-filter: introduce remote_ref_atom_parser()
` [PATCH/RFC 09/10] ref-filter: introduce contents_atom_parser()


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