git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-12-10 09:29:39 to 2016-12-13 15:36:59 UTC [more...]

[PATCH 00/34] Teach the sequencer to act as rebase -i's backend
 2016-12-13 15:32 UTC  (31+ 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 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 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] builtin/commit.c: convert trivial snprintf calls to xsnprintf
 2016-12-13 13:55 UTC  (2+ messages)

[PATCH 0/4] doc: fixes to gitcore-tutorial.txt
 2016-12-13 13:23 UTC  (12+ messages)
` [PATCH 1/4] doc: add articles (grammar)
` [PATCH 2/4] doc: add verb in front of command to run
` [PATCH 3/4] doc: make the intent of sentence clearer
` [PATCH 4/4] doc: omit needless "for"

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

Any interest in 'git merge --continue' as a command
 2016-12-13 11:59 UTC  (15+ 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

[BUG] Colon in remote urls
 2016-12-13 11:52 UTC  (28+ 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

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

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

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

[PATCH 0/6] git-rm absorbs submodule git directory before deletion
 2016-12-13  7:28 UTC  (9+ 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

[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  (11+ messages)
` [PATCH 2/3] update_unicode.sh: remove the plane filters
` [PATCH 3/3] update_unicode.sh: restore hexadecimal output

[PATCH] making real_path thread-safe
 2016-12-13  6:39 UTC  (20+ messages)
` [PATCH v2 0/4] road to reentrant real_path
  ` [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  (9+ messages)

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

What's cooking in git.git (Dec 2016, #02; Mon, 12)
 2016-12-12 21:30 UTC 

[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

git add -p with new file
 2016-12-12 20:31 UTC  (10+ messages)

[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  (5+ messages)
` [PATCH 1/1] mingw: intercept isatty() to handle /dev/null as Git expects it

[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 

[PATCH] gitk: Add Portuguese translation
 2016-12-12  0:35 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] Gitk Inotify support
 2016-12-12  1:58 UTC  (4+ messages)

[PATCH 0/2] gitk: Two improvements to the branch context menu
 2016-12-12  0:02 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] gitk: Fix missing commits when using -S or -G
 2016-12-12  0:39 UTC  (6+ messages)
` [PATCH v2] "
      ` [PATCH v3] "

[PATCH] gitk: Makefile: create install bin directory
 2016-12-12  0:01 UTC  (2+ messages)

[PATCH v3 0/2] gitk: changes for the "Tags and heads" view
 2016-12-11 23:25 UTC  (3+ messages)
` [PATCH v3 1/2] gitk: alter the ordering "

Draft of Git Rev News edition 22
 2016-12-11 22:24 UTC 

[BUG] git crash for git remote update tip tip
 2016-12-11 13:50 UTC  (3+ messages)

Feature request: Set git svn options in .git/config file
 2016-12-11  0:06 UTC  (4+ messages)
  `  "
    ` [PATCH] git-svn: document useLogAuthor and addAuthorFrom config keys

[PATCH] branch: mark a file-local symbol with static
 2016-12-10 21:46 UTC 

BUG: "cherry-pick A..B || git reset --hard OTHER"
 2016-12-10 21:23 UTC  (8+ messages)

[PATCH 4/5] Make sequencer abort safer
 2016-12-10 20:20 UTC  (6+ messages)
` [PATCH v2 1/5] am: Fix filename in safe_to_abort() error message
  ` [PATCH v2 4/5] Make sequencer abort safer

Resend: Gitk: memory consumption improvements
 2016-12-10 18:23 UTC  (3+ messages)

[REGRESSION 2.10.2] problematic "empty auth" changes
 2016-12-10 15:23 UTC  (5+ messages)

Feature request: read git config from parent directory
 2016-12-10 11:16 UTC  (3+ messages)

[PATCHv7 0/6] submodule absorbgitdirs
 2016-12-10 11:16 UTC  (5+ messages)
` [PATCHv7 4/6] worktree: have a function to check if worktrees are in use


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