git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-08-29 12:54:28 to 2018-08-30 21:41:41 UTC [more...]

[PATCH v6 0/4] stash: add new tests and introduce a new helper function
 2018-08-30 21:40 UTC  (2+ messages)
` [GSoC][PATCH v8 00/20] Convert "git stash" to C builtin

[PATCH v3 0/7] Prep for "git fetch" should not clobber existing tags without --force
 2018-08-30 21:31 UTC  (11+ 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 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] doc-diff: always use oids inside worktree
 2018-08-30 20:52 UTC  (6+ messages)
` [PATCH] doc/Makefile: remove tmp-doc-diff on "make clean"

[PATCH 0/9] worktree: fix bugs and broaden --force applicability
 2018-08-30 20:14 UTC  (21+ 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 0/1] Teach the builtin rebase about the builtin interactive rebase
 2018-08-30 20:09 UTC  (14+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] builtin rebase: prepare for builtin rebase -i

Git in Outreachy Dec-Mar?
 2018-08-30 19:42 UTC  (7+ messages)

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 1/3] patch-delta: fix oob read
 2018-08-30 19:13 UTC  (24+ 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

Automatic core.autocrlf?
 2018-08-30 19:10 UTC  (9+ messages)

improved diff tool
 2018-08-30 17:22 UTC  (3+ 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

A rebase regression in Git 2.18.0
 2018-08-30 16:41 UTC  (15+ 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

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)

Feature request: hooks directory
 2018-08-30 14:45 UTC  (2+ 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  (14+ messages)

Thank you for public-inbox!
 2018-08-30  8:19 UTC  (10+ 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  (14+ 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  (19+ 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  (10+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] "
  ` [PATCH v2 2/3] read-cache: load cache extensions on worker thread
  ` [PATCH v2 3/3] read-cache: micro-optimize expand_name_field() to speed up V4 index parsing

[PATCH] doc: Don't echo sed command for manpage-base-url.xsl
 2018-08-29 19:19 UTC  (7+ messages)
` [PATCH v2] "
  ` [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

[RFC] submodule: munge paths to submodule git directories
 2018-08-29 21:32 UTC  (17+ messages)
` [PATCH 0/2] munge submodule names
  ` [PATCH 2/2] submodule: munge paths to submodule git directories

[PATCH 1/2] t2013: add test for missing but active submodule
 2018-08-29 21:04 UTC  (7+ messages)
` [PATCH 2/2] submodule.c: warn about missing submodule git directories

[PATCH 0/2] FreeBSD & AIX test portability fixes
 2018-08-29 20:09 UTC  (3+ messages)
` [PATCH 1/2] tests: fix non-portable "${var:-"str"}" construct

Git Unrelated Histories
 2018-08-29 20:18 UTC  (4+ messages)
    ` Fwd: "

[PATCH v1] read-cache: speed up index load through parallelization
 2018-08-29 17:14 UTC  (5+ messages)
` [PATCH] read-cache.c: optimize reading index format v4

[ANNOUNCE] Git v2.19.0-rc1
 2018-08-29 14:50 UTC  (2+ messages)
` Git for Windows v2.19.0-rc1, was "


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