git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-04-19 18:42:02 to 2018-04-21 10:36:01 UTC [more...]

[PATCH v5 00/12] rebase -i: offer to recreate merge commits
 2018-04-21 10:35 UTC  (49+ messages)
` [PATCH v6 00/15] rebase -i: offer to recreate commit topology
  ` [PATCH v7 00/17] "
    ` [PATCH v7 06/17] sequencer: introduce new commands to reset the revision
    ` [PATCH v7 07/17] # This is a combination of 2 commits. # This is the 1st commit message:
        ` [PATCH v2 0/4] rebase -i: avoid stale "# This is a combination of" in commit messages
          ` [PATCH v2 1/4] rebase -i: demonstrate bugs with fixup!/squash! "
          ` [PATCH v2 2/4] rebase -i: Handle "combination of <n> commits" with GETTEXT_POISON
          ` [PATCH v2 3/4] sequencer: leave a tell-tale when a fixup/squash failed
          ` [PATCH v2 4/4] rebase --skip: clean up commit message after a failed fixup/squash
        ` [PATCH v3 0/4] rebase -i: avoid stale "# This is a combination of" in commit messages
          ` [PATCH v3 1/4] rebase -i: demonstrate bugs with fixup!/squash! "
          ` [PATCH v3 2/4] rebase -i: Handle "combination of <n> commits" with GETTEXT_POISON
          ` [PATCH v3 3/4] sequencer: leave a tell-tale when a fixup/squash failed
          ` [PATCH v3 4/4] rebase --skip: clean up commit message after a failed fixup/squash
    ` [PATCH v8 00/16] rebase -i: offer to recreate commit topology by rebasing merges
      ` [PATCH v8 01/16] sequencer: avoid using errno clobbered by rollback_lock_file()
      ` [PATCH v8 02/16] sequencer: make rearrange_squash() a bit more obvious
      ` [PATCH v8 03/16] sequencer: refactor how original todo list lines are accessed
      ` [PATCH v8 04/16] sequencer: offer helpful advice when a command was rescheduled
      ` [PATCH v8 05/16] git-rebase--interactive: clarify arguments
      ` [PATCH v8 06/16] sequencer: introduce the `merge` command
      ` [PATCH v8 07/16] sequencer: fast-forward `merge` commands, if possible
      ` [PATCH v8 08/16] rebase-helper --make-script: introduce a flag to rebase merges
      ` [PATCH v8 09/16] rebase: introduce the --rebase-merges option
      ` [PATCH v8 10/16] rebase --rebase-merges: add test for --keep-empty

[PATCH 0/3] Some add-on patches on top of dj/runtime-prefix
 2018-04-21 10:17 UTC  (10+ messages)
` [PATCH 1/3] gettext: avoid initialization if the locale dir is not present
` [PATCH 2/3] git_setup_gettext: plug memory leak
` [PATCH 3/3] Avoid multiple PREFIX definitions

[PATCH v2 0/4] Colorize push errors
 2018-04-21 10:10 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] color: introduce support for colorizing stderr
  ` [PATCH v3 2/4] push: colorize errors
  ` [PATCH v3 3/4] Add a test to verify that push errors are colorful
  ` [PATCH v3 4/4] Document the new color.* settings to colorize push errors/hints

[PATCH] Deprecate support for .git/info/grafts
 2018-04-21  9:56 UTC  (42+ messages)
` [PATCH v2 0/7] Deprecate .git/info/grafts
  ` [PATCH v2 1/7] replace: "libify" create_graft()
  ` [PATCH v2 2/7] replace: introduce --convert-graft-file
  ` [PATCH v2 3/7] Add a test for `git replace --convert-graft-file`
  ` [PATCH v3 00/11] Deprecate .git/info/grafts
    ` [PATCH v3 01/11] argv_array: offer to split a string by whitespace
    ` [PATCH v3 02/11] commit: Let the callback of for_each_mergetag return on error
    ` [PATCH v3 03/11] replace: avoid using die() to indicate a bug
    ` [PATCH v3 04/11] replace: "libify" create_graft() and callees
    ` [PATCH v3 05/11] replace: introduce --convert-graft-file
    ` [PATCH v3 06/11] Add a test for `git replace --convert-graft-file`
    ` [PATCH v3 07/11] Deprecate support for .git/info/grafts
    ` [PATCH v3 08/11] filter-branch: stop suggesting to use grafts
    ` [PATCH v3 09/11] technical/shallow: describe the relationship with replace refs
    ` [PATCH v3 10/11] technical/shallow: describe why shallow cannot use "
    ` [PATCH v3 11/11] Remove obsolete script to convert grafts to "
    ` [PATCH v4 00/11] Deprecate .git/info/grafts
      ` [PATCH v4 01/11] argv_array: offer to split a string by whitespace
      ` [PATCH v4 02/11] commit: Let the callback of for_each_mergetag return on error
      ` [PATCH v4 03/11] replace: avoid using die() to indicate a bug
      ` [PATCH v4 04/11] replace: "libify" create_graft() and callees
      ` [PATCH v4 05/11] replace: introduce --convert-graft-file
      ` [PATCH v4 06/11] Add a test for `git replace --convert-graft-file`
      ` [PATCH v4 07/11] Deprecate support for .git/info/grafts
      ` [PATCH v4 08/11] filter-branch: stop suggesting to use grafts
      ` [PATCH v4 09/11] technical/shallow: describe the relationship with replace refs
      ` [PATCH v4 10/11] technical/shallow: describe why shallow cannot use "
      ` [PATCH v4 11/11] Remove obsolete script to convert grafts to "

[PATCH 1/6] grep.c: take regmatch_t as argument in match_line()
 2018-04-21  8:39 UTC  (11+ messages)
` [PATCH 2/6] grep.c: take column number as argument to show_line()
` [PATCH 3/6] grep.[ch]: teach columnnum, color_columnno to grep_opt
` [PATCH 4/6] grep.c: display column number of first match
` [PATCH 5/6] builtin/grep.c: show column numbers via --column-number
` [PATCH 6/6] contrib/git-jump/git-jump: use column number when grep-ing

[BUG] Git fast-export with import marks file omits merge commits
 2018-04-21  7:00 UTC  (16+ messages)
      ` [PATCH] fast-export: fix regression skipping some merge-commits
          ` [PATCH v2] "
              ` [PATCH v3] "

Git archeology
 2018-04-21  6:43 UTC  (3+ messages)

Silly "git gc" UI issue
 2018-04-21  6:07 UTC  (11+ messages)

[PATCH v1 0/2] add additional config settings for merge
 2018-04-21  4:23 UTC  (11+ messages)
` [PATCH v1 1/2] merge: Add merge.renames config setting
` [PATCH v1 2/2] merge: Add merge.aggressive "

[PATCH v1] perf/aggregate: tighten option parsing
 2018-04-21  3:50 UTC  (4+ messages)

[PATCH 0/6] Teach '--column-number' to 'git-grep(1)'
 2018-04-21  3:45 UTC 

[USABILITY] git-reset removes directories
 2018-04-21  2:58 UTC 

[PATCH v1 0/5] Allocate cache entries from memory pool
 2018-04-20 23:34 UTC  (6+ messages)
` [PATCH v1 3/5] mem-pool: fill out functionality

What's cooking in git.git (Apr 2018, #02; Tue, 17)
 2018-04-20 22:18 UTC  (2+ messages)
` js/rebase-recreate-merges, was "

Feature requst
 2018-04-20 21:39 UTC  (2+ messages)

[PATCH 0/3] rebase -i: avoid stale "# This is a combination of" in commit messages
 2018-04-20 21:05 UTC  (13+ messages)
` [PATCH 1/3] rebase -i: demonstrate bug with fixup!/squash! "
` [PATCH 2/3] sequencer: leave a tell-tale when a fixup/squash failed
` [PATCH 3/3] rebase --skip: clean up commit message after a failed fixup/squash

commit -> public-inbox link helper
 2018-04-20 19:40 UTC  (3+ messages)

[RFC PATCH 00/12] Integrate commit-graph into 'fsck' and 'gc'
 2018-04-20 19:10 UTC  (18+ messages)
` [RFC PATCH 06/12] commit: force commit to parse from object database
` [RFC PATCH 05/12] commit-graph: check fanout and lookup table
` [RFC PATCH 07/12] commit-graph: load a root tree from specific graph
` [RFC PATCH 08/12] commit-graph: verify commit contents against odb
` [RFC PATCH 10/12] commit-graph: add '--reachable' option
` [RFC PATCH 09/12] fsck: check commit-graph
` [RFC PATCH 11/12] gc: automatically write commit-graph files
` [RFC PATCH 12/12] commit-graph: update design document

[PATCH] git-send-email: Cc more people
 2018-04-20 15:27 UTC  (7+ messages)

[PATCH v10 00/36] Add directory rename detection to git
 2018-04-20 15:23 UTC  (18+ messages)
` [PATCH v10 25/36] merge-recursive: fix overwriting dirty files involved in renames
` [PATCH v10 32/36] t6046: testcases checking whether updates can be skipped in a merge
` [PATCH v10 33/36] merge-recursive: fix was_tracked() to quit lying with some renamed paths

[PATCH] Create 'bisect_flags' parameter in find_bisection() in preparation of passing multiple options
 2018-04-20 12:23 UTC  (3+ messages)
` [PATCH v4] bisect: create 'bisect_flags' parameter in find_bisection()

RFC: How should we handle un-deleted remote branches?
 2018-04-20 12:14 UTC 

Bug Report - Pull remote branch does not retrieve new tags
 2018-04-20 11:41 UTC  (4+ messages)

[RFC WIP PATCH] merge: implement -s theirs -X N
 2018-04-20 10:14 UTC  (5+ messages)

Bug: rebase -i creates committer time inversions on 'reword'
 2018-04-20  9:41 UTC  (8+ messages)
` [RFC PATCH] ident: don't cache default date

squash! Merge branch 'ps/test-chmtime-get'
 2018-04-20  8:12 UTC  (2+ messages)

[PATCH 0/2] Fix --short and --porcelain options for commit
 2018-04-20  7:08 UTC  (3+ messages)
` [PATCH 1/2] commit: fix --short and --porcelain

[PATCH/RFC 0/5] Keep all info in command-list.txt in git binary
 2018-04-20  7:05 UTC  (4+ messages)

[PATCH 0/3] completion: improvements for git stash
 2018-04-20  5:17 UTC  (6+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] completion: stop showing 'save' for stash by default
  ` [PATCH v2 2/2] completion: make stash -p and alias for stash push -p

[PATCH 0/2] Fix early EOF with GfW daemon
 2018-04-19 23:18 UTC  (7+ messages)
` [PATCH 1/2] daemon: use timeout for uninterruptible poll

[PATCH v2 1/1] perl: fix installing modules from contrib
 2018-04-19 21:44 UTC  (4+ messages)
` [PATCH v3 "

[PATCH 2/2] completion: simplify ls-files filter
 2018-04-19 19:08 UTC  (5+ messages)
` [PATCH 00/11] completion: path completion improvements: speedup and quoted paths
  ` [PATCH 01/11] t9902-completion: add tests demonstrating issues with quoted pathnames

[PATCH v2 1/1] completion: load completion file for external subcommand
 2018-04-19 19:07 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).