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

[PATCH/RFC] completion: complete all possible -no-<options>
 2018-05-27  8:38 UTC  (5+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] parse-options: option to let --git-completion-helper show negative form
  ` [PATCH v2 2/3] completion: suppress some -no- options
  ` [PATCH v2 3/3] completion: collapse extra --no-.. options

[PATCH 0/9] completion: avoid hard coding config var list
 2018-05-27  7:33 UTC  (14+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v2 01/11] Add and use generic name->id mapping code for color slot parsing
  ` [PATCH v2 02/11] grep: keep all colors in an array
  ` [PATCH v2 03/11] fsck: factor out msg_id_info[] lazy initialization code
  ` [PATCH v2 04/11] help: add --config to list all available config
  ` [PATCH v2 05/11] fsck: produce camelCase config key names
  ` [PATCH v2 06/11] advice: keep config name in camelCase in advice_config[]
  ` [PATCH v2 07/11] am: move advice.amWorkDir parsing back to advice.c
  ` [PATCH v2 08/11] completion: drop the hard coded list of config vars
  ` [PATCH v2 09/11] completion: keep other config var completion in camelCase
  ` [PATCH v2 10/11] completion: support case-insensitive config vars
  ` [PATCH v2 11/11] log-tree: allow to customize 'grafted' color

[PATCH 1/2] diff: turn --ita-invisible-in-index on by default
 2018-05-27  7:18 UTC  (11+ messages)
` [PATCH v2 0/4] Fix i-t-a entries in git-diff and git-apply
  ` [PATCH v2 1/4] diff: ignore --ita-[in]visible-in-index when diffing worktree-to-tree
  ` [PATCH v2 2/4] diff: turn --ita-invisible-in-index on by default
  ` [PATCH v2 3/4] t2203: add a test about "diff HEAD" case
  ` [PATCH v2 4/4] apply: add --intent-to-add

[PATCH] git-rebase--interactive: fix copy-paste mistake
 2018-05-27  6:51 UTC 

[PATCH] packfile: Correct zlib buffer handling
 2018-05-27  5:02 UTC  (4+ messages)

[PATCH] t990X: use '.git/objects' as 'deep inside .git' path
 2018-05-27  4:49 UTC  (2+ messages)

2.17.0 Regression When Adding Patches Without Whitespace In Initial Column
 2018-05-27  4:16 UTC  (3+ messages)

[RFC] git gc "--prune=now" semantics considered harmful
 2018-05-27  1:27 UTC  (3+ messages)

[PATCH 2/5] t6036, t6042: use test_line_count instead of wc -l
 2018-05-26 23:58 UTC  (2+ messages)

[PATCH 00/12] Integrate commit-graph into fsck, gc, and fetch
 2018-05-26 20:30 UTC  (32+ messages)
` [PATCH v2 00/12] Integrate commit-graph into fsck and gc
  ` [PATCH v2 03/12] commit-graph: test that 'verify' finds corruption
  ` [PATCH v3 00/20] Integrate commit-graph into 'fsck' and 'gc'
    ` [PATCH v3 01/20] commit-graph: UNLEAK before die()
    ` [PATCH v3 02/20] commit-graph: fix GRAPH_MIN_SIZE
    ` [PATCH v3 03/20] commit-graph: parse commit from chosen graph
    ` [PATCH v3 04/20] commit: force commit to parse from object database
    ` [PATCH v3 05/20] commit-graph: load a root tree from specific graph
    ` [PATCH v3 06/20] commit-graph: add 'verify' subcommand
    ` [PATCH v3 07/20] commit-graph: verify catches corrupt signature
    ` [PATCH v3 08/20] commit-graph: verify required chunks are present
    ` [PATCH v3 09/20] commit-graph: verify corrupt OID fanout and lookup
    ` [PATCH v3 10/20] commit-graph: verify objects exist
    ` [PATCH v3 11/20] commit-graph: verify root tree OIDs
    ` [PATCH v3 12/20] commit-graph: verify parent list
    ` [PATCH v3 13/20] commit-graph: verify generation number
    ` [PATCH v3 14/20] commit-graph: verify commit date
    ` [PATCH v3 15/20] commit-graph: test for corrupted octopus edge
    ` [PATCH v3 16/20] commit-graph: verify contents match checksum
    ` [PATCH v3 17/20] fsck: verify commit-graph
    ` [PATCH v3 18/20] commit-graph: add '--reachable' option
    ` [PATCH v3 19/20] gc: automatically write commit-graph files
    ` [PATCH v3 20/20] commit-graph: update design document

What's cooking in git.git (May 2018, #02; Thu, 17)
 2018-05-26 19:39 UTC  (24+ messages)
` jk/branch-l-0-deprecation (was Re: What's cooking in git.git (May 2018, #02; Thu, 17))
          ` [PATCH] branch: issue "-l" deprecation warning after pager starts
                    ` [RFC PATCH 0/3] usage: prefix all lines in `vreportf()`, not just the first
                      ` [RFC PATCH 1/3] usage: extract `prefix_suffix_lines()` from `advise()`
                      ` [RFC PATCH 2/3] usage: prefix all lines in `vreportf()`, not just the first
                      ` [RFC PATCH 3/3] usage: translate the "error: "-prefix and others
` sb/submodule-move-nested breaks t7411 under GIT_FSMONITOR_TEST

RFC: New reference iteration paradigm
 2018-05-26 17:25 UTC  (4+ messages)

[GSoC] GSoC with git, week 4
 2018-05-26 16:32 UTC 

[PATCH v2] checkout & worktree: introduce checkout.implicitRemote
 2018-05-26 12:49 UTC  (6+ messages)
` [PATCH v3] "

bug: --shallow-since misbehaves on old branch heads
 2018-05-26 11:35 UTC  (2+ messages)
` [PATCH] upload-pack: reject shallow requests that would return nothing

[PATCH 1/2] remote-curl: accept all encoding supported by curl
 2018-05-26 11:08 UTC  (3+ messages)

[PATCH v2 00/18] Add `branch-diff`, a `tbdiff` lookalike
 2018-05-26  6:15 UTC  (14+ messages)
` [PATCH v2 02/18] Add a new builtin: branch-diff
                          ` Fwd: "

[GSoC][PATCH v2 0/4] rebase: split rebase -p from rebase -i
 2018-05-26  2:54 UTC  (7+ messages)
` [GSoC][PATCH v3 "
  ` [GSoC][PATCH v3 1/4] rebase: duplicate git-rebase--interactive.sh to git-rebase--preserve-merges.sh
  ` [GSoC][PATCH v3 2/4] rebase: strip unused code in git-rebase--preserve-merges.sh

[PATCH] packfile: Correct zlib buffer handling
 2018-05-26  1:06 UTC  (3+ messages)

[PATCH 0/5] Modernize some testcases for merge-recursive corner cases
 2018-05-26  0:44 UTC  (6+ messages)
` [PATCH 2/5] t6036, t6042: use test_line_count instead of wc -l

[PATCH v1 0/5] Allocate cache entries from memory pool
 2018-05-25 22:54 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

BUG: No way to set fsck.<msg-id> when cloning
 2018-05-25 21:19 UTC  (30+ messages)
      ` [PATCH 0/4] fsck: doc fixes & fetch.fsck.* implementation
        ` [PATCH v2 0/5] "
        ` [PATCH v2 1/5] config doc: don't describe *.fetchObjects twice
        ` [PATCH v2 2/5] config doc: unify the description of fsck.* and receive.fsck.*
        ` [PATCH v2 3/5] config doc: elaborate on what transfer.fsckObjects does
        ` [PATCH v2 4/5] config doc: mention future aspirations for transfer.fsckObjects
        ` [PATCH v2 5/5] fetch: implement fetch.fsck.*
      ` [PATCH 1/4] config doc: don't describe *.fetchObjects twice
      ` [PATCH 2/4] config doc: unify the description of fsck.* and receive.fsck.*
      ` [PATCH 3/4] config doc: elaborate on what transfer.fsckObjects does
      ` [PATCH 4/4] fetch: implement fetch.fsck.*

[PATCH v8 00/16] rebase -i: offer to recreate commit topology by rebasing merges
 2018-05-25 15:44 UTC  (4+ messages)
` [PATCH v9 00/17] "

[PATCH] cherry-pick: do not error on non-merge commits when '-m 1' is specified
 2018-05-25 12:42 UTC 

What's cooking in git.git (May 2018, #03; Wed, 23)
 2018-05-25 12:31 UTC  (5+ messages)
` js/empty-config-section-fix, was "

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

"git grep" and "working tree" vs "working directory"
 2018-05-25 10:56 UTC  (4+ messages)

[PATCH] completion: complete remote names too
 2018-05-25 10:48 UTC 

[PATCH] Clarify that a tag can refer to a non-commit object
 2018-05-25  9:45 UTC 

"man git-tag" inconsistent about whether you can tag non-commit objects
 2018-05-25  9:40 UTC  (5+ messages)

[PATCH v2] Use proper syntax for replaceables in command docs
 2018-05-25  8:16 UTC  (3+ messages)

unexpected "unresolved merge conflict" for a new file
 2018-05-25  7:22 UTC  (3+ messages)

git difftool with symlink to readonly jar failed
 2018-05-25  6:23 UTC  (3+ messages)

commit-graph: change in "best" merge-base when ambiguous
 2018-05-25  6:03 UTC  (5+ messages)

Wrong -dirty suffix set by setlocalversion (was: BUG in git diff-index)
 2018-05-25  3:50 UTC  (3+ messages)

[RFC/PATCH 0/7] rerere: handle nested conflicts
 2018-05-25  1:20 UTC  (8+ messages)
` [RFC/PATCH 4/7] rerere: fix crash when conflict goes unresolved
` [RFC/PATCH 7/7] rerere: teach rerere to handle nested conflicts

[PATCH 2/2] rev-parse: verify that commit looked up is not NULL
 2018-05-25  1:07 UTC  (6+ messages)
` [PATCH v2] rev-parse: check lookup'ed commit references for NULL

[PATCH] submodule: do not pass null OID to setup_revisions
 2018-05-24 23:30 UTC  (3+ messages)

why do "git log -h" and "git show -h" print the same thing?
 2018-05-24 22:53 UTC  (3+ messages)

Weird revision walk behaviour
 2018-05-24 20:26 UTC  (5+ messages)

[PATCH] Use proper syntax for replaceables in command docs
 2018-05-24 20:07 UTC  (3+ messages)

is the standard "[<options>]", and not "[options]" or other?
 2018-05-24 19:15 UTC  (2+ 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).