git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-05-04 13:56:00 to 2017-05-06 22:11:24 UTC [more...]

[PATCH v3 00/53] object_id part 8
 2017-05-06 22:09 UTC  (7+ 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 07/53] branch: "

vger not relaying some of Junio's messages today?
 2017-05-06 21:42 UTC  (6+ messages)

Git smart http: parsing commit messages in git-receive-pack
 2017-05-06 19:14 UTC  (2+ messages)

[PATCH 0/7] Keep git clean -d from inadvertently removing ignored files
 2017-05-05 10:46 UTC  (11+ 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

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)

[PATCH v2 00/25] Address a couple of issues identified by Coverity
 2017-05-06 17:14 UTC  (32+ 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 01/25] mingw: avoid memory leak when splitting PATH
    ` [PATCH v4 02/25] winansi: avoid use of uninitialized value
    ` [PATCH v4 03/25] winansi: avoid buffer overrun
    ` [PATCH v4 05/25] git_config_rename_section_in_file(): avoid resource leak
    ` [PATCH v4 06/25] get_mail_commit_oid(): "
    ` [PATCH v4 07/25] difftool: address a couple of resource/memory leaks
    ` [PATCH v4 08/25] status: close file descriptor after reading git-rebase-todo
    ` [PATCH v4 09/25] mailinfo & mailsplit: check for EOF while parsing
    ` [PATCH v4 10/25] cat-file: fix memory leak
    ` [PATCH v4 11/25] checkout: "
    ` [PATCH v4 12/25] split_commit_in_progress(): simplify & "
    ` [PATCH v4 13/25] setup_bare_git_dir(): help static analysis
    ` [PATCH v4 14/25] setup_discovered_git_dir(): plug memory leak
    ` [PATCH v4 15/25] pack-redundant: "
    ` [PATCH v4 16/25] mktree: plug memory leaks reported by Coverity
    ` [PATCH v4 17/25] fast-export: avoid leaking memory in handle_tag()
    ` [PATCH v4 18/25] receive-pack: plug memory leak in update()
    ` [PATCH v4 19/25] line-log: avoid memory leak
    ` [PATCH v4 20/25] shallow: "
    ` [PATCH v4 21/25] add_reflog_for_walk: "
    ` [PATCH v4 22/25] remote: plug memory leak in match_explicit()
    ` [PATCH v4 23/25] name-rev: avoid leaking memory in the `deref` case
    ` [PATCH v4 24/25] show_worktree(): plug memory leak
    ` [PATCH v4 25/25] submodule_uses_worktrees(): "

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 

[RESEND PATCH] diff: recurse into nested submodules for inline diff
 2017-05-06  1:24 UTC  (2+ messages)

[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

[PATCH v1 0/2] run GETTEXT_POISON on TravisCI
 2017-05-05 22:43 UTC  (10+ 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

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 "

[RFC PATCH 00/10] Add blame to libgit
 2017-05-05 17:54 UTC  (18+ messages)
` [RFC PATCH 01/10] Remove unneeded dependency on blob.h from blame
` [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 04/10] Remove unused parameter from get_origin()
` [RFC PATCH 05/10] Split blame origin into its own file
` [RFC PATCH 06/10] Move fake_working_tree_commit() to lib
` [RFC PATCH 07/10] Break out scoreboard a little better
` [RFC PATCH 08/10] Split blame scoreboard into its own file
` [RFC PATCH 09/10] Break out scoreboard init and setup
` [RFC PATCH 10/10] Move scoreboard init and setup to lib

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

[PATCH v7 00/10] refactor the filter process code into a reusable module
 2017-05-05 15:28 UTC  (11+ 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

not uptodate. Cannot merge
 2017-05-05 15:25 UTC  (3+ messages)

[PATCH 0/2] split index extra bits
 2017-05-05 14:57 UTC  (3+ messages)
` [PATCH 1/2] split-index: add and use unshare_split_index()
` [PATCH 2/2] p3400: add perf tests for rebasing many changes

git client debug with customer ssh client
 2017-05-05 11:49 UTC 

git error
 2017-05-05 10:35 UTC  (3+ messages)

[PATCH] doc: replace a couple of broken gmane links
 2017-05-05 10:08 UTC 

[PATCH 0/7] Update the compat/regex engine from upstream
 2017-05-05  6:12 UTC  (10+ messages)
` [PATCH 1/7] compat/regex: add a README with a maintenance guide
` [PATCH 2/7] compat/regex: update the gawk regex engine from upstream
` [PATCH 3/7] fixup! "
    ` [PATCH v2 8/7] "
` [PATCH 4/7] "
` [PATCH 5/7] "
` [PATCH 6/7] "
` [PATCH 7/7] "

[L10N] Kickoff for Git 2.13.0 l10n round 2
 2017-05-05  2:03 UTC 

[PATCH] archive-tar: fix a sparse 'constant too large' warning
 2017-05-05  1:21 UTC  (3+ messages)

What's cooking in git.git (May 2017, #01; Mon, 1)
 2017-05-05  1:12 UTC  (2+ messages)

Delta compression hooks
 2017-05-04 23:40 UTC  (3+ messages)

[PATCH 1/2] fast-export: deletion action first
 2017-05-04 21:45 UTC  (3+ messages)
` [PATCH] "

[PATCH 0/5] Abide by our own rules regarding line endings
 2017-05-04 18:48 UTC  (5+ messages)

[PATCH 00/10] RFC Partial Clone and Fetch
 2017-05-04 18:41 UTC  (5+ messages)

[PATCH v4] l10n: de.po: update German translation
 2017-05-04 18:14 UTC  (3+ messages)
` [PATCH v5] "

Proposal for missing blob support in Git repos
 2017-05-04 17:09 UTC  (11+ messages)

Bug? git svn tag Authentication failed
 2017-05-04 16:37 UTC  (2+ messages)

[ANNOUNCE] Git v2.13.0-rc2
 2017-05-04 15:15 UTC 

git v2.13.0-rc0 test failures on cygwin
 2017-05-04 14:26 UTC  (4+ 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).