git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-12-13 23:16:43 to 2016-12-16 19:01:18 UTC [more...]

[PATCH v15 01/27] bisect--helper: use OPT_CMDMODE instead of OPT_BOOL
 2016-12-16 19:00 UTC  (5+ messages)
` [PATCH v15 08/27] bisect--helper: `is_expected_rev` & `check_expected_revs` shell function in C

index-pack outside of repository?
 2016-12-16 18:54 UTC  (11+ messages)
      ` [PATCH 1/3] t5000: extract nongit function to test-lib-functions.sh
      ` [PATCH 2/3] index-pack: complain when --stdin is used outside of a repo
      ` [PATCH 3/3] t: use nongit() function where applicable

[PATCH 0/1] Fix a long-standing isatty() problem on Windows
 2016-12-16 18:44 UTC  (5+ messages)
` [PATCH 1/1] mingw: intercept isatty() to handle /dev/null as Git expects it

[RFC/PATCH] Makefile: add cppcheck target
 2016-12-16 18:43 UTC  (11+ messages)
` [RFC/PATCHv2] "
    ` [RFC/PATCH] Makefile: suppress some cppcheck false-positives

Segfault in git_config_set_multivar_in_file_gently with direct_io in FUSE filesystem
 2016-12-16 18:41 UTC 

Additional git hooks
 2016-12-16 17:57 UTC  (6+ messages)
` [PATCH] README: replace gmane link with public-inbox

Allow "git shortlog" to group by committer information
 2016-12-16 17:27 UTC  (11+ messages)
    ` [PATCH 1/1] "

Races on ref .lock files?
 2016-12-16 17:20 UTC  (2+ messages)

Is there a way to have local changes in a branch 'bake' while working in different branches?
 2016-12-16 15:22 UTC  (4+ messages)

[PATCH] printk: Remove no longer used second struct cont
 2016-12-16  6:04 UTC  (3+ messages)

[PATCH 00/34] Teach the sequencer to act as rebase -i's backend
 2016-12-15 19:27 UTC  (26+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/34] sequencer: support a new action: 'interactive rebase'
  ` [PATCH v2 05/34] sequencer (rebase -i): learn about the 'verbose' mode
  ` [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 28/34] run_command_opt(): optionally hide stderr when the command succeeds

git bug - merging JS / Node.js code with "git merge --squash"
 2016-12-15 18:10 UTC  (2+ messages)

[PATCH v2 0/6] unicode_width.h: update the width tables to Unicode 9.0
 2016-12-15 17:50 UTC  (12+ messages)
` [PATCH v2 1/6] update_unicode.sh: move it into contrib/update-unicode
` [PATCH v2 2/6] update_unicode.sh: remove an unnecessary subshell level
` [PATCH v2 3/6] update_unicode.sh: pin the uniset repo to a known good commit
` [PATCH v2 4/6] update-unicode.sh: automatically download newer definition files
` [PATCH v2 5/6] update_unicode.sh: remove the plane filter
` [PATCH v2 6/6] unicode_width.h: update the width tables to Unicode 9.0

[PATCHv2 1/2] merge: Add '--continue' option as a synonym for 'git commit'
 2016-12-15 17:43 UTC  (10+ messages)
` [PATCHv3 1/3] "
  ` [PATCH 2/3] completion: add --continue option for merge
  ` [PATCH 3/3] merge: Ensure '--abort' option takes no arguments

[PATCH] fix pushing to //server/share/dir paths on Windows
 2016-12-15 17:49 UTC  (6+ messages)
  ` [PATCH v2] fix pushing to //server/share/dir "

[PATCH v8 0/5] transport protocol policy configuration
 2016-12-15 17:29 UTC  (31+ messages)
` [PATCH v9 "
  ` [PATCH v9 1/5] lib-proto-disable: variable name fix
  ` [PATCH v9 2/5] transport: add protocol policy config option
  ` [PATCH v9 3/5] http: always warn if libcurl version is too old
  ` [PATCH v9 4/5] http: create function to get curl allowed protocols
  ` [PATCH v9 5/5] transport: add from_user parameter to is_transport_allowed
  ` [PATCH v10 0/6] transport protocol policy configuration
    ` [PATCH v10 1/6] lib-proto-disable: variable name fix
    ` [PATCH v10 2/6] http: always warn if libcurl version is too old
    ` [PATCH v10 3/6] transport: add protocol policy config option
    ` [PATCH v10 4/6] http: create function to get curl allowed protocols
    ` [PATCH v10 5/6] transport: add from_user parameter to is_transport_allowed
    ` [PATCH v10 6/6] http: respect protocol.*.allow=user for http-alternates

[PATCH] git-p4: Fix multi-path changelist empty commits
 2016-12-15 17:14 UTC 

[PATCH 1/6] Enable ability to visualise the results of git cherry C1 C2
 2016-12-15 11:28 UTC  (6+ messages)
` [PATCH 2/6] Add ability to follow a remote branch with a dialog
` [PATCH 3/6] Add a tree view to the local branches, remote branches and tags, where / is treated as a directory seperator
` [PATCH 4/6] Add DirDiffTool as additional option
` [PATCH 5/6] gitk: Add a "Save file as" menu item
` [PATCH 6/6] Rename 'remotes/' to 'r../' in heads

[RFC/PATCH v3 00/16] Add initial experimental external ODB support
 2016-12-15  9:56 UTC  (5+ messages)

Cherry-pick applied X times
 2016-12-15  8:12 UTC 

[PATCHv3 0/4] git-rm absorbs submodule git directory before deletion
 2016-12-14 23:55 UTC  (8+ messages)
` [PATCHv3 1/4] submodule.h: add extern keyword to functions
` [PATCHv3 2/4] submodule: modernize ok_to_remove_submodule to use argv_array
` [PATCHv3 3/4] submodule: add flags to ok_to_remove_submodule
` [PATCHv3 4/4] rm: add absorb a submodules git dir before deletion

[PATCH v3 00/14] Mark strings in Perl scripts for translation
 2016-12-14 19:02 UTC  (19+ messages)
` [PATCH v7 00/16] "
` [PATCH v7 01/16] Git.pm: add subroutines for commenting lines
` [PATCH v7 02/16] i18n: add--interactive: mark strings for translation
` [PATCH v7 03/16] i18n: add--interactive: mark simple here-documents "
` [PATCH v7 04/16] i18n: add--interactive: mark strings with interpolation "
` [PATCH v7 05/16] i18n: clean.c: match string with git-add--interactive.perl
` [PATCH v7 06/16] i18n: add--interactive: mark plural strings
` [PATCH v7 07/16] i18n: add--interactive: mark patch prompt for translation
` [PATCH v7 08/16] i18n: add--interactive: i18n of help_patch_cmd
` [PATCH v7 09/16] i18n: add--interactive: mark edit_hunk_manually message for translation
` [PATCH v7 10/16] i18n: add--interactive: remove %patch_modes entries
` [PATCH v7 11/16] i18n: add--interactive: mark status words for translation
` [PATCH v7 12/16] i18n: send-email: mark strings "
` [PATCH v7 13/16] i18n: send-email: mark warnings and errors "
` [PATCH v7 14/16] i18n: send-email: mark string with interpolation "
` [PATCH v7 15/16] i18n: send-email: mark composing message "
` [PATCH v7 16/16] i18n: difftool: mark warnings "

[PATCHv2 0/5] git-rm absorbs submodule git directory before deletion
 2016-12-14 18:55 UTC  (8+ messages)
` [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
` [PATCHv2 5/5] rm: add absorb a submodules git dir before deletion

[PATCH] parse-options: print "fatal:" before usage_msg_opt()
 2016-12-14 17:57 UTC  (2+ messages)

[PATCH 5/5] versioncmp: cope with common leading parts in versionsort.prereleaseSuffix
 2016-12-14 17:36 UTC  (4+ messages)
` [PATCHv2 0/7] Fix and generalize version sort reordering

git stash filename - stashing single files
 2016-12-14 15:00 UTC  (3+ messages)

[PATCH 0/4] "make tags" improvements
 2016-12-14 14:32 UTC  (5+ messages)
` [PATCH 1/4] Makefile: reformat FIND_SOURCE_FILES
` [PATCH 2/4] Makefile: exclude test cruft from FIND_SOURCE_FILES
` [PATCH 3/4] Makefile: match shell scripts in FIND_SOURCE_FILES
` [PATCH 4/4] Makefile: exclude contrib from FIND_SOURCE_FILES

[ANNOUNCE] Git Rev News edition 22
 2016-12-14 13:06 UTC 

Creating remote git repository?
 2016-12-14 10:57 UTC  (3+ messages)

[PATCHv1 0/1] git-p4: handle symlinked directories
 2016-12-14  8:17 UTC  (2+ messages)
` [PATCHv1 1/1] git-p4: avoid crash adding symlinked directory

some updates for public-inbox readers
 2016-12-14  7:59 UTC 

What's cooking in git.git (Dec 2016, #03; Tue, 13)
 2016-12-14  1:37 UTC  (3+ messages)

Proposal for an increased `gitk` cohesion with `git stash`
 2016-12-14  0:36 UTC  (2+ messages)

[PATCHv3] git-p4 worktree support
 2016-12-14  0:08 UTC  (3+ messages)
` [PATCHv3] git-p4: support git worktrees

[PATCH v2 00/16] pathspec cleanup
 2016-12-13 23:14 UTC  (15+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/16] mv: remove use of deprecated 'get_pathspec()'
  ` [PATCH v3 05/16] pathspec: remove the deprecated get_pathspec function
  ` [PATCH v3 06/16] pathspec: copy and free owned memory
  ` [PATCH v3 07/16] pathspec: remove unused variable from unsupported_magic
  ` [PATCH v3 08/16] pathspec: always show mnemonic and name in unsupported_magic
  ` [PATCH v3 09/16] pathspec: simpler logic to prefix original pathspec elements
  ` [PATCH v3 10/16] pathspec: factor global magic into its own function
  ` [PATCH v3 11/16] pathspec: create parse_short_magic function
  ` [PATCH v3 12/16] pathspec: create parse_long_magic function
  ` [PATCH v3 13/16] pathspec: create parse_element_magic helper
  ` [PATCH v3 14/16] pathspec: create strip submodule slash helpers
  ` [PATCH v3 15/16] pathspec: small readability changes
  ` [PATCH v3 16/16] pathspec: rename prefix_pathspec to init_pathspec_item


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