git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-03-22 05:02:47 to 2019-03-25 06:43:14 UTC [more...]

[PATCH] cherry-pick: do not error on non-merge commits when '-m 1' is specified
 2019-03-25  6:43 UTC  (5+ messages)

How to disable docs when building Git from sources
 2019-03-25  6:40 UTC 

[PATCH 0/3] rebase: learn --keep-base
 2019-03-25  5:47 UTC  (12+ messages)
` [PATCH 1/3] rebase: teach rebase --keep-base
` [PATCH 2/3] t3416: test "
` [PATCH 3/3] git-rebase.txt: document --keep-base option

[PATCH] In `git log --graph`, default to --pretty=oneline --abbrev-commit
 2019-03-25  5:16 UTC  (8+ messages)
` (no subject)

[RFC PATCH 0/1] Fuzzy blame
 2019-03-25  2:39 UTC  (3+ messages)
` [RFC PATCH 1/1] "

[BUG] Suspected with double asterisk in conditional include pattern
 2019-03-25  2:30 UTC  (6+ messages)
` [PATCH] config: correct '**' matching in includeIf patterns
  ` [PATCH v2] "

git tag -v should verify that the tag signer intended the same tag name as the user is verifying
 2019-03-25  2:27 UTC  (10+ messages)

[PATCH 0/2] Randomize / timestamp trace2 targets
 2019-03-25  2:21 UTC  (15+ messages)
` [PATCH v2 0/1] Write trace2 output to directories
  ` [PATCH v2 1/1] trace2: write to directory targets
` [PATCH v3 0/1] Write trace2 output to directories
  ` [PATCH v3 1/1] trace2: write to directory targets

[PATCH 1/3] Documentation/git-diff-tree.txt: fix formatting
 2019-03-24 21:55 UTC  (11+ messages)
` [PATCH 2/3] Documentation/technical/api-config.txt: "
` [PATCH 3/3] Documentation/technical/protocol-v2.txt: "
` [PATCH v2 0/6] Asciidoctor-related formatting and CI fixes
  ` [PATCH v2 1/6] Documentation/git-diff-tree.txt: fix formatting
  ` [PATCH v2 2/6] Documentation/technical/api-config.txt: "
  ` [PATCH v2 3/6] Documentation/technical/protocol-v2.txt: "
  ` [PATCH v2 4/6] ci: install Asciidoctor in 'ci/install-dependencies.sh'
  ` [PATCH v2 5/6] ci: stick with Asciidoctor v1.5.8 for now
  ` [PATCH v2 6/6] ci: fix AsciiDoc/Asciidoctor stderr check in the documentation build job

[RFC PATCH v3 0/5] clone: dir iterator refactoring with tests
 2019-03-24 20:56 UTC  (11+ messages)
` [GSoC][PATCH v4 0/7] clone: dir-iterator "
  ` [GSoC][PATCH v4 1/7] clone: test for our behavior on odd objects/* content
  ` [GSoC][PATCH v4 2/7] clone: better handle symlinked files at .git/objects/
  ` [GSoC][PATCH v4 3/7] dir-iterator: add flags parameter to dir_iterator_begin
  ` [GSoC][PATCH v4 4/7] clone: copy hidden paths at local clone
  ` [GSoC][PATCH v4 5/7] clone: extract function from copy_or_link_directory
  ` [GSoC][PATCH v4 6/7] clone: use dir-iterator to avoid explicit dir traversal
  ` [GSoC][PATCH v4 7/7] clone: Replace strcmp by fspathcmp

[GSoC][PATCH v3 0/3] Avoid using pipes
 2019-03-24 19:04 UTC  (5+ messages)
` [GSoC][PATCH v3 2/3] t0000: avoid "

[PATCH] asciidoctor-extensions: provide `<refmiscinfo/>`
 2019-03-24 16:21 UTC  (8+ messages)

[PATCH 0/1] Fix make check-docs on Windows
 2019-03-24 12:54 UTC  (5+ messages)
` [PATCH 1/1] check-docs: fix for setups where executables have an extension

[PATCH] Make stashing nothing exit 1
 2019-03-24 12:42 UTC  (4+ messages)

[BUG] Cloning with git HEAD fails for some repositories
 2019-03-24 12:13 UTC  (14+ messages)
              ` [PATCH 0/3] fix dumb-http fetch with alternates
                ` [PATCH 1/3] http: factor out curl result code normalization
                ` [PATCH 2/3] http: normalize curl results for dumb loose and alternates fetches
                ` [PATCH 3/3] http: use normalize_curl_result() instead of manual conversion

[GSoC][RFC/PATCH] userdiff: added support for diffing shell scripts
 2019-03-24 10:04 UTC  (6+ messages)
  ` [GSoC][RFC/PATCH 2/2] userdiff: added shell script support, clears test

[PATCH 00/20] nd/diff-parseopt the last part
 2019-03-24  8:20 UTC  (22+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/20] diff-parseopt: convert --ws-error-highlight
  ` [PATCH v2 02/20] diff-parseopt: convert --ita-[in]visible-in-index
  ` [PATCH v2 03/20] diff-parseopt: convert -z
  ` [PATCH v2 04/20] diff-parseopt: convert -l
  ` [PATCH v2 05/20] diff-parseopt: convert -S|-G
  ` [PATCH v2 06/20] diff-parseopt: convert --pickaxe-all|--pickaxe-regex
  ` [PATCH v2 07/20] diff-parseopt: convert -O
  ` [PATCH v2 08/20] diff-parseopt: convert --find-object
  ` [PATCH v2 09/20] diff-parseopt: convert --diff-filter
  ` [PATCH v2 10/20] diff-parseopt: convert --[no-]abbrev
  ` [PATCH v2 11/20] diff-parseopt: convert --[src|dst]-prefix
  ` [PATCH v2 12/20] diff-parseopt: convert --line-prefix
  ` [PATCH v2 13/20] diff-parseopt: convert --no-prefix
  ` [PATCH v2 14/20] diff-parseopt: convert --inter-hunk-context
  ` [PATCH v2 15/20] diff-parseopt: convert --[no-]color-moved
  ` [PATCH v2 16/20] diff-parseopt: convert --color-moved-ws
  ` [PATCH v2 17/20] diff.c: allow --no-color-moved-ws
  ` [PATCH v2 18/20] range-diff: use parse_options() instead of diff_opt_parse()
  ` [PATCH v2 19/20] diff --no-index: "
  ` [PATCH v2 20/20] am: avoid diff_opt_parse()

Git excludes fails to avoid git submodule warning
 2019-03-24 18:15 UTC  (2+ messages)

Software, Website & SEO
 2019-03-24  7:47 UTC 

[GSoC] Introduction
 2019-03-24  1:45 UTC  (6+ messages)
` [GSoC][RFC] Proposal: Improve consistency of sequencer commands

Semantic errors
 2019-03-23 19:34 UTC  (14+ messages)

[PATCH] gitk: Do not mistake unchanged lines with submodule changes
 2019-03-23 17:00 UTC 

[PATCH v2 0/7] git-p4: a few assorted fixes for branches, excludes
 2019-03-23  9:15 UTC  (8+ messages)
` [PATCH v2 2/7] git-p4: match branches case insensitively if configured
` [RFC PATCH 0/2] git-p4: "alien" branches and load changelist info from file
  ` [RFC PATCH 1/2] git-p4: introduce alien branch mappings
  ` [RFC PATCH 2/2] git-p4: support loading changelist descriptions from files

[RFC PATCH] t5551: delete auth-for-pack-but-not-refs test
 2019-03-23  7:05 UTC  (3+ messages)
` [PATCH v2] t5551: mark half-auth no-op fetch test as v0-only

How to properly find git config in a libgit.a-using executable?
 2019-03-23  6:38 UTC  (5+ messages)

[PATCH] commit-graph: fix sparse 'NULL pointer' warning
 2019-03-23  1:19 UTC 

Supposed accidental install
 2019-03-22 21:38 UTC 

[RFC PATCH] cherry-pick: set default `--mainline` parent to 1
 2019-03-22 18:27 UTC  (16+ messages)

[PATCH v6 10/10] commit-graph write: emit a percentage for all progress
 2019-03-22 17:23 UTC  (11+ messages)
` [PATCH] commit-graph: don't show progress percentages while expanding reachable commits

[RFC PATCH] t5551: delete auth-for-pack-but-not-refs test
 2019-03-22 17:20 UTC  (2+ messages)

[PATCH 0/4] prevent 'checkout -m' from losing staged changes
 2019-03-22 17:18 UTC  (6+ messages)
` [PATCH 1/4] unpack-trees: keep gently check inside add_rejected_path
` [PATCH 2/4] unpack-trees: rename "gently" flag to "quiet"
` [PATCH 3/4] read-tree: add --quiet
` [PATCH 4/4] checkout: prevent losing staged changes with --merge

[PATCH v5 00/15] Trace2 tracing facility
 2019-03-22 15:21 UTC  (11+ messages)
` [PATCH v6 "

[PATCH 0/2] refs/files-backend: fix two subtle error-handling bugs
 2019-03-22 14:34 UTC  (4+ messages)
` [PATCH 1/2] refs/files-backend: handle packed transaction prepare failure

[PATCH] t5318-commit-graph: remove unused variable
 2019-03-22 14:27 UTC 

[PATCH] add -p: coalesce hunks before testing applicability
 2019-03-22 14:06 UTC  (6+ messages)

git command history
 2019-03-22 13:19 UTC  (3+ messages)

[PATCH 0/2] Fix fsmonitor after discard_index()
 2019-03-22 11:04 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] fsmonitor: force a refresh after the index was discarded

[PATCH v2 00/10] gc docs: modernize and fix the documentation
 2019-03-22  9:32 UTC  (13+ messages)
` [PATCH v3 00/11] gc docs: modernize the advice for manually running "gc"
` [PATCH v3 01/11] "
` [PATCH v3 02/11] gc docs: stop noting "repack" flags
` [PATCH v3 03/11] gc docs: clean grammar for "gc.bigPackThreshold"
` [PATCH v3 04/11] gc docs: include the "gc.*" section from "config" in "gc"
` [PATCH v3 05/11] gc docs: re-flow the "gc.*" section in "config"
` [PATCH v3 06/11] gc docs: fix formatting for "gc.writeCommitGraph"
` [PATCH v3 07/11] gc docs: note how --aggressive impacts --window & --depth
` [PATCH v3 08/11] gc docs: downplay the usefulness of --aggressive
` [PATCH v3 09/11] gc docs: note "gc --aggressive" in "fast-import"
` [PATCH v3 10/11] gc docs: clarify that "gc" doesn't throw away referenced objects
` [PATCH v3 11/11] gc docs: remove incorrect reference to gc.auto=0

[PATCH v4 00/26] Add new command 'switch'
 2019-03-22  9:12 UTC  (7+ messages)
` [PATCH v5 "
  ` [PATCH v5 26/26] doc: promote "git switch"

Gsoc
 2019-03-22  8:50 UTC  (2+ messages)

[PATCH 0/4] gc docs: modernize and fix the documentation
 2019-03-22  6:01 UTC  (3+ messages)
` [PATCH v2 01/10] gc docs: modernize the advice for manually running "gc"

[PATCH v2 0/4] multi-pack-index: fix verify on large repos
 2019-03-22  5:37 UTC  (3+ messages)
` [PATCH v3 "

Bug: git checkout @{u} breaks git branch if the upstream isn't a local branch
 2019-03-22  5:02 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).