git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-05-21 17:53:40 to 2018-05-24 11:50:42 UTC [more...]

[GSoC][PATCH 0/4] rebase: split rebase -p from rebase -i
 2018-05-24 11:49 UTC  (17+ messages)
` [GSoC][PATCH 1/4] rebase: duplicate git-rebase--interactive.sh to git-rebase--preserve-merges.sh
` [GSoC][PATCH 2/4] rebase: strip unused code in git-rebase--preserve-merges.sh
` [GSoC][PATCH 3/4] rebase: use the new git-rebase--preserve-merges.sh
` [GSoC][PATCH 4/4] rebase: remove -p code from git-rebase--interactive.sh
` [GSoC][PATCH v2 0/4] rebase: split rebase -p from rebase -i
  ` [GSoC][PATCH v2 1/4] rebase: duplicate git-rebase--interactive.sh to git-rebase--preserve-merges.sh
  ` [GSoC][PATCH v2 2/4] rebase: strip unused code in git-rebase--preserve-merges.sh
  ` [GSoC][PATCH v2 3/4] rebase: use the new git-rebase--preserve-merges.sh
  ` [GSoC][PATCH v2 4/4] rebase: remove -p code from git-rebase--interactive.sh
  ` [GSoC][PATCH v3 0/4] rebase: split rebase -p from rebase -i
    ` [GSoC][PATCH v3 2/4] rebase: strip unused code in git-rebase--preserve-merges.sh
    ` [GSoC][PATCH v3 3/4] rebase: use the new git-rebase--preserve-merges.sh
    ` [GSoC][PATCH v3 4/4] rebase: remove -p code from git-rebase--interactive.sh

is the standard "[<options>]", and not "[options]" or other?
 2018-05-24 11:45 UTC 

[RFC/PATCH 0/7] rerere: handle nested conflicts
 2018-05-24 10:21 UTC  (13+ messages)
` [RFC/PATCH 1/7] rerere: unify error message when read_cache fails
` [RFC/PATCH 2/7] rerere: mark strings for translation
` [RFC/PATCH 3/7] rerere: add some documentation
` [RFC/PATCH 4/7] rerere: fix crash when conflict goes unresolved
` [RFC/PATCH 5/7] rerere: only return whether a path has conflicts or not
` [RFC/PATCH 7/7] rerere: teach rerere to handle nested conflicts

unexpected "unresolved merge conflict" for a new file
 2018-05-24 11:36 UTC 

[PATCH 0/5] Modernize some testcases for merge-recursive corner cases
 2018-05-24 10:36 UTC  (8+ messages)
` [PATCH 1/5] t6036, t6042: use test_create_repo to keep tests independent
` [PATCH 2/5] t6036, t6042: use test_line_count instead of wc -l
` [PATCH 3/5] t6036, t6042: prefer test_path_is_file, test_path_is_missing
` [PATCH 4/5] t6036, t6042: prefer test_cmp to sequences of test
` [PATCH 5/5] t6036: prefer test_when_finished to manual cleanup in following test

What's cooking in git.git (May 2018, #03; Wed, 23)
 2018-05-24  6:39 UTC  (2+ messages)

BUG: rev-parse segfault with invalid input
 2018-05-24  6:27 UTC  (10+ messages)
  ` [PATCH 1/2] t6101: add a test for rev-parse $garbage^@
    ` [PATCH 2/2] rev-parse: verify that commit looked up is not NULL
        ` [PATCH v2] rev-parse: check lookup'ed commit references for NULL

[PATCH v1 0/5] Allocate cache entries from memory pool
 2018-05-24  4:55 UTC  (11+ messages)
` [PATCH v3 0/7] allocate "
  ` [PATCH v3 1/7] read-cache: teach refresh_cache_entry() to take istate
  ` [PATCH v3 2/7] block alloc: add lifecycle APIs for cache_entry structs
  ` [PATCH v3 3/7] mem-pool: only search head block for available space
  ` [PATCH v3 4/7] mem-pool: add lifecycle management functions
  ` [PATCH v3 5/7] mem-pool: fill out functionality
  ` [PATCH v3 6/7] block alloc: allocate cache entries from mem_pool
  ` [PATCH v3 7/7] block alloc: add validations around cache_entry lifecyle

[RFC PATCH v3 1/2] Implement --first-parent for git rev-list --bisect
 2018-05-24  4:31 UTC  (2+ messages)

[RFC PATCH v3 2/2] Add tests for rev-list --bisect* --first-parent
 2018-05-24  2:42 UTC  (2+ messages)

[PATCH] Add initial support for pax extended attributes
 2018-05-23 23:38 UTC  (6+ messages)
` [PATCH v2 0/1] import-tars: read overlong names from pax extended header
  ` [PATCH v2 1/1] "

should config options be treated as case-sensitive?
 2018-05-23 23:33 UTC  (8+ messages)

[PATCHv6 0/1] git-p4: unshelve
 2018-05-23 22:20 UTC  (2+ messages)
` [PATCHv6 1/1] git-p4: add unshelve command

[PATCH 0/1] git-p4: unshelving: fix problem with newer P4
 2018-05-23 19:38 UTC  (10+ messages)
` [PATCH 1/1] git-p4: unshelve: use action==add instead of rev==none
        ` [PATCHv5 0/1] git-p4: unshelve: fix problem with newer p4d
          ` [PATCHv5 1/1] git-p4: add unshelve command

"git grep" and "working tree" vs "working directory"
 2018-05-23 18:50 UTC 

Weird revision walk behaviour
 2018-05-23 17:35 UTC  (3+ messages)

bug: --shallow-since misbehaves on old branch heads
 2018-05-23 16:02 UTC  (2+ messages)

git push => git: 'credential-winstore' is not a git command
 2018-05-23 11:57 UTC  (3+ messages)

which files are "known to git"?
 2018-05-23  8:20 UTC  (11+ messages)

[PATCH] config: free resources of `struct config_store_data`
 2018-05-23  7:03 UTC  (5+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 3/3] config: let `config_store_data_clear()` handle `key`

[PATCH v2] t: make many tests depend less on the refs being files
 2018-05-23  6:08 UTC  (2+ messages)

[PATCH 1/2] remote-curl: accept all encoding supported by curl
 2018-05-23  5:55 UTC  (14+ messages)
` [PATCH 2/2] remote-curl: accept compressed responses with protocol v2
` [PATCH v2 1/2] remote-curl: accept all encodings supported by curl
  ` [PATCH v2 2/2] remote-curl: accept compressed responses with protocol v2

[PATCH] t: make many tests depend less on the refs being files
 2018-05-23  5:33 UTC  (6+ messages)

[RFC PATCH] fetch-pack: space out sent "haves" in negotiation
 2018-05-23  3:42 UTC  (6+ messages)

[GSoC] A blog about 'git stash' project
 2018-05-23  3:20 UTC  (9+ messages)

[PATCH] grep: handle corrupt index files early
 2018-05-23  3:19 UTC  (16+ messages)
` [PATCH 00/11]
  ` [PATCH 02/11] repository: introduce repo_read_index_or_die
    ` Why do we have both x*() and *_or_die() for "do or die"?
  ` [PATCH 07/11] rerere: use repo_read_index_or_die

Officially supported Git versions
 2018-05-23  3:16 UTC  (2+ messages)

[PATCH] Doc: Mention core.excludesFile in "man git-clean"
 2018-05-23  1:48 UTC  (2+ messages)

Re*: [PATCH v4 3/4] string-list: provide `string_list_appendf()`
 2018-05-23  0:48 UTC  (7+ messages)
` [PATCH v5 0/4] unpack_trees_options: free messages when done

[PATCH] mailmap: update brian m. carlson's email address
 2018-05-22 22:42 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 00/12] Die commit->util, die!
 2018-05-22 22:40 UTC  (2+ messages)

[PATCH] config: document value 2 for protocol.version
 2018-05-22 22:32 UTC  (2+ messages)

[GSoC] Week 3 - 'git stash' blog
 2018-05-22 22:29 UTC 

error: git-remote-https died of signal 13
 2018-05-22 15:06 UTC  (14+ messages)
              ` [curl PATCH 2/2] ignore SIGPIPE during curl_multi_cleanup

user name
 2018-05-22 14:09 UTC  (3+ messages)

commit-graph: change in "best" merge-base when ambiguous
 2018-05-22 12:48 UTC  (8+ messages)

[PATCH 00/18] Add `branch-diff`, a `tbdiff` lookalike
 2018-05-22 11:38 UTC  (29+ messages)
` [PATCH v2 "
  ` [PATCH v2 02/18] Add a new builtin: branch-diff

[PATCH 2/1] config: let `config_store_data_clear()` handle `value_regex`
 2018-05-22 11:00 UTC  (5+ messages)
` [PATCH] regex: do not call `regfree()` if compilation fails

symbol string_list_appendf() unused
 2018-05-22 10:55 UTC  (4+ messages)

why does "man git-clean" not mention files ignored by core.excludesFile?
 2018-05-22  2:50 UTC  (2+ messages)

[PATCH 0/5] merge-recursive code cleanups
 2018-05-22  0:43 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/5] merge-recursive: fix miscellaneous grammar error in comment
  ` [PATCH v2 2/5] merge-recursive: fix numerous argument alignment issues
  ` [PATCH v2 3/5] merge-recursive: clarify the rename_dir/RENAME_DIR meaning
  ` [PATCH v2 4/5] merge-recursive: rename conflict_rename_*() family of functions
  ` [PATCH v2 5/5] merge-recursive: add pointer about unduly complex looking code

[PATCH v3 00/28] Hash-independent tests
 2018-05-21 23:08 UTC  (4+ messages)
` [PATCH v4 "

[PATCHv4 0/1] git-p4: unshelving: fix for python2.6
 2018-05-21 22:22 UTC  (6+ messages)
` [PATCHv4 1/1] git-p4: add unshelve command

[PATCH 0/5] snprintf truncation fixes
 2018-05-21 20:57 UTC  (5+ messages)
` [PATCH 1/5] http: use strbufs instead of fixed buffers

[PATCH 00/12] Integrate commit-graph into fsck, gc, and fetch
 2018-05-21 18:53 UTC  (4+ messages)
` [PATCH v2 00/12] Integrate commit-graph into fsck and gc
  ` [PATCH v2 03/12] commit-graph: test that 'verify' finds corruption


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