git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-08-29 21:48:40 to 2018-08-31 16:50:07 UTC [more...]

[PATCH 0/8] WIP: trace2: a new trace facility
 2018-08-31 16:50 UTC  (8+ messages)
` [PATCH 1/8] trace2: create new combined "
` [PATCH 2/8] trace2: add trace2 to main
` [PATCH 3/8] trace2: demonstrate trace2 regions in wt-status
` [PATCH 4/8] trace2: demonstrate trace2 child process classification
` [PATCH 5/8] trace2: demonstrate instrumenting do_read_index
` [PATCH 7/8] trace2: demonstrate setting sub-command parameter in checkout
` [PATCH 8/8] trace2: demonstrate use of regions in read_directory_recursive

[PATCH v3 0/7] Prep for "git fetch" should not clobber existing tags without --force
 2018-08-31 16:35 UTC  (15+ messages)
` [PATCH v4 0/6] "
` [PATCH v4 1/6] fetch: change "branch" to "reference" in --force -h output
` [PATCH v4 2/6] push tests: correct quoting in interpolated string
` [PATCH v4 3/6] fetch tests: add a test for clobbering tag behavior
` [PATCH v4 4/6] push doc: correct lies about how push refspecs work
` [PATCH v4 5/6] fetch: document local ref updates with/without --force
` [PATCH v4 6/6] fetch: stop clobbering existing tags without --force

[PATCH 0/3] wt-status.c: commitable flag
 2018-08-31 16:26 UTC  (8+ messages)
` [PATCH 1/3] Change tests from expecting to fail to expecting success
` [PATCH 2/3] Add test for commit --dry-run --short
` [PATCH 3/3] wt-status.c: Set the commitable flag in the collect phase

[PATCH 1/3] patch-delta: fix oob read
 2018-08-31 15:33 UTC  (26+ messages)
` [PATCH 2/3] t/helper/test-delta: segfault on OOB access
` [PATCH 3/3] t5303: add tests for corrupted deltas
` [PATCH 0/5] handle corruption in patch-delta
  ` [PATCH 1/5] test-delta: read input into a heap buffer
  ` [PATCH 2/5] t5303: test some corrupt deltas
  ` [PATCH 3/5] patch-delta: fix oob read
  ` [PATCH 4/5] patch-delta: consistently report corruption
  ` [PATCH 5/5] patch-delta: handle truncated copy parameters

[PATCH] test-tool.h: include git-compat-util.h
 2018-08-31 15:23 UTC  (3+ messages)
` [PATCH 5/6] pack-bitmap: save "have" bitmap from walk

Feature request: hooks directory
 2018-08-31 13:43 UTC  (5+ messages)

Automatic core.autocrlf?
 2018-08-31 13:17 UTC  (12+ messages)

[PATCH] Makefile: enable DEVELOPER by default
 2018-08-31 11:54 UTC  (3+ messages)
` [PATCH] config.mak.uname: resolve FreeBSD iconv-related compilation warning

Thank you for public-inbox!
 2018-08-31 11:01 UTC  (10+ messages)

Git in Outreachy Dec-Mar?
 2018-08-31 10:30 UTC  (10+ messages)

A rebase regression in Git 2.18.0
 2018-08-31 10:11 UTC  (16+ messages)
        ` [PATCH 0/3] Turn off directory rename detection in am -3
          ` [PATCH 1/3] t3401: add another directory rename testcase for rebase and am
          ` [PATCH 2/3] merge-recursive: add ability to turn off directory rename detection

improved diff tool
 2018-08-31  9:28 UTC  (5+ messages)

[PATCH] doc-diff: always use oids inside worktree
 2018-08-31  6:33 UTC  (10+ messages)
` [PATCH] doc/Makefile: remove tmp-doc-diff on "make clean"
  ` [PATCH 0/3] doc-diff: add "clean" mode & fix portability problem
    ` [PATCH 1/3] doc-diff: fix non-portable 'man' invocation
    ` [PATCH 2/3] doc-diff: add --clean mode to remove temporary working gunk
    ` [PATCH 3/3] doc/Makefile: drop doc-diff worktree and temporary files on "make clean"

[PATCH 0/9] worktree: fix bugs and broaden --force applicability
 2018-08-31  0:54 UTC  (23+ messages)
` [PATCH 3/9] worktree: generalize delete_git_dir() to reduce code duplication
` [PATCH 5/9] worktree: disallow adding same path multiple times
` [PATCH 6/9] worktree: teach 'add' to respect --force for registered but missing path
` [PATCH 7/9] worktree: teach 'move' to override lock when --force given twice
` [PATCH 8/9] worktree: teach 'remove' "

[PATCH v6 0/4] stash: add new tests and introduce a new helper function
 2018-08-30 22:19 UTC  (25+ messages)
` [GSoC][PATCH v8 00/20] Convert "git stash" to C builtin
  ` [GSoC][PATCH v8 01/20] sha1-name.c: add `get_oidf()` which acts like `get_oid()`
  ` [GSoC][PATCH v8 02/20] stash: improve option parsing test coverage
  ` [GSoC][PATCH v8 03/20] stash: update test cases conform to coding guidelines
  ` [GSoC][PATCH v8 04/20] stash: rename test cases to be more descriptive
  ` [GSoC][PATCH v8 05/20] stash: add tests for `git stash show` config
  ` [GSoC][PATCH v8 06/20] stash: convert apply to builtin
  ` [GSoC][PATCH v8 07/20] stash: convert drop and clear "
  ` [GSoC][PATCH v8 08/20] stash: convert branch "
  ` [GSoC][PATCH v8 09/20] stash: convert pop "
  ` [GSoC][PATCH v8 10/20] stash: convert list "
  ` [GSoC][PATCH v8 11/20] stash: convert show "
  ` [GSoC][PATCH v8 12/20] stash: mention options in `show` synopsis
  ` [GSoC][PATCH v8 13/20] stash: convert store to builtin
  ` [GSoC][PATCH v8 14/20] stash: convert create "
  ` [GSoC][PATCH v8 15/20] stash: convert push "
  ` [GSoC][PATCH v8 16/20] stash: make push -q quiet
  ` [GSoC][PATCH v8 17/20] stash: convert save to builtin
  ` [GSoC][PATCH v8 18/20] stash: convert `stash--helper.c` into `stash.c`
  ` [GSoC][PATCH v8 19/20] stash: optimize `get_untracked_files()` and `check_changes()`
  ` [GSoC][PATCH v8 20/20] stash: replace all `write-tree` child processes with API calls

[PATCH v2 0/4] branch -l deprecation revisited
 2018-08-30 21:07 UTC  (9+ messages)
` [PATCH v2 4/4] branch: make "-l" a synonym for "--list"

[PATCH 0/1] Teach the builtin rebase about the builtin interactive rebase
 2018-08-30 20:09 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] builtin rebase: prepare for builtin rebase -i

feature request: allow commit.email config setting
 2018-08-30 19:29 UTC  (4+ messages)

Possible bug: identical lines added/removed in git diff
 2018-08-30 19:28 UTC  (7+ messages)

[PATCH v1] checkout: optionally speed up "git checkout -b foo"
 2018-08-30 17:22 UTC  (9+ messages)
` [PATCH v3] checkout: optimize "git checkout -b <new_branch>"

[PATCH 0/8] "git fetch" should not clobber existing tags without --force
 2018-08-30 16:59 UTC  (6+ messages)
` [PATCH v2 06/10] push doc: correct lies about how push refspecs work

What's cooking in git.git (Aug 2018, #06; Wed, 29)
 2018-08-30 16:11 UTC  (5+ messages)
` es/format-patch-{inter,range}diff, was "

[PATCH 0/1] v2.19.0-rc1 Performance Regression in 'git merge-base'
 2018-08-30 15:26 UTC  (3+ messages)
` [PATCH 1/1] commit: don't use generation numbers if not needed

[PATCH] add -p: coalesce hunks before testing applicability
 2018-08-30 14:51 UTC  (4+ messages)

Trivial enhancement: All commands which require an author should accept --author
 2018-08-30 14:26 UTC  (7+ messages)

Contributor Summit planning
 2018-08-30 11:36 UTC  (6+ messages)

Missing Tagger Entry
 2018-08-30  3:18 UTC  (3+ messages)

[RFC PATCH 00/12] Base SHA-256 algorithm implementation
 2018-08-30  2:41 UTC  (13+ messages)
` [RFC PATCH 08/12] commit-graph: convert to using the_hash_algo
` [RFC PATCH 09/12] Add a base implementation of SHA-256 support
` [RFC PATCH 10/12] sha256: add an SHA-256 implementation using libgcrypt

Questions about the hash function transition
 2018-08-29 23:45 UTC  (10+ messages)
  ` How is the ^{sha256} peel syntax supposed to work?

[RFC] revision: Don't let ^<rev> cancel out the default <rev>
 2018-08-29 23:30 UTC  (3+ messages)

[PATCH v3 00/11] Hash-independent tests (part 3)
 2018-08-29 23:22 UTC  (6+ messages)
` [PATCH v3 01/11] t: add tool to translate hash-related values

[PATCH v1] read-cache: speed up index load through parallelization
 2018-08-29 22:19 UTC  (6+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 2/3] read-cache: load cache extensions on worker thread

[PATCH v2] doc: Don't echo sed command for manpage-base-url.xsl
 2018-08-29 19:19 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] mailinfo: support format=flowed
 2018-08-29 20:19 UTC  (2+ messages)

[PATCH v3 0/6] chainlint: improve robustness against "unusual" shell coding
 2018-08-29 17:57 UTC  (3+ messages)
` [PATCH] chainlint: match "quoted" here-doc tags

[PATCH 1/2] rerere: remove documentation for "nested conflicts"
 2018-08-29 16:04 UTC  (3+ messages)
` [PATCH v2 1/2] rerere: mention caveat about unmatched conflict markers


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