git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-08-30 16:59:48 to 2018-09-02 13:19:43 UTC [more...]

[PATCH] read-cache.c: optimize reading index format v4
 2018-09-02 13:19 UTC  (3+ messages)
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] read-cache.c: "

non-smooth progress indication for git fsck and git gc
 2018-09-02  8:55 UTC  (8+ messages)

Git in Outreachy Dec-Mar?
 2018-09-02  8:43 UTC  (15+ messages)

[BUG] index corruption with git commit -p
 2018-09-02  8:02 UTC  (7+ messages)

[PATCH v6] Implement --first-parent for git rev-list --bisect
 2018-09-02  7:57 UTC  (5+ messages)
    ` [PATCH] bisect.c: make show_list() build again

[PATCH] test-tool.h: include git-compat-util.h
 2018-09-02  5:51 UTC  (13+ messages)
` [PATCH 5/6] pack-bitmap: save "have" bitmap from walk
      ` [PATCH 0/4] un-breaking pack-objects with bitmaps
        ` [PATCH 1/4] bitmap_has_sha1_in_uninteresting(): drop BUG check
        ` [PATCH 2/4] t5310: test delta reuse with bitmaps
        ` [PATCH 3/4] traverse_bitmap_commit_list(): don't free result
        ` [PATCH 4/4] pack-bitmap: drop "loaded" flag

[PATCH v2 0/3] wt-status.c: commitable flag
 2018-09-02  5:17 UTC  (7+ messages)
` [PATCH v2 1/3] wt-status.c: Move has_unmerged earlier in the file
` [PATCH v2 2/3] Add test for commit --dry-run --short
` [PATCH v2 3/3] wt-status.c: Set the commitable flag in the collect phase

[BUG] A part of an edge from an octopus merge gets colored, even with --color=never
 2018-09-02  0:34 UTC  (11+ messages)

[PATCH] Makefile: enable DEVELOPER by default
 2018-09-01 21:01 UTC  (8+ messages)

[PATCH v3 00/11] Hash-independent tests (part 3)
 2018-09-01 15:33 UTC  (5+ messages)
` [PATCH v3 05/11] t0027: make hash size independent

Possible bug: identical lines added/removed in git diff
 2018-09-01 15:23 UTC  (9+ messages)

[PATCH 0/3] wt-status.c: commitable flag
 2018-09-01 11:55 UTC  (12+ 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/2] rerere: remove documentation for "nested conflicts"
 2018-09-01  9:00 UTC  (4+ messages)
` [PATCH v2 1/2] rerere: mention caveat about unmatched conflict markers

What's cooking in git.git (Aug 2018, #06; Wed, 29)
 2018-09-01  4:32 UTC  (6+ messages)

[PATCH 0/2] rebase --autosquash: handle manual "final fixups"
 2018-08-31 23:45 UTC  (3+ messages)
` [PATCH 1/2] rebase -i --autosquash: demonstrate a problem skipping the last squash
` [PATCH 2/2] rebase -i: be careful to wrap up fixup/squash chains

[PATCH v3 0/7] Prep for "git fetch" should not clobber existing tags without --force
 2018-08-31 22:02 UTC  (27+ messages)
` [PATCH v4 0/6] "
  ` [PATCH v5 0/9] git "
  ` [PATCH v5 1/9] fetch: change "branch" to "reference" in --force -h output
  ` [PATCH v5 2/9] push tests: make use of unused $1 in test description
  ` [PATCH v5 3/9] push tests: use spaces in interpolated string
  ` [PATCH v5 4/9] fetch tests: add a test for clobbering tag behavior
  ` [PATCH v5 5/9] push doc: remove confusing mention of remote merger
  ` [PATCH v5 6/9] push doc: move mention of "tag <tag>" later in the prose
  ` [PATCH v5 7/9] push doc: correct lies about how push refspecs work
  ` [PATCH v5 8/9] fetch: document local ref updates with/without --force
  ` [PATCH v5 9/9] fetch: stop clobbering existing tags without --force
` [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/9] worktree: fix bugs and broaden --force applicability
 2018-08-31 21:57 UTC  (8+ messages)

[PATCH 0/5] handle corruption in patch-delta
 2018-08-31 21:55 UTC  (14+ messages)
` [PATCH 2/5] t5303: test some corrupt deltas

[PATCH] doc-diff: always use oids inside worktree
 2018-08-31 21:37 UTC  (16+ 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] Makefile: enable DEVELOPER by default
 2018-08-31 20:59 UTC  (6+ messages)
` [PATCH] config.mak.uname: resolve FreeBSD iconv-related compilation warning

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

A rebase regression in Git 2.18.0
 2018-08-31 19:37 UTC  (8+ messages)

[PATCH v6 0/4] stash: add new tests and introduce a new helper function
 2018-08-31 18:14 UTC  (26+ 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 0/8] WIP: trace2: a new trace facility
 2018-08-31 17:19 UTC  (11+ 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 6/8] trace2: demonstrate instrumenting threaded preload_index
` [PATCH 7/8] trace2: demonstrate setting sub-command parameter in checkout
` [PATCH 8/8] trace2: demonstrate use of regions in read_directory_recursive

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

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

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

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

[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"

feature request: allow commit.email config setting
 2018-08-30 19:29 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


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