git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-06-23 19:11:45 to 2016-06-26 12:25:34 UTC [more...]

[PATCH 1/4] bisect--helper: `bisect_clean_state` shell function in C
 2016-06-26 12:23 UTC  (6+ messages)
` [PATCH v3 0/6] convert various shell functions in git-bisect to C
` [PATCH v3 1/6] bisect--helper: `bisect_clean_state` shell function in C
` [PATCH v3 2/6] t6030: explicitly test for bisection cleanup
` [PATCH v3 3/6] wrapper: move is_empty_file() and rename it as is_empty_or_missing_file()
` [PATCH v3 4/6] bisect--helper: `bisect_reset` shell function in C

[PATCH v13 01/20] read-cache.c: fix constness of verify_hdr()
 2016-06-26 12:09 UTC  (20+ messages)
` [PATCH v13 02/20] read-cache: allow to keep mmap'd memory after reading
` [PATCH v13 03/20] pkt-line: add gentle version of packet_write
` [PATCH v13 04/20] index-helper: new daemon for caching index and related stuff
` [PATCH v13 05/20] index-helper: add --strict
` [PATCH v13 06/20] daemonize(): set a flag before exiting the main process
` [PATCH v13 07/20] index-helper: add --detach
` [PATCH v13 08/20] index-helper: log warnings
` [PATCH v13 09/20] read-cache: add watchman 'WAMA' extension
` [PATCH v13 10/20] watchman: support watchman to reduce index refresh cost
` [PATCH v13 11/20] index-helper: use watchman to avoid refreshing index with lstat()
` [PATCH v13 12/20] update-index: enable/disable watchman support
` [PATCH v13 13/20] unpack-trees: preserve index extensions
` [PATCH v13 14/20] watchman: add a config option to enable the extension
` [PATCH v13 15/20] index-helper: kill mode
` [PATCH v13 16/20] index-helper: don't run if already running
` [PATCH v13 17/20] index-helper: autorun mode
` [PATCH v13 18/20] index-helper: optionally automatically run
` [PATCH v13 19/20] trace: measure where the time is spent in the index-heavy operations
  ` [PATCH v13 21/20] unix-socket.c: add stub implementation when unix sockets are not supported

[PATCH] connect: read $GIT_SSH_COMMAND from config file
 2016-06-26 11:16 UTC 

[PATCH v12 00/20] index-helper/watchman
 2016-06-26  8:53 UTC  (27+ messages)
` [PATCH v12 03/20] pkt-line: add gentle version of packet_write
` [PATCH v12 04/20] index-helper: new daemon for caching index and related stuff
` [PATCH v12 05/20] index-helper: add --strict
` [PATCH v12 07/20] index-helper: add --detach
` [PATCH v12 09/20] read-cache: add watchman 'WAMA' extension
` [PATCH v12 11/20] index-helper: use watchman to avoid refreshing index with lstat()
` [PATCH v12 12/20] update-index: enable/disable watchman support
` [PATCH v12 17/20] index-helper: autorun mode
` [PATCH v12 18/20] index-helper: optionally automatically run

[PATCH] config: add conditional include
 2016-06-26  7:06 UTC 

[PATCH] diff: let --output=<file> default to --no-color
 2016-06-26  6:57 UTC  (3+ messages)

[PATCH v3 0/9] Let log-tree and friends respect diffopt's `file` field
 2016-06-26  6:56 UTC  (10+ messages)
` [PATCH v4 00/10] "
  ` [PATCH v4 01/10] Prepare log/log-tree to reuse the diffopt.close_file attribute
  ` [PATCH v4 06/10] format-patch: explicitly switch off color when writing to files
  ` [PATCH v4 08/10] format-patch: use stdout directly

[PATCH v3 0/6] Better ref summary alignment in "git fetch"
 2016-06-26  5:58 UTC  (7+ messages)
` [PATCH v4 0/5] "
  ` [PATCH v4 1/5] git-fetch.txt: document fetch output
  ` [PATCH v4 2/5] fetch: refactor ref update status formatting code
  ` [PATCH v4 3/5] fetch: change flag code for displaying tag update and deleted ref
  ` [PATCH v4 4/5] fetch: align all "remote -> local" output
  ` [PATCH v4 5/5] fetch: reduce duplicate in ref update status lines with placeholder

[PATCH] builtin/worktree.c: add option for setting worktree name
 2016-06-25 20:19 UTC  (9+ messages)

name for A..B ranges?
 2016-06-25 19:49 UTC  (9+ messages)
      ` [PATCH 0/2] "
        ` [PATCH 1/2] doc: use 'symmetric difference' consistently
        ` [PATCH 2/2] doc: give headings for the two and three dot notations
        ` [PATCH] doc: show the actual left, right, and boundary marks

[PATCH v3 2/2] completion: add git status
 2016-06-25 16:13 UTC  (5+ messages)
` [PATCH v4 0/3] support completion for "
  ` [PATCH v4 2/3] completion: add __git_get_option_value helper

[PATCH] new-command.txt: correct the command description file
 2016-06-25 13:55 UTC 

git-svn aborts with "Use of uninitialized value $u" when a non-svn-backed branch is present in remote
 2016-06-25  8:39 UTC  (5+ messages)

[PATCH 00/10] git worktree (re)move
 2016-06-25  7:54 UTC  (11+ messages)
` [PATCH 01/10] copy.c: import copy_file() from busybox
` [PATCH 02/10] copy.c: delete unused code in copy_file()
` [PATCH 03/10] copy.c: convert bb_(p)error_msg to error(_errno)
` [PATCH 04/10] copy.c: style fix
` [PATCH 05/10] copy.c: convert copy_file() to copy_dir_recursively()
` [PATCH 06/10] worktree.c: add validate_worktree()
` [PATCH 07/10] worktree.c: add update_worktree_location()
` [PATCH 08/10] worktree: add "move" commmand
` [PATCH 09/10] worktree move: accept destination as directory
` [PATCH 10/10] worktree: add "remove" command

[PATCH] l10n: de.po: fix translation of autostash
 2016-06-25  7:07 UTC  (2+ messages)

[RFC] gc: correct gc.autoPackLimit documentation
 2016-06-25  6:46 UTC  (5+ messages)
      ` [PATCH] gc: fix off-by-one error with gc.autoPackLimit

[PATCH v2] unpack-trees: fix English grammar in do-this-before-that messages
 2016-06-25  6:34 UTC 

[PATCH 00/11] nd/icase updates
 2016-06-25  5:22 UTC  (21+ messages)
` [PATCH 04/11] grep/icase: avoid kwsset on literal non-ascii strings
` [PATCH 05/11] grep/icase: avoid kwsset when -F is specified
` [PATCH 09/11] diffcore-pickaxe: "share" regex error handling code
` [PATCH v2 00/12] nd/icase updates
  ` [PATCH v2 01/12] grep: break down an "if" stmt in preparation for next changes
  ` [PATCH v2 02/12] test-regex: isolate the bug test code
  ` [PATCH v2 03/12] test-regex: expose full regcomp() to the command line
  ` [PATCH v2 04/12] grep/icase: avoid kwsset on literal non-ascii strings
  ` [PATCH v2 05/12] grep/icase: avoid kwsset when -F is specified
  ` [PATCH v2 06/12] grep: rewrite an if/else condition to avoid duplicate expression
  ` [PATCH v2 07/12] grep/pcre: prepare locale-dependent tables for icase matching
  ` [PATCH v2 08/12] gettext: add is_utf8_locale()
  ` [PATCH v2 09/12] grep/pcre: support utf-8
  ` [PATCH v2 10/12] diffcore-pickaxe: Add regcomp_or_die()
  ` [PATCH v2 11/12] diffcore-pickaxe: support case insensitive match on non-ascii
  ` [PATCH v2 12/12] grep.c: reuse "icase" variable

[PATCH v3 00/11] struct object_id, Part 4
 2016-06-25  0:52 UTC  (14+ messages)
` [PATCH v3 01/11] hex: add oid_to_hex_r
` [PATCH v3 02/11] contrib/coccinelle: add basic Coccinelle transforms
` [PATCH v3 03/11] Convert hashcpy with null_sha1 to hashclr
` [PATCH v3 04/11] coccinelle: apply object_id Coccinelle transformations
` [PATCH v3 05/11] diff: convert struct diff_filespec to struct object_id
` [PATCH v3 06/11] diff: rename struct diff_filespec's sha1_valid member
` [PATCH v3 07/11] merge-recursive: convert struct stage_data to use object_id
` [PATCH v3 08/11] merge-recursive: convert struct merge_file_info to object_id
` [PATCH v3 09/11] merge-recursive: convert leaf functions to use struct object_id
` [PATCH v3 10/11] merge-recursive: convert merge_recursive_generic to object_id
` [PATCH v3 11/11] diff: convert prep_temp_blob to struct object_id

[PATCH 0/2] friendlier handling of overflows in archive-tar
 2016-06-24 23:22 UTC  (50+ messages)
` [PATCH 1/2] archive-tar: write extended headers for file sizes >= 8GB
` [PATCH 2/2] archive-tar: write extended headers for far-future mtime
  ` [PATCH v3] friendlier handling of overflows in archive-tar
    ` [PATCH v3 1/4] t5000: test tar files that overflow ustar headers
            ` [PATCH 0/4] portable signal-checking in tests
              ` [PATCH 1/4] tests: factor portable signal check out of t0005
              ` [PATCH 2/4] t0005: use test_match_signal as appropriate
              ` [PATCH 3/4] test_must_fail: use test_match_signal
              ` [PATCH 4/4] t/lib-git-daemon: "
    ` [PATCH v3 2/4] archive-tar: write extended headers for file sizes >= 8GB
    ` [PATCH v3 3/4] archive-tar: write extended headers for far-future mtime
    ` [PATCH v3 4/4] archive-tar: drop return value

[PATCH] unpack-trees: fix English grammar in do-this-before-that messages
 2016-06-24 23:02 UTC  (5+ messages)

[bug] Reliably Reproducible Bad Packing of Objects
 2016-06-24 22:38 UTC 

[PATCH] refs/files-backend: mark a file-local symbol static
 2016-06-24 20:31 UTC 

[PATCH] Refactor recv_sideband()
 2016-06-24 20:07 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] doc: git-htmldocs.googlecode.com is no more
 2016-06-24 19:48 UTC  (5+ messages)

[PATCH] pathspec: warn on empty strings as pathspec
 2016-06-24 18:21 UTC  (5+ messages)

Migrating away from SHA-1?
 2016-06-24 18:17 UTC  (2+ messages)

Short-term plans for the post 2.9 cycle
 2016-06-24 17:21 UTC  (4+ messages)

[PATCH 0/2] strbuf: improve API
 2016-06-24 17:20 UTC  (6+ messages)

Fwd: what is a snapshot?
 2016-06-24 15:36 UTC  (3+ messages)
  `  "

[PATCH v2 0/8] object_id part 4
 2016-06-24 15:27 UTC  (4+ messages)
` [PATCH v2 3/8] Convert struct diff_filespec to struct object_id

[PATCH v3 1/3] t4202: refactor test
 2016-06-24 14:12 UTC  (2+ messages)

Git Bash Slow in Windows (possible fix)
 2016-06-24 13:29 UTC  (3+ messages)

[PATCH v3 0/3] Introduce log.showSignature config variable
 2016-06-24 12:25 UTC  (6+ messages)

may be bug in svn fetch no-follow-parent
 2016-06-24 10:57 UTC  (4+ messages)

Subtree Split Includes Commits Outside Prefix Directory
 2016-06-24  2:32 UTC  (3+ messages)

What's cooking in git.git (Jun 2016, #08; Thu, 23)
 2016-06-23 22:37 UTC 

[PATCH] diff compaction heuristic: favor shortest neighboring blank lines
 2016-06-23 20:13 UTC  (6+ messages)

[PATCH v2 0/7] more ANSI attributes
 2016-06-23 19:56 UTC  (8+ messages)
` [PATCH v2 7/7] color: support strike-through attribute


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