git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-05-05 15:28:30 to 2017-05-08 04:27:23 UTC [more...]

[RFC] Add warning when git discard changes on another branch?
 2017-05-08 12:27 UTC  (7+ messages)

[PATCH 0/7] Keep git clean -d from inadvertently removing ignored files
 2017-05-08  4:26 UTC  (13+ messages)
` [PATCH v2 0/9] "
` [PATCH v2 1/9] t7300: skip untracked dirs containing "
` [PATCH v2 2/9] t7061: expect failure where expected behavior will change
` [PATCH v2 3/9] dir: recurse into untracked dirs for ignored files
` [PATCH v2 4/9] dir: add method to check if a dir_entry lexically contains another
` [PATCH v2 5/9] dir: hide untracked contents of untracked dirs
` [PATCH v2 6/9] dir: change linkage of cmp_name() and check_contains()
` [PATCH v2 7/9] builtin/clean: teach clean -d to skip dirs containing ignored files
` [PATCH v2 8/9] t7300: clean -d now skips untracked "
` [PATCH v2 9/9] t7061: expect ignored files in untracked dirs

[PATCH v3] send-email: --batch-size to work around some SMTP server limit
 2017-05-08  4:11 UTC  (2+ messages)

Git smart http: parsing commit messages in git-receive-pack
 2017-05-08  2:08 UTC  (3+ messages)

[PATCH v1 0/2] run GETTEXT_POISON on TravisCI
 2017-05-08  2:02 UTC  (11+ messages)
` [PATCH v1 1/2] travis-ci: setup "prove cache" in "script" step
` [PATCH v1 2/2] travis-ci: add job to run tests with GETTEXT_POISON
` [PATCH] t7406: fix i18n expectation of error message
` [PATCH v2] tests: fix tests broken under GETTEXT_POISON=YesPlease

[PATCH v7 00/10] refactor the filter process code into a reusable module
 2017-05-08  1:58 UTC  (12+ messages)
` [PATCH v7 01/10] convert: remove erroneous tests for errno == EPIPE
` [PATCH v7 02/10] pkt-line: fix packet_read_line() to handle len < 0 errors
` [PATCH v7 03/10] pkt-line: add packet_read_line_gently()
` [PATCH v7 04/10] convert: move packet_write_line() into pkt-line as packet_writel()
` [PATCH v7 05/10] convert: split start_multi_file_filter() into two separate functions
` [PATCH v7 06/10] convert: Separate generic structures and variables from the filter specific ones
` [PATCH v7 07/10] convert: Update generic functions to only use generic data structures
` [PATCH v7 08/10] convert: rename reusable sub-process functions
` [PATCH v7 09/10] sub-process: move sub-process functions into separate files
` [PATCH v7 10/10] convert: Update subprocess_read_status to not die on EOF

[PATCH 0/2] split index extra bits
 2017-05-08  1:49 UTC  (3+ messages)

[PATCH] doc: replace a couple of broken gmane links
 2017-05-08  1:38 UTC  (3+ messages)

[RFC PATCH 00/10] Add blame to libgit
 2017-05-08  1:02 UTC  (10+ messages)
` [RFC PATCH 02/10] Move textconv_object to be with other textconv methods
` [RFC PATCH 03/10] Add some missing definitions to header files
` [RFC PATCH 07/10] Break out scoreboard a little better

[PATCH 0/7] Update the compat/regex engine from upstream
 2017-05-08  0:55 UTC  (2+ messages)

[RESEND PATCH] diff: recurse into nested submodules for inline diff
 2017-05-08  0:46 UTC  (3+ messages)

[PATCH v2 00/25] Address a couple of issues identified by Coverity
 2017-05-08  0:41 UTC  (10+ messages)
` [PATCH v3 "
  ` [PATCH v3 12/25] split_commit_in_progress(): fix memory leak
  ` [PATCH v4 00/25] Address a couple of issues identified by Coverity
    ` [PATCH v4 11/25] checkout: fix memory leak

[PATCH 00/15] Handle fopen() errors
 2017-05-07  4:20 UTC  (4+ messages)
` [PATCH v2 00/21]

[PATCH v3 0/6] rebase -i: add config to abbreviate command-names
 2017-05-08  0:27 UTC  (7+ messages)

[PATCH] archive-tar: fix a sparse 'constant too large' warning
 2017-05-08  0:19 UTC  (4+ messages)

[PATCH 00/10] RFC Partial Clone and Fetch
 2017-05-08  0:15 UTC  (4+ messages)

vger not relaying some of Junio's messages today?
 2017-05-07 12:41 UTC  (11+ messages)

[Announce] delaying 2.13 final by a few days
 2017-05-07 23:12 UTC 

[PATCH 0/5] Abide by our own rules regarding line endings
 2017-05-07  5:29 UTC  (6+ messages)

[GSoC] Project Selected: Incremental rewrite of git-submodules
 2017-05-07 19:56 UTC 

[PATCH 0/2] gitweb: tags feeds
 2017-05-07 20:55 UTC  (2+ messages)

git and the Clang Static Analyzer
 2017-05-07 11:50 UTC 

[PATCH v3 00/53] object_id part 8
 2017-05-06 22:10 UTC  (54+ messages)
` [PATCH v3 01/53] fetch-pack: convert to struct object_id
` [PATCH v3 02/53] Clean up outstanding object_id transforms
` [PATCH v3 03/53] Convert struct cache_tree to use struct object_id
` [PATCH v3 04/53] builtin/name-rev: convert to "
` [PATCH v3 05/53] builtin/prune: "
` [PATCH v3 06/53] bundle: "
` [PATCH v3 07/53] branch: "
` [PATCH v3 08/53] builtin/blame: convert static function "
` [PATCH v3 09/53] builtin/rev-parse: convert "
` [PATCH v3 10/53] fast-import: convert internal structs "
` [PATCH v3 11/53] fast-import: convert "
` [PATCH v3 12/53] submodule: convert merge_submodule to use "
` [PATCH v3 13/53] notes-cache: convert to "
` [PATCH v3 14/53] parse-options-cb: "
` [PATCH v3 15/53] reflog_expire: "
` [PATCH v3 16/53] builtin/verify-commit: "
` [PATCH v3 17/53] tag: convert parse_tag_buffer "
` [PATCH v3 18/53] http-push: convert some static functions "
` [PATCH v3 19/53] notes-utils: convert internals "
` [PATCH v3 20/53] revision: convert prepare_show_merge "
` [PATCH v3 21/53] shallow: convert shallow registration functions to object_id
` [PATCH v3 22/53] sequencer: convert some functions to struct object_id
` [PATCH v3 23/53] builtin/tag: convert "
` [PATCH v3 24/53] Convert remaining callers of lookup_commit_reference* to object_id
` [PATCH v3 25/53] Convert lookup_commit* to struct object_id
` [PATCH v3 26/53] pack: convert struct pack_idx_entry "
` [PATCH v3 27/53] builtin/unpack-objects: convert "
` [PATCH v3 28/53] Convert remaining callers of lookup_blob to object_id
` [PATCH v3 29/53] Convert lookup_blob to struct object_id
` [PATCH v3 30/53] tree: convert read_tree_1 to use struct object_id internally
` [PATCH v3 31/53] builtin/reflog: convert tree_is_complete to take struct object_id
` [PATCH v3 32/53] Convert lookup_tree to "
` [PATCH v3 33/53] log-tree: convert "
` [PATCH v3 34/53] Convert lookup_tag "
` [PATCH v3 35/53] Convert the verify_pack callback "
` [PATCH v3 36/53] Convert struct ref_array_item "
` [PATCH v3 37/53] ref-filter: convert some static functions "
` [PATCH v3 38/53] refs: convert struct ref_update to use "
` [PATCH v3 39/53] refs/files-backend: convert many internals to "
` [PATCH v3 40/53] http-push: convert process_ls_object and descendants to object_id
` [PATCH v3 41/53] revision: rename add_pending_sha1 to add_pending_oid
` [PATCH v3 42/53] revision: convert remaining parse_object callers to object_id
` [PATCH v3 43/53] upload-pack: "
` [PATCH v3 44/53] sha1_name: convert internals of peel_onion "
` [PATCH v3 45/53] builtin/read-tree: convert to struct object_id
` [PATCH v3 46/53] builtin/ls-files: convert overlay_tree_on_cache to object_id
` [PATCH v3 47/53] sequencer: convert fast_forward_to to struct object_id
` [PATCH v3 48/53] merge: convert checkout_fast_forward "
` [PATCH v3 49/53] builtin/ls-tree: convert "
` [PATCH v3 50/53] diff-lib: convert do_diff_cache "
` [PATCH v3 51/53] sequencer: convert do_recursive_merge "
` [PATCH v3 52/53] tree: convert parse_tree_indirect "
` [PATCH v3 53/53] object: convert parse_object* to take "

Bug report: Git Stash; spelling mistake of stash followed by a yes prints character 'y' infinite times
 2017-05-06 17:18 UTC  (2+ messages)

Script to rebase branches
 2017-05-06 17:14 UTC  (2+ messages)

[PATCH] checkout: check return value of resolve_refdup before using hash
 2017-05-06 17:13 UTC 

[PATCH] am: check return value of resolve_refdup before using hash
 2017-05-06 17:13 UTC 

[ANNOUNCE] tig-2.2.2
 2017-05-06 14:54 UTC 

[RFC 00/14] convert dir.c to take an index parameter
 2017-05-06 10:26 UTC  (16+ messages)
` [RFC 01/14] dir: stop using the index compatibility macros
` [RFC 02/14] dir: convert read_skip_worktree_file_from_index to take an index
` [RFC 03/14] dir: convert directory_exists_in_index to take index
` [RFC 04/14] dir: convert get_dtype "
` [RFC 05/14] dir: convert dir_add* to take an index
` [RFC 06/14] dir: convert last_exclude_matching_from_list "
` [RFC 07/14] dir: convert is_excluded_from_list "
` [RFC 08/14] dir: convert add_excludes "
` [RFC 09/14] dir: convert prep_exclude "
` [RFC 10/14] dir: convert is_excluded "
` [RFC 11/14] dir: convert open_cached_dir "
` [RFC 12/14] dir: convert read_directory_recursive "
` [RFC 13/14] dir: convert read_directory "
` [RFC 14/14] dir: convert fill_directory "

Not translatable strings in Git
 2017-05-06  8:40 UTC 

Add an option to automatically submodule update on checkout
 2017-05-06  8:37 UTC 

[PATCH 0/3] Clarify interaction between signed pushes and push options
 2017-05-06  0:26 UTC  (13+ messages)
` [PATCH 1/3] docs: correct receive.advertisePushOptions default
` [PATCH 2/3] receive-pack: verify push options in cert
` [PATCH 3/3] protocol docs: explain receive-pack push options

[PATCH 0/3] Port git-add--interactive.perl:status_cmd to C
 2017-05-05 23:37 UTC  (18+ messages)
` [PATCH 1/3] diff: export diffstat interface
` [PATCH 2/3] add--interactive: add builtin helper for interactive add
` [PATCH 3/3] add--interactive: use add-interactive--helper for status_cmd

How to `git status' without scrambling modified with new, etc
 2017-05-05 21:06 UTC  (3+ messages)

[PATCH 00/26] Address a couple of issues identified by Coverity
 2017-05-05 20:30 UTC  (6+ messages)
      ` Automating Coverity, was "

[PATCH 0/5] Start of a journey: drop NO_THE_INDEX_COMPATIBILITY_MACROS
 2017-05-05 17:29 UTC  (10+ messages)

[PATCH] l10n: de.po: translate 4 new messages
 2017-05-05 16:18 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).