git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-04-26 22:50:21 to 2018-04-30 03:25:50 UTC [more...]

What's cooking in git.git (Apr 2018, #04; Mon, 30)
 2018-04-30  3:25 UTC 

[PATCH 0/6] Finish the conversion from die("BUG: ...") to BUG()
 2018-04-30  2:53 UTC  (8+ messages)
` [PATCH 1/6] test_must_fail: support ok=sigabrt
` [PATCH 2/6] t1406: prepare for the refs code to fail with BUG()
` [PATCH 3/6] refs/*: report bugs using the BUG() macro
` [PATCH 4/6] run-command: use BUG() to report bugs, not die()
` [PATCH 5/6] Replace all die("BUG: ...") calls by BUG() ones
` [PATCH 6/6] Convert remaining die*(BUG) messages

Bug: format-patch MIME boundary not added to cover letter when attach enabled
 2018-04-30  2:09 UTC  (2+ messages)

[PATCH] tests: introduce test_unset_prereq, for debugging
 2018-04-30  0:38 UTC  (2+ messages)

[PATCH v8 0/4] worktree: teach "add" to check out existing branches
 2018-04-30  0:07 UTC  (5+ messages)
` [PATCH v9 "

What's cooking in git.git (Apr 2018, #03; Wed, 25)
 2018-04-30  0:03 UTC  (7+ messages)

[RFC PATCH] checkout: Force matching mtime between files
 2018-04-29 23:56 UTC  (22+ messages)

[PATCH v3 0/9] Compute and consume generation numbers
 2018-04-29 22:18 UTC  (18+ messages)
` [PATCH v4 00/10] "
  ` [PATCH v4 01/10] ref-filter: fix outdated comment on in_commit_list
  ` [PATCH v4 02/10] commit: add generation number to struct commmit
  ` [PATCH v4 03/10] commit-graph: compute generation numbers
  ` [PATCH v4 04/10] commit: use generations in paint_down_to_common()
  ` [PATCH v4 05/10] commit-graph: always load commit-graph information

[PATCH 0/6] Let the sequencer handle `git rebase -i --root`
 2018-04-29 21:44 UTC  (13+ messages)
` [PATCH 1/6] sequencer: extract helper to update active_cache_tree
` [PATCH 2/6] sequencer: learn about the special "fake root commit" handling
` [PATCH 3/6] rebase -i --root: let the sequencer handle even the initial part
` [PATCH 4/6] sequencer: allow introducing new root commits
` [PATCH 5/6] rebase --rebase-merges: a "merge" into a new root is a fast-forward
` [PATCH 6/6] rebase --rebase-merges: root commits can be cousins, too

[PATCH v2] unpack_trees: fix breakage when o->src_index != o->dst_index
 2018-04-29 20:53 UTC  (4+ messages)
` [PATCH v3] "

Fetching tags overwrites existing tags
 2018-04-29 20:21 UTC  (23+ messages)
          ` [RFC PATCH v2] Teach remote add the --prefix-tags option
          ` [RFC PATCH v3] Teach remote add the --remote-tags option
  ` [PATCH 0/8] "git fetch" should not clobber existing tags without --force
  ` [PATCH 1/8] push tests: remove redundant 'git push' invocation
  ` [PATCH 2/8] push tests: fix logic error in "push" test assertion
  ` [PATCH 3/8] push tests: add more testing for forced tag pushing
  ` [PATCH 4/8] push tests: assert re-pushing annotated tags
  ` [PATCH 5/8] push doc: correct lies about how push refspecs work
  ` [PATCH 6/8] fetch tests: correct a comment "remove it" -> "remove them"
  ` [PATCH 7/8] fetch tests: add a test clobbering tag behavior
  ` [PATCH 8/8] fetch: stop clobbering existing tags without --force

[PATCH v3 0/6] Keep all info in command-list.txt in git binary
 2018-04-29 18:23 UTC  (17+ messages)
` [PATCH v4/wip 00/12] "
  ` [PATCH v4/wip 02/12] generate-cmds.sh: export all commands to command-list.h
` [PATCH v5 00/10] Keep all info in command-list.txt in git binary
  ` [PATCH v5 01/10] generate-cmds.sh: factor out synopsis extract code
  ` [PATCH v5 02/10] generate-cmds.sh: export all commands to command-list.h
  ` [PATCH v5 03/10] help: use command-list.h for common command list
  ` [PATCH v5 04/10] Remove common-cmds.h
  ` [PATCH v5 05/10] git.c: convert --list-*builtins to --list-cmds=*
  ` [PATCH v5 06/10] completion: implement and use --list-cmds=main,others
  ` [PATCH v5 07/10] git: support --list-cmds=list-<category>
  ` [PATCH v5 08/10] help: add "-a --verbose" to list all commands with synopsis
  ` [PATCH v5 09/10] help: use command-list.txt for the source of guides
  ` [PATCH v5 10/10] completion: let git provide the completable command list

[PATCH v3 0/1] completion: dynamic completion loading
 2018-04-29 16:42 UTC  (2+ messages)
` [PATCH v3 1/1] completion: load completion file for external subcommand

[PATCH v2 1/1] completion: load completion file for external subcommand
 2018-04-29 14:09 UTC  (4+ messages)

[PATCH v5 0/5] Convert some stash functionality to a builtin
 2018-04-29 13:04 UTC  (4+ messages)

[PATCH v4 00/11] Deprecate .git/info/grafts
 2018-04-28 22:47 UTC  (34+ messages)
` [PATCH v5 "
  ` [PATCH v6 "
    ` [PATCH v6 01/11] argv_array: offer to split a string by whitespace
    ` [PATCH v6 02/11] commit: Let the callback of for_each_mergetag return on error
    ` [PATCH v6 03/11] replace: avoid using die() to indicate a bug
    ` [PATCH v6 04/11] replace: "libify" create_graft() and callees
    ` [PATCH v6 05/11] replace: introduce --convert-graft-file
    ` [PATCH v6 06/11] Add a test for `git replace --convert-graft-file`
    ` [PATCH v6 07/11] Deprecate support for .git/info/grafts
    ` [PATCH v6 08/11] filter-branch: stop suggesting to use grafts
    ` [PATCH v6 09/11] technical/shallow: stop referring to grafts
    ` [PATCH v6 10/11] technical/shallow: describe why shallow cannot use replace refs
    ` [PATCH v6 11/11] Remove obsolete script to convert grafts to "
    ` [Re-send PATCH v7 00/12] Deprecate .git/info/grafts
      ` [PATCH v7 01/12] argv_array: offer to split a string by whitespace
      ` [PATCH v7 02/12] commit: Let the callback of for_each_mergetag return on error
      ` [PATCH v7 03/12] replace: avoid using die() to indicate a bug
      ` [PATCH v7 04/12] replace: "libify" create_graft() and callees
      ` [PATCH v7 05/12] replace: prepare create_graft() for converting graft files wholesale
      ` [PATCH v7 06/12] replace: introduce --convert-graft-file
      ` [PATCH v7 07/12] Add a test for `git replace --convert-graft-file`
      ` [PATCH v7 08/12] Deprecate support for .git/info/grafts
      ` [PATCH v7 09/12] filter-branch: stop suggesting to use grafts
      ` [PATCH v7 10/12] technical/shallow: stop referring to grafts
      ` [PATCH v7 11/12] technical/shallow: describe why shallow cannot use replace refs
      ` [PATCH v7 12/12] Remove obsolete script to convert grafts to "

[PATCH 2/2] unpack_trees_options: free messages when done
 2018-04-28 20:56 UTC  (4+ messages)

[PATCH v7 07/17] # This is a combination of 2 commits. # This is the 1st commit message:
 2018-04-28 13:05 UTC  (8+ messages)
` [PATCH v4 0/4] rebase -i: avoid stale "# This is a combination of" in commit messages
  ` [PATCH v4 1/4] rebase -i: demonstrate bugs with fixup!/squash! "
  ` [PATCH v4 2/4] rebase -i: Handle "combination of <n> commits" with GETTEXT_POISON
  ` [PATCH v4 3/4] sequencer: always commit without editing when asked for
  ` [PATCH v4 4/4] rebase --skip: clean up commit message after a failed fixup/squash

Branch deletion question / possible bug?
 2018-04-28 12:43 UTC  (4+ messages)

[PATCH] http.c: shell command evaluation for extraheader
 2018-04-28 12:24 UTC  (4+ messages)

[Bug] git log --show-signature print extra carriage return ^M
 2018-04-28 12:18 UTC  (4+ messages)

Git Stash Creates sh.exe.stackdump (STATUS_STACK_OVERFLOW)
 2018-04-28 11:55 UTC  (2+ messages)

git merge banch w/ different submodule revision
 2018-04-28  7:22 UTC  (8+ messages)

branch --contains / tag --merged inconsistency
 2018-04-28  6:27 UTC  (3+ messages)

[PATCH 00/41] object_id part 13
 2018-04-28  5:41 UTC  (8+ messages)
` [PATCH 18/41] index-pack: abstract away hash function constant

BUG report: unicode normalization on APFS (Mac OS High Sierra)
 2018-04-27 21:45 UTC  (4+ messages)

[PATCH 0/3] rebase -i: avoid stale "# This is a combination of" in commit messages
 2018-04-27 21:36 UTC  (4+ messages)
` [PATCH 3/3] rebase --skip: clean up commit message after a failed fixup/squash
  ` [PATCH 3/3] rebase --skip: clean up commit message after a failedfixup/squash

[PATCH v1 0/2] add additional config settings for merge
 2018-04-27 20:23 UTC  (18+ messages)
` [PATCH v3 0/3] add merge.renames config setting
  ` [PATCH v3 1/3] merge: update documentation for {merge,diff}.renameLimit
  ` [PATCH v3 2/3] merge: Add merge.renames config setting
        ` (no subject)
  ` [PATCH v3 3/3] merge: pass aggressive when rename detection is turned off

[PATCH 0/6] Some doc-fixes
 2018-04-27 19:23 UTC  (23+ messages)
` [PATCH 5/6] git-svn: commit-diff does not support --add-author-from
` [PATCH v2 0/6] Some doc-fixes
` [PATCH v2 1/6] doc: improve formatting in githooks.txt
` [PATCH v2 2/6] doc: align 'diff --no-index' in text with synopsis
` [PATCH v2 3/6] doc: clarify ignore rules for git ls-files
` [PATCH v2 4/6] doc: add '-d' and '-o' for 'git push'
` [PATCH v2 5/6] git-svn: remove ''--add-author-from' for 'commit-diff'
` [PATCH v2 6/6] doc: add note about shell quoting to revision.txt
` [PATCH v2 7/6] doc: normalize [--options] to [options] in git-diff

Confusing documentation for git apply -p<n>
 2018-04-27 17:40 UTC 

Missing --relative documentation
 2018-04-27 17:24 UTC 

In some rebases, `exec git -C ...` has wrong working directory
 2018-04-27 17:14 UTC  (3+ messages)

[PATCH 1/6] doc: fix formatting inconsistency in githooks.txt
 2018-04-27 16:21 UTC  (5+ messages)
` fixup! "

[PATCH v1] perf/bisect_run_script: disable codespeed
 2018-04-27 13:51 UTC 

[ANNOUNCE] Gitwin: Git Server for Windows with SSH/HTTP(S) transport and Gitweb
 2018-04-27 12:18 UTC 

[PATCH 0/5] builtin/config.c: combined series '--type', '--default'
 2018-04-27  6:22 UTC  (10+ messages)
` [PATCH 2/5] builtin/config.c: support `--type=<type>` as preferred alias for `--type`
` [PATCH v2 0/5] builtin/config.c: combined series '--type', '--default'
  ` [PATCH v2 2/5] builtin/config.c: support `--type=<type>` as preferred alias for `--<type>`
  ` [PATCH v2 5/5] builtin/config: introduce `color` type specifier

[PATCH v3] blame: prevent error if range ends past end of file
 2018-04-27  4:15 UTC  (7+ messages)
` [PATCH v4 0/2] blame and log: "
  ` [PATCH v4 1/2] blame: "


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