git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-04-29 22:05:13 to 2016-05-02 18:16:14 UTC [more...]

[PATCH 1/3] git reset --hard gives clean working tree
 2016-05-02 18:16 UTC  (5+ messages)
` [PATCH v8 10/10] ce_compare_data() did not respect conversion

[PATCHv5 0/2] Implement the GIT_TRACE_CURL environment variable
 2016-05-02 18:15 UTC  (6+ messages)
` [PATCHv5 1/2] http.c: implement "
` [PATCHv5 2/2] imap-send.c: introduce "

[PATCH v2] trailer: load config to handle core.commentChar
 2016-05-02 18:13 UTC  (3+ messages)

[PATCH] gitweb: apply fallback encoding before highlight
 2016-05-02 18:12 UTC  (3+ messages)

[PATCH 00/29] Yet more preparation for reference backends
 2016-05-02 18:06 UTC  (12+ messages)
` [PATCH 19/29] refs: don't dereference on rename
` [PATCH 25/29] refs: resolve symbolic refs first

[PATCHv5 0/2] xdiff: implement empty line chunk heuristic
 2016-05-02 18:02 UTC  (14+ messages)
` [PATCH 2/2] "

[PATCH 00/83] libify apply and use lib in am
 2016-05-02 18:01 UTC  (40+ messages)
` [PATCH 49/83] builtin/apply: move 'lock_file' global into 'struct apply_state'
` [PATCH 51/83] builtin/apply: make apply_patch() return -1 instead of die()ing
` [PATCH 53/83] builtin/apply: make find_header() "
` [PATCH 54/83] builtin/apply: make parse_chunk() return a negative integer on error
` [PATCH 55/83] builtin/apply: make parse_single_patch() return -1 "
` [PATCH 59/83] builtin/apply: move init_apply_state() to apply.c
` [PATCH 61/83] builtin/apply: libify check_apply_state()
` [PATCH 63/83] builtin/apply: make apply_all_patches() return -1 on error
` [PATCH 65/83] builtin/apply: make gitdiff_verify_name() "
` [PATCH 67/83] builtin/apply: make build_fake_ancestor() "
` [PATCH 69/83] builtin/apply: make add_conflicted_stages_file() "
` [PATCH 73/83] builtin/apply: make write_out_results() "
` [PATCH 74/83] builtin/apply: make try_create_file() "

[WIP PATCH 00/14] Protocol v2 patches
 2016-05-02 17:51 UTC  (18+ messages)
` [PATCH 01/14] upload-pack: make client capability parsing code a separate function
` [PATCH 02/14] upload-pack.c: Refactor capability advertising
` [PATCH 03/14] upload-pack-2: Implement the version 2 of upload-pack
` [PATCH 04/14] connect: rewrite feature parsing to work on string_list
` [PATCH 05/14] transport: add infrastructure to support a protocol version number
` [PATCH 06/14] remote.h: add get_remote_capabilities, request_capabilities
` [PATCH 07/14] fetch-pack: move capability selection out of do_fetch_pack
` [PATCH 08/14] fetch-pack: factor out get_selected_capabilities_list
` [PATCH 09/14] fetch-pack: Add negotiate_capabilities
` [PATCH 10/14] do_fetch_pack: select capabilities for transport version 1 only
` [PATCH 11/14] builtin/fetch-pack: add argument for transport version
` [PATCH 12/14] Add test for fetch-pack
` [PATCH 13/14] WIP add test for git pull
` [PATCH 14/14] WIP test git fetch

[PATCH] Move test-* to t/helper/ subdirectory
 2016-05-02 17:34 UTC  (8+ messages)

[PATCH v1] Documentation: add setup instructions for Travis CI
 2016-05-02 17:21 UTC  (4+ messages)
` [PATCH v2] "

What's cooking in git.git (Apr 2016, #08; Fri, 29)
 2016-05-02 17:21 UTC  (3+ messages)

[PATCH 00/10] submodule output patches
 2016-05-02 17:00 UTC  (14+ messages)
` [PATCH 01/10] submodule deinit test: fix broken && chain in subshell
` [PATCH 02/10] submodule deinit: lose requirement for giving '.'
` [PATCH 03/10] submodule init: redirect stdout to stderr
` [PATCH 04/10] shell helpers usage: always send help "
` [PATCH 05/10] submodule add: send messages "
` [PATCH 06/10] submodule deinit: "
` [PATCH 07/10] submodule foreach: "
` [PATCH 08/10] submodule update: "
` [PATCH 09/10] submodule sync: "
` [PATCH 10/10] submodule deinit: complain when given a file instead of a submodule

gitk: "lime" color incompatible with older Tk versions
 2016-05-02 16:20 UTC  (2+ messages)

[PATCH v3 0/6] connect: various cleanups
 2016-05-02 12:38 UTC  (15+ messages)
` [PATCH 1/6] connect: remove get_port()
` [PATCH 2/6] connect: uniformize and group CONNECT_DIAG_URL handling code
` [PATCH 3/6] connect: only match the host with core.gitProxy
` [PATCH 4/6] connect: pass separate host and port to git_tcp_connect and git_proxy_connect
` [PATCH 5/6] connect: don't xstrdup target_host
` [PATCH 6/6] connect: move ssh command line preparation to a separate function

[PATCH 00/41] Add and use error_errno() and warning_errno()
 2016-05-02  8:47 UTC  (49+ messages)
` [PATCH 01/41] usage.c: move format processing out of die_errno()
` [PATCH 02/41] usage.c: add warning_errno() and error_errno()
` [PATCH 03/41] bisect.c: use die_errno() and warning_errno()
` [PATCH 04/41] builtin/am.c: use error_errno()
` [PATCH 05/41] builtin/branch.c: "
` [PATCH 06/41] builtin/fetch.c: "
` [PATCH 07/41] builtin/help.c: use warning_errno()
` [PATCH 08/41] builtin/mailsplit.c: use error_errno()
` [PATCH 09/41] builtin/merge-file.c: "
` [PATCH 10/41] builtin/pack-objects.c: use die_errno() and warning_errno()
` [PATCH 11/41] builtin/rm.c: use warning_errno()
` [PATCH 12/41] builtin/update-index.c: use error_errno()
` [PATCH 13/41] builtin/upload-archive.c: "
` [PATCH 14/41] builtin/worktree.c: "
` [PATCH 15/41] check-racy.c: "
` [PATCH 16/41] combine-diff.c: "
` [PATCH 17/41] compat/win32/syslog.c: use warning_errno()
` [PATCH 18/41] config.c: use error_errno()
` [PATCH 19/41] connected.c: "
` [PATCH 20/41] copy.c: "
` [PATCH 21/41] credential-cache--daemon.c: use warning_errno()
` [PATCH 22/41] diff-no-index.c: use error_errno()
` [PATCH 23/41] editor.c: "
` [PATCH 24/41] entry.c: "
` [PATCH 25/41] fast-import.c: "
` [PATCH 26/41] gpg-interface.c: "
` [PATCH 27/41] grep.c: "
` [PATCH 28/41] http.c: use error_errno() and warning_errno()
` [PATCH 29/41] ident.c: use warning_errno()
` [PATCH 30/41] mailmap.c: use error_errno()
` [PATCH 31/41] reachable.c: "
` [PATCH 32/41] rerere.c: use error_errno() and warning_errno()
` [PATCH 33/41] run-command.c: use error_errno()
` [PATCH 34/41] sequencer.c: "
` [PATCH 35/41] server-info.c: "
` [PATCH 36/41] sha1_file.c: use {error,die,warning}_errno()
` [PATCH 37/41] transport-helper.c: use error_errno()
` [PATCH 38/41] unpack-trees.c: "
` [PATCH 39/41] upload-pack.c: "
` [PATCH 40/41] vcs-svn: "
` [PATCH 41/41] wrapper.c: use warning_errno()

[PATCH] fix typo 'In such these cases'
 2016-05-02  7:38 UTC 

[PATCH 80/83] run-command: make dup_devnull() non static
 2016-05-02  7:18 UTC  (5+ messages)
` [PATCH 81/83] apply: roll back index in case of error

[PATCH] git-prompt: make colors available in custom prompts
 2016-05-02  7:15 UTC  (2+ messages)

[PATCH] t5510: run auto-gc in the foreground
 2016-05-02  7:01 UTC  (2+ messages)

[PATCH] git-stash: Don't GPG sign when stashing changes
 2016-05-02  6:06 UTC  (6+ messages)

[PATCH] git-stash: add flag to skip "git reset --hard"
 2016-05-01 21:57 UTC 

pthread_sigmask() on windows (wine actualy)
 2016-05-01 19:08 UTC  (3+ messages)
  ` [PATCH jk/push-client-deadlock-fix] Windows: add pthread_sigmask() that does nothing

[ubuntu] gitk/git gui fail after upgrade
 2016-05-01 10:13 UTC 

[PATCH] git-fixup: automatically create a fixup commit
 2016-05-01  9:53 UTC 

Feature request: Add word wrapping to gitk display
 2016-05-01  9:37 UTC 

[PATCH v6 00/19] index-helper/watchman
 2016-05-01  0:22 UTC  (5+ messages)
` [PATCH v6 03/19] index-helper: new daemon for caching index and related stuff

[PATCH v15 1/7] t0040-test-parse-options.sh: fix style issues
 2016-04-30 20:03 UTC  (7+ messages)
` [PATCH v15 2/7] test-parse-options: print quiet as integer
` [PATCH v15 3/7] t0040-parse-options: improve test coverage
` [PATCH v15 4/7] parse-options.c: make OPTION_COUNTUP respect "unspecified" values
` [PATCH v15 5/7] t7507-commit-verbose: improve test coverage by testing number of diffs
` [PATCH v15 6/7] commit: add a commit.verbose config variable
` [PATCH v15 7/7] t/t7507: tests for broken behavior of status

[ANNOUNCE] Git v2.8.2
 2016-04-30 16:01 UTC  (2+ messages)

using git-difftool -d when cherry-picking
 2016-04-30 10:50 UTC  (3+ messages)

clone hang prevention / timeout?
 2016-04-30  9:04 UTC  (4+ messages)

[PATCH v7 00/19] index-helper/watchman
 2016-04-30  1:02 UTC  (20+ messages)
` [PATCH v7 01/19] read-cache.c: fix constness of verify_hdr()
` [PATCH v7 02/19] read-cache: allow to keep mmap'd memory after reading
` [PATCH v7 03/19] index-helper: new daemon for caching index and related stuff
` [PATCH v7 04/19] index-helper: add --strict
` [PATCH v7 05/19] index-helper: log warnings
` [PATCH v7 06/19] daemonize(): set a flag before exiting the main process
` [PATCH v7 07/19] index-helper: add --detach
` [PATCH v7 08/19] read-cache: add watchman 'WAMA' extension
` [PATCH v7 09/19] Add watchman support to reduce index refresh cost
` [PATCH v7 10/19] index-helper: use watchman to avoid refreshing index with lstat()
` [PATCH v7 11/19] update-index: enable/disable watchman support
` [PATCH v7 12/19] unpack-trees: preserve index extensions
` [PATCH v7 13/19] watchman: add a config option to enable the extension
` [PATCH v7 14/19] index-helper: kill mode
` [PATCH v7 15/19] index-helper: don't run if already running
` [PATCH v7 16/19] index-helper: autorun mode
` [PATCH v7 17/19] index-helper: optionally automatically run
` [PATCH v7 18/19] Add tracing to measure where most of the time is spent
` [PATCH v7 19/19] untracked-cache: config option

[PATCH] submodule deinit test: fix broken && chain in subshell
 2016-04-29 23:51 UTC 

[PATCH/RFC 0/6] fetch with refspec
 2016-04-29 23:12 UTC  (15+ messages)
` [PATCH/RFC 4/6] transport: add refspec list parameters to functions


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