git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-04-12 10:21:31 to 2016-04-13 14:11:10 UTC [more...]

[PATCH v2 00/21] git bisect improvements
 2016-04-13 14:11 UTC  (11+ messages)
` [PATCH v2 11/21] bisect: use struct node_data array instead of int array
` [PATCH v2 12/21] bisect: replace clear_distance() by unique markers
` [PATCH v2 16/21] bisect: make total number of commits global
` [PATCH v2 17/21] bisect: rename count_distance() to compute_weight()
` [PATCH v2 19/21] bisect: use a bottom-up traversal to find relevant weights

0 bot for Git
 2016-04-13 13:44 UTC  (13+ messages)

[PATCH v4 00/16] index-helper, watchman
 2016-04-13 13:43 UTC  (18+ messages)
` [PATCH v4 01/16] read-cache.c: fix constness of verify_hdr()
` [PATCH v4 02/16] read-cache: allow to keep mmap'd memory after reading
` [PATCH v4 03/16] index-helper: new daemon for caching index and related stuff
` [PATCH v4 04/16] index-helper: add --strict
` [PATCH v4 05/16] daemonize(): set a flag before exiting the main process
` [PATCH v4 06/16] index-helper: add --detach
` [PATCH v4 07/16] read-cache: add watchman 'WAMA' extension
` [PATCH v4 08/16] Add watchman support to reduce index refresh cost
` [PATCH v4 09/16] index-helper: use watchman to avoid refreshing index with lstat()
` [PATCH v4 10/16] update-index: enable/disable watchman support
` [PATCH v4 11/16] unpack-trees: preserve index extensions
` [PATCH v4 12/16] index-helper: kill mode
` [PATCH v4 13/16] index-helper: don't run if already running
` [PATCH v4 14/16] index-helper: autorun mode
` [PATCH v4 15/16] index-helper: optionally automatically run
` [PATCH v4 16/16] read-cache: config for waiting for index-helper

CC in git cover letter vs patches (was Re: [PATCH 0/19] get rid of superfluous __GFP_REPORT)
 2016-04-13 13:33 UTC  (2+ messages)

[PATCH] Move test-* to t/helper/ subdirectory
 2016-04-13 13:22 UTC 

[PATCH 00/25] worktree lock, move, remove and unlock
 2016-04-13 13:15 UTC  (26+ messages)
` [PATCH 01/25] usage.c: move format processing out of die_errno()
` [PATCH 02/25] usage.c: add sys_error() that prints strerror() automatically
` [PATCH 03/25] copy.c: import copy_file() from busybox
` [PATCH 04/25] copy.c: delete unused code in copy_file()
` [PATCH 05/25] copy.c: convert bb_(p)error_msg to (sys_)error
` [PATCH 06/25] copy.c: style fix
` [PATCH 07/25] copy.c: convert copy_file() to copy_dir_recursively()
` [PATCH 08/25] completion: support git-worktree
` [PATCH 09/25] git-worktree.txt: keep subcommand listing in alphabetical order
` [PATCH 10/25] path.c: add git_common_path() and strbuf_git_common_path()
` [PATCH 11/25] worktree.c: use is_dot_or_dotdot()
` [PATCH 12/25] worktree.c: store "id" instead of "git_dir"
` [PATCH 13/25] worktree.c: add clear_worktree()
` [PATCH 14/25] worktree.c: add find_worktree_by_path()
` [PATCH 15/25] worktree.c: add is_main_worktree()
` [PATCH 16/25] worktree.c: add validate_worktree()
` [PATCH 17/25] worktree.c: add update_worktree_location()
` [PATCH 18/25] worktree.c: add is_worktree_locked()
` [PATCH 19/25] worktree: avoid 0{40}, too many zeroes, hard to read
` [PATCH 20/25] worktree: simplify prefixing paths
` [PATCH 21/25] worktree: add "lock" command
` [PATCH 22/25] worktree: add "unlock" command
` [PATCH 23/25] worktree: add "move" commmand
` [PATCH 24/25] worktree move: accept destination as directory
` [PATCH 25/25] worktree: add "remove" command

[PATCH 00/26] nd/shallow-deepen updates
 2016-04-13 12:55 UTC  (27+ 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 03/26] upload-pack: move shallow deepen code out of receive_needs()
` [PATCH 04/26] upload-pack: move "shallow" sending code out of deepen()
` [PATCH 05/26] upload-pack: remove unused variable "backup"
` [PATCH 06/26] upload-pack: move "unshallow" sending code out of deepen()
` [PATCH 07/26] upload-pack: use skip_prefix() instead of starts_with()
` [PATCH 08/26] upload-pack: tighten number parsing at "deepen" lines
` [PATCH 09/26] upload-pack: move rev-list code out of check_non_tip()
` [PATCH 10/26] fetch-pack: use skip_prefix() instead of starts_with()
` [PATCH 11/26] fetch-pack: use a common function for verbose printing
` [PATCH 12/26] fetch-pack.c: mark strings for translating
` [PATCH 13/26] fetch-pack: use a separate flag for fetch in deepening mode
` [PATCH 14/26] shallow.c: implement a generic shallow boundary finder based on rev-list
` [PATCH 15/26] upload-pack: add deepen-since to cut shallow repos based on time
` [PATCH 16/26] fetch: define shallow boundary with --shallow-since
` [PATCH 17/26] clone: define shallow clone boundary based on time "
` [PATCH 18/26] t5500, t5539: tests for shallow depth since a specific date
` [PATCH 19/26] refs: add expand_ref()
` [PATCH 20/26] upload-pack: support define shallow boundary by excluding revisions
` [PATCH 21/26] fetch: define shallow boundary with --shallow-exclude
` [PATCH 22/26] clone: define shallow clone "
` [PATCH 23/26] t5500, t5539: tests for shallow depth excluding a ref
` [PATCH 24/26] upload-pack: split check_unreachable() in two, prep for get_reachable_list()
` [PATCH 25/26] upload-pack: add get_reachable_list()
` [PATCH 26/26] fetch, upload-pack: --deepen=N extends shallow boundary by N commits

[PATCH] rewrite t1500-rev-parse.sh
 2016-04-13 12:21 UTC  (5+ messages)
` [PATCH] t1500-rev-parse: rewrite each test to run in isolation

[PATCH] gitk: Fix how remote branch names with / are drawn
 2016-04-13 11:35 UTC  (2+ messages)

[PATCH v4 00/16] port branch.c to use ref-filter's printing options
 2016-04-13 10:49 UTC  (5+ messages)
` [PATCH v4 15/16] branch: use ref-filter printing APIs

[PATCH 1/2] i18n: branch: unmark string for translation
 2016-04-13 10:29 UTC  (2+ messages)
` [PATCH 2/2] i18n: branch: move comment for translators

[PATCH v2] difftool/mergetool: make the form of yes/no questions consistent
 2016-04-13 10:27 UTC  (4+ messages)

[RFD/BUG?] git show with tree/commit
 2016-04-13  9:41 UTC  (6+ messages)

[PATCH v13 1/6] t0040-test-parse-options.sh: fix style issues
 2016-04-13  9:15 UTC  (25+ messages)
` [PATCH v13 2/6] test-parse-options: print quiet as integer
` [PATCH v13 6/6] commit: add a commit.verbose config variable
` [PATCH v14 1/6] t0040-test-parse-options.sh: fix style issues
  ` [PATCH v14 2/6] test-parse-options: print quiet as integer
  ` [PATCH v14 3/6] t0040-parse-options: improve test coverage
  ` [PATCH v14 6/6] commit: add a commit.verbose config variable
  ` [PATCH v14 5/6] t7507-commit-verbose: improve test coverage by testing number of diffs
  ` [PATCH v14 4/6] parse-options.c: make OPTION_COUNTUP respect "unspecified" values

[Outreachy] Git remote whitelist/blacklist
 2016-04-13  7:40 UTC  (7+ messages)

[PATCH 0/3] clone --shallow-submodules flag
 2016-04-13  6:52 UTC  (5+ messages)
` [PATCH 1/3] submodule clone: pass along `local` option
` [PATCH 2/3] clone: add `--shallow-submodules` flag
` [PATCH 3/3] clone: add t5614 to test cloning submodules with shallowness involved

[PATCH v1] Documentation: add setup instructions for Travis CI
 2016-04-13  5:49 UTC 

Migrating away from SHA-1?
 2016-04-13  1:58 UTC  (12+ messages)

[PATCH 0/2] Port `git submodule init` from shell to C
 2016-04-13  1:41 UTC  (5+ messages)
` [PATCH 1/2] submodule: port resolve_relative_url "
` [PATCH 2/2] submodule: port init "

[PATCH] send-email: detect and offer to skip backup files
 2016-04-13  1:38 UTC  (5+ messages)

[PATCH 0/6] Miscellaneous merge fixes
 2016-04-13  1:28 UTC  (4+ messages)
` [PATCH 2/6] Avoid checking working copy when creating a virtual merge base

[PATCH v3 00/16] index-helper, watchman
 2016-04-13  0:32 UTC  (9+ messages)
` [PATCH v3 03/16] index-helper: new daemon for caching index and related stuff

[PATCH v4 1/1] contrib/subtree: Add a test for subtree rebase that loses commits
 2016-04-12 23:27 UTC  (5+ messages)
` [PATCH v5 "

[PATCH] git-p4.py: Don't try to rebase on submit from bare repository
 2016-04-12 23:25 UTC  (13+ messages)
` [PATCH] git-p4.py: Make submit working on "

Compiler warning under cygwin/mingw (was: fix for 50a6c8e)
 2016-04-12 23:20 UTC  (3+ messages)
  ` Compiler warning under cygwin/mingw

[PATCH 1/2] ident: check for useConfigOnly before auto-detection of name/email
 2016-04-12 23:19 UTC  (6+ messages)
` [PATCH 2/2] ident: make the useConfigOnly error messages more informative

What's cooking in git.git (Apr 2016, #04; Tue, 12)
 2016-04-12 23:08 UTC 

[PATCH] fetch-pack: Add missing line-feed character when sending depth-request packet line
 2016-04-12 22:31 UTC  (2+ messages)

[PATCH 1/4] rebase -i: add ack action
 2016-04-12 20:00 UTC  (8+ messages)

[PATCH v4 0/4] Add --base option to git-format-patch to record base tree info
 2016-04-12 19:47 UTC  (5+ messages)
` [PATCH v4 2/4] format-patch: add '--base' option "
` [PATCH v4 4/4] format-patch: introduce format.base configuration

weird diff output?
 2016-04-12 19:34 UTC  (12+ messages)

[PATCH] difftool/mergetool: make the form of yes/no questions consistent
 2016-04-12 18:05 UTC  (6+ messages)

[PATCH v2 1/7] i18n: index-pack: use plural string instead of normal one
 2016-04-12 17:47 UTC  (3+ messages)
` [PATCH v2 3/7] i18n: git-parse-remote.sh: mark strings for translation

Hardcoded #!/bin/sh in t5532 causes problems on Solaris
 2016-04-12 17:23 UTC  (10+ messages)

What's cooking in git.git (Apr 2016, #03; Thu, 7)
 2016-04-12 16:25 UTC  (2+ messages)

Git config not working correctly with included configurations
 2016-04-12 16:03 UTC  (4+ messages)

[PATCHv3 0/2] Fix relative path issues in recursive submodules
 2016-04-12 15:58 UTC  (3+ messages)

[PATCH] Documentation: clarify signature verification
 2016-04-12 15:48 UTC  (6+ messages)

[PATCH] There was a little inconsistancy in git prompt
 2016-04-12 15:27 UTC  (2+ messages)

Fwd: Re: Git config not working correctly with included configurations
 2016-04-12 12:13 UTC  (2+ messages)
  `  "

git segfaults on older Solaris releases
 2016-04-12 10:21 UTC  (7+ 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).