git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-09-07 14:51:49 to 2016-09-09 10:11:00 UTC [more...]

[PATCH v2 0/4] cat-file: optionally convert to worktree version
 2016-09-09 10:10 UTC  (3+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] cat-file: fix a grammo in the man page

[PATCH 0/3] Fix a segfault caused by regexec() being called on mmap()ed data
 2016-09-09 10:09 UTC  (46+ messages)
` [PATCH 1/3] Demonstrate a problem: our pickaxe code assumes NUL-terminated buffers
` [PATCH 2/3] diff_populate_filespec: NUL-terminate buffers
` [PATCH v2 0/3] Fix a segfault caused by regexec() being called on mmap()ed data
  ` [PATCH v2 2/3] Introduce a function to run regexec() on non-NUL-terminated buffers
  ` [PATCH v2 1/3] Demonstrate a problem: our pickaxe code assumes NUL-terminated buffers
  ` [PATCH v2 3/3] Use the newly-introduced regexec_buf() function
  ` [PATCH v3 0/3] Fix a segfault caused by regexec() being called on mmap()ed data
    ` [PATCH v3 1/3] Demonstrate a problem: our pickaxe code assumes NUL-terminated buffers
    ` [PATCH v3 2/3] Introduce a function to run regexec() on non-NUL-terminated buffers
    ` [PATCH v3 3/3] Use the newly-introduced regexec_buf() function

[PATCH] t6026-merge-attr: wait for process to release trash directory
 2016-09-09  9:58 UTC  (8+ messages)

[PATCH] Unbreak interactive GPG prompt upon signing
 2016-09-09  7:28 UTC  (11+ messages)
` [PATCH] gpg-interface: reflect stderr to stderr

Git Bash and Git GUI freezing just after opening
 2016-09-09  3:05 UTC 

[PATCH] Allow stashes to be referenced by index only
 2016-09-08 23:46 UTC 

What's cooking in git.git (Sep 2016, #02; Thu, 8)
 2016-09-08 22:22 UTC 

[PATCH v7 00/10] Git filter protocol
 2016-09-08 22:05 UTC  (15+ messages)
` [PATCH v7 01/10] pkt-line: rename packet_write() to packet_write_fmt()
` [PATCH v7 02/10] pkt-line: extract set_packet_header()
` [PATCH v7 03/10] pkt-line: add packet_write_fmt_gently()
` [PATCH v7 04/10] pkt-line: add packet_flush_gently()
` [PATCH v7 05/10] pkt-line: add packet_write_gently()
` [PATCH v7 06/10] pkt-line: add functions to read/write flush terminated packet streams
` [PATCH v7 07/10] convert: quote filter names in error messages
` [PATCH v7 08/10] convert: modernize tests
` [PATCH v7 09/10] convert: make apply_filter() adhere to standard Git error handling
` [PATCH v7 10/10] convert: add filter.<driver>.process option

[PATCH v2 00/38] Virtualization of the refs API
 2016-09-08 21:45 UTC  (5+ messages)
` [PATCH v2 38/38] refs: implement iteration over only per-worktree refs

Bug: git-p4 can generate duplicate commits when syncing changes that span multiple depot paths
 2016-09-08 21:41 UTC 

[PATCH] checkout: eliminate unnecessary merge for trivial checkout
 2016-09-08 21:37 UTC  (3+ messages)

2.10.0: multiple versionsort.prereleasesuffix buggy?
 2016-09-08 21:31 UTC  (11+ messages)
` [PATCH 0/5] Fix version sort prerelease reordering bug
  ` [PATCH 1/5] t7004-tag: delete unnecessary tags with test_when_finished
  ` [PATCH 2/5] t7004-tag: use test_config helper
  ` [PATCH 3/5] t7004-tag: add version sort tests to show prerelease reordering issues
  ` [PATCH 4/5] versioncmp: pass full tagnames to swap_prereleases()
  ` [PATCH 5/5] versioncmp: cope with common leading parts in versionsort.prereleaseSuffix

[PATCH] Move format-patch base commit and prerequisites before email signature
 2016-09-08 21:24 UTC  (6+ messages)

[PATCH 0/3] preparatory diff improvements for moved color detection
 2016-09-08 21:07 UTC  (9+ messages)
` [PATCH 1/3] diff.c: use diff_options directly
` [PATCH 1/2] diff: omit found pointer from emit_callback
` [PATCH 2/3] "
` [PATCH 2/2] diff: remove dead code
` [PATCH 3/3] "

[PATCH 01/13] i18n: apply: mark plural string for translation
 2016-09-08 20:45 UTC  (8+ messages)
` [PATCH 06/13] i18n: config: mark error message "
` [PATCH 07/13] i18n: merge-recursive: mark error messages "
` [PATCH 08/13] i18n: merge-recursive: mark verbose message "
` [PATCH 09/13] i18n: notes: mark error messages "
` [PATCH 10/13] notes: lowercase first word of error messages
` [PATCH 13/13] i18n: update-index: mark warnings for translation

[PATCH] t/Makefile: add a rule to re-run previously-failed tests
 2016-09-08 20:34 UTC  (11+ messages)
` [PATCH v2] "

[PATCH] checkout: swap the order of ambiguity check for :/ syntax
 2016-09-08 20:04 UTC  (6+ messages)
` [PATCH 0/3] fix checkout ambiguation in subdir
  ` [PATCH 2/3] checkout.txt: document a common case that ignores ambiguation rules
  ` [PATCH 3/3] checkout: fix ambiguity check in subdir

Bug with git worktrees and git init
 2016-09-08 20:02 UTC  (9+ messages)
` [PATCH 0/3] Fix git-init in linked worktrees
  ` [PATCH 1/3] init: correct re-initialization from a linked worktree
  ` [PATCH 2/3] t0001: work around the bug that reads config file before repo setup
  ` [PATCH 3/3] init: do not set core.worktree more often than necessary

"fatal error in commit_refs" from pushing to github
 2016-09-08 18:40 UTC  (4+ messages)

[ANNOUNCE] Git for Windows 2.10.0
 2016-09-08 18:19 UTC  (3+ messages)

[PATCH v1 0/2] Use CLOEXEC to avoid fd leaks
 2016-09-08 17:37 UTC  (13+ messages)
` [PATCH v1 1/2] sha1_file: open window into packfiles with CLOEXEC
` [PATCH v1 2/2] read-cache: make sure file handles are not inherited by child processes

[PATCH 1/6] git-gui: The term unified for remote in Japanese
 2016-09-08 16:48 UTC  (8+ messages)
` [PATCH v2 1/6] git-gui: consistently use the same word for "remote" "
  ` [PATCH v2 6/6] git-gui: Update Japanese information
        ` git-gui, was "

[PATCH v2 0/2] handle empty spec-compliant remote repos correctly
 2016-09-08 16:42 UTC  (19+ messages)
` [PATCH "
  ` [PATCH v2 1/2] tests: move test_lazy_prereq JGIT to test-lib.sh
  ` [PATCH v2 2/2] connect: advertized capability is not a ref
  ` [PATCH v3 0/2] handle empty spec-compliant remote repos correctly
  ` [PATCH v3 1/2] tests: move test_lazy_prereq JGIT to test-lib.sh
  ` [PATCH v3 2/2] connect: advertized capability is not a ref
      ` [PATCH] connect: tighten check for unexpected early hang up (Re: [PATCH v3 2/2] connect: advertized capability is not a ref)

How to simulate a real checkout to test a new smudge filter?
 2016-09-08 13:12 UTC  (4+ messages)

[RFC/PATCH 0/2] more patch-id speedups
 2016-09-08  7:30 UTC  (18+ messages)
` [PATCH 2/2] patch-ids: skip merge commits
` [RFC/PATCH v2 0/3] patch-id for merges
  ` [PATCH 1/3] patch-ids: turn off rename detection
  ` [PATCH 2/3] diff_flush_patch_id: stop returning error result
  ` [PATCH 3/3] patch-ids: use commit sha1 as patch-id for merge commits

[PATCH 3/5] git-rebase--interactive: fix English grammar
 2016-09-08  7:06 UTC  (3+ messages)

[PATCH] compat: move strdup(3) replacement to its own file
 2016-09-08  6:59 UTC  (5+ messages)

Bug? ran into a "fatal" using interactive rebase
 2016-09-08  6:57 UTC  (4+ messages)

[PATCH 5/5] unpack-trees: do not capitalize "working"
 2016-09-08  6:36 UTC  (2+ messages)

[PATCH 4/5] git-merge-octopus: do not capitalize "octopus"
 2016-09-08  4:34 UTC 

[PATCH 2/5] cat-file: put spaces around pipes in usage string
 2016-09-08  4:34 UTC 

[PATCH 1/5] am: put spaces around pipe in usage string
 2016-09-08  4:33 UTC 

[PATCH v3 0/8] Better heuristics make prettier diffs
 2016-09-07 23:25 UTC  (4+ messages)

[PATCH v2 00/20] object_id part 5
 2016-09-07 23:05 UTC  (4+ messages)

[PATCHv3] diff.c: emit moved lines with a different color
 2016-09-07 21:21 UTC  (6+ messages)

segfault in http.c when https URL is mistyped
 2016-09-07 20:11 UTC  (3+ messages)

[PATCH 0/4] test suite: use the GIT_TRACE_CURL environment var
 2016-09-07 19:58 UTC  (6+ messages)
` [PATCH 3/4] t5550-http-fetch-dumb.sh: "

[PATCH v14 00/41] libify apply and use lib in am, part 2
 2016-09-07 19:51 UTC  (2+ messages)

[PATCH 0/5] handle tag recursion in pack-objects --include-tag
 2016-09-07 19:45 UTC  (5+ messages)
` [PATCH 5/5] pack-objects: walk tag chains for --include-tag

[PATCH] rebase -i: improve advice on bad instruction lines
 2016-09-07 18:58 UTC  (5+ messages)
` [PATCH v2] "

[PATCHv4] diff.c: emit moved lines with a different color
 2016-09-07 18:52 UTC  (3+ messages)

[PATCH] t9903: fix broken && chain
 2016-09-07 18:35 UTC  (2+ messages)

[PATCH v2 0/7] Better heuristics make prettier diffs
 2016-09-07 17:58 UTC  (5+ messages)
` [PATCH v2 7/7] blame: actually use the diff opts parsed from the command line

[PATCH] stash: allow ref of a stash by index
 2016-09-07 17:50 UTC  (4+ messages)

format-patch base-commit: moving to above the patch?
 2016-09-07 17:00 UTC  (3+ messages)

`make profile-install` fails in 2.9.3
 2016-09-07 16:44 UTC  (6+ messages)
` [PATCH 0/4] git add --chmod: always change the file
  ` [PATCH 1/4] add: document the chmod option

[PATCH] xdiff: remove unneeded declarations
 2016-09-07 16:40 UTC  (2+ messages)

A note from the maintainer
 2016-09-07 16:16 UTC  (3+ 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).