git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-04-19 04:29:55 to 2018-04-20 20:40:18 UTC [more...]

[PATCH v5 00/12] rebase -i: offer to recreate merge commits
 2018-04-20 20:39 UTC  (44+ messages)
` [PATCH v6 00/15] rebase -i: offer to recreate commit topology
  ` [PATCH v6 05/15] sequencer: introduce the `merge` command
  ` [PATCH v7 00/17] rebase -i: offer to recreate commit topology
    ` [PATCH v7 01/17] sequencer: avoid using errno clobbered by rollback_lock_file()
    ` [PATCH v7 02/17] sequencer: make rearrange_squash() a bit more obvious
    ` [PATCH v7 03/17] sequencer: refactor how original todo list lines are accessed
    ` [PATCH v7 04/17] sequencer: offer helpful advice when a command was rescheduled
    ` [PATCH v7 05/17] git-rebase--interactive: clarify arguments
    ` [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 v7 08/17] sequencer: fast-forward `merge` commands, if possible
    ` [PATCH v7 09/17] rebase-helper --make-script: introduce a flag to rebase merges
    ` [PATCH v7 10/17] rebase: introduce the --rebase-merges option
    ` [PATCH v7 11/17] rebase --rebase-merges: add test for --keep-empty
    ` [PATCH v7 12/17] sequencer: make refs generated by the `label` command worktree-local
    ` [PATCH v7 13/17] sequencer: handle post-rewrite for merge commands
    ` [PATCH v7 14/17] rebase --rebase-merges: avoid "empty merges"
    ` [PATCH v7 15/17] pull: accept --rebase=merges to recreate the branch topology
    ` [PATCH v7 16/17] rebase -i: introduce --rebase-merges=[no-]rebase-cousins
    ` [PATCH v7 17/17] rebase -i --rebase-merges: add a section to the man page

[PATCH 0/3] rebase -i: avoid stale "# This is a combination of" in commit messages
 2018-04-20 20:38 UTC  (10+ 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)

[PATCH 0/3] Some add-on patches on top of dj/runtime-prefix
 2018-04-20 19:35 UTC  (8+ 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

[BUG] Git fast-export with import marks file omits merge commits
 2018-04-20 19:32 UTC  (10+ messages)
      ` [PATCH] fast-export: fix regression skipping some merge-commits
          ` [PATCH v2] "

[RFC PATCH 00/12] Integrate commit-graph into 'fsck' and 'gc'
 2018-04-20 19:10 UTC  (24+ messages)
` [RFC PATCH 03/12] commit-graph: check file header information
` [RFC PATCH 02/12] commit-graph: add 'check' subcommand
` [RFC PATCH 04/12] commit-graph: parse commit from chosen graph
` [RFC PATCH 05/12] commit-graph: check fanout and lookup table
` [RFC PATCH 06/12] commit: force commit to parse from object database
` [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 12/12] commit-graph: update design document
` [RFC PATCH 11/12] gc: automatically write commit-graph files

[PATCH v1 0/2] add additional config settings for merge
 2018-04-20 18:34 UTC  (10+ 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-20 18:27 UTC  (3+ messages)

[PATCH v1 0/5] Allocate cache entries from memory pool
 2018-04-20 17:49 UTC  (3+ messages)

[PATCH] Deprecate support for .git/info/grafts
 2018-04-20 15:32 UTC  (24+ 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 v2 4/7] Deprecate support for .git/info/grafts
  ` [PATCH v2 5/7] filter-branch: stop suggesting to use grafts
  ` [PATCH v2 6/7] technical/shallow: describe the relationship with replace refs
  ` [PATCH v2 7/7] technical/shallow: describe why shallow cannot use "

[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  (51+ messages)
` [PATCH v10 01/36] directory rename detection: basic testcases
` [PATCH v10 02/36] directory rename detection: directory splitting testcases
` [PATCH v10 03/36] directory rename detection: testcases to avoid taking detection too far
` [PATCH v10 04/36] directory rename detection: partially renamed directory testcase/discussion
` [PATCH v10 05/36] directory rename detection: files/directories in the way of some renames
` [PATCH v10 06/36] directory rename detection: testcases checking which side did the rename
` [PATCH v10 07/36] directory rename detection: more involved edge/corner testcases
` [PATCH v10 08/36] directory rename detection: testcases exploring possibly suboptimal merges
` [PATCH v10 09/36] directory rename detection: miscellaneous testcases to complete coverage
` [PATCH v10 10/36] directory rename detection: tests for handling overwriting untracked files
` [PATCH v10 11/36] directory rename detection: tests for handling overwriting dirty files
` [PATCH v10 12/36] merge-recursive: move the get_renames() function
` [PATCH v10 13/36] merge-recursive: introduce new functions to handle rename logic
` [PATCH v10 14/36] merge-recursive: fix leaks of allocated renames and diff_filepairs
` [PATCH v10 15/36] merge-recursive: make !o->detect_rename codepath more obvious
` [PATCH v10 16/36] merge-recursive: split out code for determining diff_filepairs
` [PATCH v10 17/36] merge-recursive: make a helper function for cleanup for handle_renames
` [PATCH v10 18/36] merge-recursive: add get_directory_renames()
` [PATCH v10 19/36] merge-recursive: check for directory level conflicts
` [PATCH v10 20/36] merge-recursive: add computation of collisions due to dir rename & merging
` [PATCH v10 21/36] merge-recursive: check for file level conflicts then get new name
` [PATCH v10 22/36] merge-recursive: when comparing files, don't include trees
` [PATCH v10 23/36] merge-recursive: apply necessary modifications for directory renames
` [PATCH v10 24/36] merge-recursive: avoid clobbering untracked files with "
` [PATCH v10 25/36] merge-recursive: fix overwriting dirty files involved in renames
` [PATCH v10 26/36] merge-recursive: fix remaining directory rename + dirty overwrite cases
` [PATCH v10 27/36] directory rename detection: new testcases showcasing a pair of bugs
` [PATCH v10 28/36] merge-recursive: avoid spurious rename/rename conflict from dir renames
` [PATCH v10 29/36] merge-recursive: improve add_cacheinfo error handling
` [PATCH v10 30/36] merge-recursive: move more is_dirty handling to merge_content
` [PATCH v10 31/36] merge-recursive: avoid triggering add_cacheinfo error with dirty mod
` [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 v10 34/36] merge-recursive: fix remainder of was_dirty() to use original index
` [PATCH v10 35/36] merge-recursive: make "Auto-merging" comment show for other merges
` [PATCH v10 36/36] merge-recursive: fix check for skipability of working tree updates

[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  (6+ messages)

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

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

Silly "git gc" UI issue
 2018-04-20  7:27 UTC  (9+ 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  (13+ 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)

[RFC PATCH v2] git-submodule.sh:cmd_update: if submodule branch exists, fetch that instead of default
 2018-04-19 17:52 UTC  (12+ messages)
` [RFC PATCH v3 1/2] "
  ` [RFC PATCH v3 2/2] t7406: add test for non-default branch in submodule
            ` [RFC PATCH v4 1/9] git-submodule.sh:cmd_update: if submodule branch exists, fetch that instead of default

man page for "git remote set-url" seems confusing/contradictory
 2018-04-19 17:32 UTC  (11+ messages)
                  ` [PATCH] doc/clone: update caption for GIT URLS cross-reference

[RFC PATCH 1/1] completion: Load completion file for external subcommand
 2018-04-19 14:12 UTC  (3+ messages)

What's cooking in git.git (Apr 2018, #02; Tue, 17)
 2018-04-19 11:52 UTC  (2+ messages)

[PATCH v2 00/10] Compute and consume generation numbers
 2018-04-19  8:32 UTC  (4+ messages)
` [PATCH v3 0/9] "
  ` [PATCH v3 7/9] commit: add short-circuit to paint_down_to_common()

Git issue report
 2018-04-19  5:33 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).