git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-12-12 02:46:21 to 2016-12-13 20:57:40 UTC [more...]

[PATCHv2 0/5] git-rm absorbs submodule git directory before deletion
 2016-12-13 20:56 UTC  (4+ messages)
` [PATCHv2 1/5] submodule.h: add extern keyword to functions
` [PATCHv2 2/5] submodule: modernize ok_to_remove_submodule to use argv_array
` [PATCHv2 4/5] ok_to_remove_submodule: absorb the submodule git dir

[PATCH 00/34] Teach the sequencer to act as rebase -i's backend
 2016-12-13 20:38 UTC  (39+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/34] sequencer: support a new action: 'interactive rebase'
  ` [PATCH v2 02/34] sequencer (rebase -i): implement the 'noop' command
  ` [PATCH v2 03/34] sequencer (rebase -i): implement the 'edit' command
  ` [PATCH v2 04/34] sequencer (rebase -i): implement the 'exec' command
  ` [PATCH v2 05/34] sequencer (rebase -i): learn about the 'verbose' mode
  ` [PATCH v2 06/34] sequencer (rebase -i): write the 'done' file
  ` [PATCH v2 07/34] sequencer (rebase -i): add support for the 'fixup' and 'squash' commands
  ` [PATCH v2 08/34] sequencer (rebase -i): implement the short commands
  ` [PATCH v2 09/34] sequencer (rebase -i): write an author-script file
  ` [PATCH v2 10/34] sequencer (rebase -i): allow continuing with staged changes
  ` [PATCH v2 11/34] sequencer (rebase -i): remove CHERRY_PICK_HEAD when no longer needed
  ` [PATCH v2 12/34] sequencer (rebase -i): skip some revert/cherry-pick specific code path
  ` [PATCH v2 13/34] sequencer (rebase -i): the todo can be empty when continuing
  ` [PATCH v2 14/34] sequencer (rebase -i): update refs after a successful rebase
  ` [PATCH v2 15/34] sequencer (rebase -i): leave a patch upon error
  ` [PATCH v2 16/34] sequencer (rebase -i): implement the 'reword' command
  ` [PATCH v2 17/34] sequencer (rebase -i): allow fast-forwarding for edit/reword
  ` [PATCH v2 18/34] sequencer (rebase -i): refactor setting the reflog message
  ` [PATCH v2 19/34] sequencer (rebase -i): set the reflog message consistently
  ` [PATCH v2 20/34] sequencer (rebase -i): copy commit notes at end
  ` [PATCH v2 21/34] sequencer (rebase -i): record interrupted commits in rewritten, too
  ` [PATCH v2 22/34] sequencer (rebase -i): run the post-rewrite hook, if needed
  ` [PATCH v2 23/34] sequencer (rebase -i): respect the rebase.autostash setting
  ` [PATCH v2 24/34] sequencer (rebase -i): respect strategy/strategy_opts settings
  ` [PATCH v2 25/34] sequencer (rebase -i): allow rescheduling commands
  ` [PATCH v2 26/34] sequencer (rebase -i): implement the 'drop' command
  ` [PATCH v2 27/34] sequencer (rebase -i): differentiate between comments and 'noop'
  ` [PATCH v2 28/34] run_command_opt(): optionally hide stderr when the command succeeds
  ` [PATCH v2 29/34] sequencer (rebase -i): show only failed `git commit`'s output
  ` [PATCH v2 30/34] sequencer (rebase -i): show only failed cherry-picks' output
  ` [PATCH v2 31/34] sequencer (rebase -i): suggest --edit-todo upon unknown command
  ` [PATCH v2 32/34] sequencer (rebase -i): show the progress
  ` [PATCH v2 33/34] sequencer (rebase -i): write the progress into files
  ` [PATCH v2 34/34] sequencer (rebase -i): write out the final message

[PATCH 0/6] git-rm absorbs submodule git directory before deletion
 2016-12-13 20:22 UTC  (21+ messages)
` [PATCH 1/6] submodule.h: add extern keyword to functions
` [PATCH 2/6] submodule: modernize ok_to_remove_submodule to use argv_array
` [PATCH 3/6] submodule: add flags to ok_to_remove_submodule
` [PATCH 4/6] ok_to_remove_submodule: absorb the submodule git dir
` [PATCH 5/6] t3600: slightly modernize style
` [PATCH 6/6] rm: add absorb a submodules git dir before deletion

[BUG] Colon in remote urls
 2016-12-13 20:10 UTC  (31+ messages)
      ` [PATCH 0/2] handling alternates paths with colons
        ` [PATCH 1/2] alternates: accept double-quoted paths
        ` [PATCH 2/2] tmp-objdir: quote paths we add to alternates
          ` [PATCH 3/2] t5547-push-quarantine: run the path separator test on Windows, too

[RFC/PATCH v3 00/16] Add initial experimental external ODB support
 2016-12-13 20:05 UTC  (6+ messages)

git add -p with new file
 2016-12-13 19:59 UTC  (17+ messages)
` git add -p with unmerged files (was: git add -p with new file)
  ` git add -p with unmerged files

What's cooking in git.git (Dec 2016, #02; Mon, 12)
 2016-12-13 19:28 UTC  (7+ messages)

[PATCH] builtin/commit.c: convert trivial snprintf calls to xsnprintf
 2016-12-13 19:10 UTC  (4+ messages)

[PATCH v6 00/16] Mark strings in Perl scripts for translation
 2016-12-13 18:15 UTC  (11+ messages)
` [PATCH v6 01/16] Git.pm: add subroutines for commenting lines

[PATCH 0/4] doc: fixes to gitcore-tutorial.txt
 2016-12-13 18:11 UTC  (8+ messages)
` [PATCH 1/4] doc: add articles (grammar)
` [PATCH 3/4] doc: make the intent of sentence clearer

Any interest in 'git merge --continue' as a command
 2016-12-13 18:02 UTC  (9+ messages)
` [RFC/PATCH] merge: Add '--continue' option as a synonym for 'git commit'
  ` [PATCHv2 1/2] "
    ` [PATCHv2 2/2] completion: add --continue option for merge

[RFC/PATCH] Makefile: add cppcheck target
 2016-12-13 12:28 UTC  (5+ messages)

[PATCHv2] git-p4 worktree support
 2016-12-13 11:17 UTC  (4+ messages)
` [PATCHv2] git-p4: support git worktrees

log: range_set_append: Assertion failed with -L:funcname:
 2016-12-13  8:41 UTC 

[PATCH] t3600: slightly modernize style
 2016-12-13  7:11 UTC  (2+ messages)

[PATCH 1/3] update_unicode.sh: update the uniset repo if it exists
 2016-12-13  6:42 UTC  (9+ messages)

[PATCH v2 0/4] road to reentrant real_path
 2016-12-13  6:39 UTC  (16+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] real_path: resolve symlinks by hand
  ` [PATCH v3 2/4] real_path: convert real_path_internal to strbuf_realpath
  ` [PATCH v3 3/4] real_path: create real_pathdup
  ` [PATCH v3 4/4] real_path: have callers use real_pathdup and strbuf_realpath

[PATCH 5/5] versioncmp: cope with common leading parts in versionsort.prereleaseSuffix
 2016-12-13  6:39 UTC  (6+ messages)
` [PATCHv2 0/7] Fix and generalize version sort reordering
  ` [PATCHv2 5/7] versioncmp: cope with common part overlapping with prerelease suffix

[RFC PATCH] send-email: allow a custom hook to prevent sending email
 2016-12-12 22:38 UTC  (4+ messages)

[PATCH v2] difftool: fix dir-diff index creation when in a subdirectory
 2016-12-12 21:35 UTC  (2+ messages)

[BUG] Git-GUI destroys the author name
 2016-12-12 20:59 UTC  (2+ messages)

[PATCHv7 0/6] submodule absorbgitdirs
 2016-12-12 20:37 UTC  (9+ messages)
` [PATCHv8 1/6] submodule: use absolute path for computing relative path connecting
` [PATCHv8 2/6] submodule helper: support super prefix
` [PATCHv8 3/6] test-lib-functions.sh: teach test_commit -C <dir>
` [PATCHv8 4/6] worktree: check if a submodule uses worktrees
` [PATCHv8 5/6] move connect_work_tree_and_git_dir to dir.h
` [PATCHv8 6/6] submodule: add absorb-git-dir function

[PATCH 0/3] string-list: make string_list_sort() reentrant
 2016-12-12 19:57 UTC  (7+ messages)
` [PATCH 1/3] compat: add qsort_s()

[PULL] minor git-svn updates (probably for 2.11.x)
 2016-12-12 19:16 UTC  (3+ messages)

Subtree Split Bug - Irrelevant Commits Included in History
 2016-12-12 19:12 UTC 

[PATCH] date-formats.txt: Typo fix
 2016-12-12 19:05 UTC  (2+ messages)

[PATCH] git-svn: allow "0" in SVN path components
 2016-12-12 19:04 UTC  (2+ messages)

[PATCH] submodule--helper: set alternateLocation for cloned submodules
 2016-12-12 18:00 UTC  (4+ messages)

[PATCH v8 00/19] port branch.c to use ref-filter's printing options
 2016-12-12 17:18 UTC  (12+ messages)
` [PATCH v8 18/19] branch: use ref-filter printing APIs

[PATCH 0/1] Fix a long-standing isatty() problem on Windows
 2016-12-12 16:46 UTC  (4+ messages)

[PATCH 1/2] mergetools/kompare: simplify can_merge() by using "false"
 2016-12-12 11:44 UTC  (5+ messages)
` [PATCH 2/2] mergetools/tortoisemerge: simplify can_diff() "

[PATCH 0/3] gitk: memory consumption improvements
 2016-12-12  9:51 UTC  (2+ messages)

[PATCH] gitk: Fix Japanese translation for "marked commit"
 2016-12-12  9:37 UTC  (2+ messages)

Proposal for an increased `gitk` cohesion with `git stash`
 2016-12-12  9:36 UTC 

[PATCH 00/17] pathspec cleanup
 2016-12-12  6:19 UTC  (8+ messages)
` [PATCH v2 00/16] "
  ` [PATCH v2 12/16] pathspec: create parse_long_magic function

[PATCH] submodule--helper: set alternateLocation for cloned submodules
 2016-12-12  2:45 UTC 


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