git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-05-23 21:22:26 to 2016-05-25 22:00:21 UTC [more...]

[PATCH 0/3] Submodules: have a depth field in the .gitmodules file
 2016-05-25 22:00 UTC 

Why is my git-http-backend solution using WebDAV on push?
 2016-05-25 21:54 UTC  (4+ messages)

[BUG?] Spaces not allowed in directory names in .git/info/attributes
 2016-05-25 21:56 UTC  (6+ messages)

[WIP PATCH 00/14] Protocol v2 patches
 2016-05-25 21:29 UTC  (7+ messages)

[PATCH] gitweb: fix link to parent diff with pathinfo
 2016-05-25 20:33 UTC  (6+ messages)

[RFC-PATCH 0/2] send-email: new --quote-mail option
 2016-05-25 18:31 UTC  (17+ messages)
` [RFC-PATCH 1/2] send-email: new option to quote an email and reply to

Please add a git config option to make --show-signature the default
 2016-05-25 18:18 UTC  (4+ messages)

[RFC/PATCH] pull: set-upstream implementation
 2016-05-25 18:09 UTC  (2+ messages)

[PATCH] add: add --chmod=+x / --chmod=-x options
 2016-05-25 16:49 UTC  (8+ messages)

[PATCH v2 00/22] i18n and test updates
 2016-05-25 13:13 UTC  (3+ messages)
` [PATCH v2 15/22] i18n: rebase-interactive: mark here-doc strings for translation

Odd Difference Between Windows Git and Standard Git
 2016-05-25 11:52 UTC  (12+ messages)

t7800 test failure
 2016-05-25  9:33 UTC  (6+ messages)

[PATCH 00/26] nd/shallow-deepen updates
 2016-05-25  7:36 UTC  (9+ messages)
` [PATCH 01/26] remote-curl.c: convert fetch_git() to use argv_array
` [PATCH 02/26] transport-helper.c: refactor set_helper_option()
` [PATCH 07/26] upload-pack: use skip_prefix() instead of starts_with()
` [PATCH 09/26] upload-pack: move rev-list code out of check_non_tip()

Small rerere in rebase regression
 2016-05-25  5:47 UTC  (9+ messages)

[PATCH v7 0/3] bisect--helper: check_term_format() & write_terms()
 2016-05-25  5:13 UTC  (14+ messages)
` [PATCH v8 0/3] bisect--helper: check-term-format() "
  ` [PATCH v9 0/3] bisect--helper: check_term_format() and write_terms()
  ` [PATCH v9 1/3] bisect--helper: use OPT_CMDMODE instead of OPT_BOOL
  ` [PATCH v9 2/3] bisect: rewrite `check_term_format` shell function in C
  ` [PATCH v9 3/3] bisect--helper: `write_terms` "
` [PATCH v8 1/3] bisect--helper: use OPT_CMDMODE instead of OPT_BOOL
` [PATCH v8 2/3] bisect: rewrite `check_term_format` shell function in C
` [PATCH v8 3/3] bisect--helper: `write_terms` "

[BUG] can not escape sharps in git config file
 2016-05-25  5:11 UTC  (4+ messages)

Offre de prêts
 2016-05-25  4:43 UTC 

[PATCH] daemon: enable SO_KEEPALIVE for all sockets
 2016-05-25  3:15 UTC 

[PATCH] format_commit_message: honor `color=auto` for `%C(auto)`
 2016-05-25  1:56 UTC 

[PATCH] format_commit_message: honor `color=auto` for `%C(auto)`
 2016-05-25  1:26 UTC  (3+ messages)

[PATCH/RFC 0/6] pack-objects hook for upload-pack
 2016-05-25  0:59 UTC  (2+ messages)

[PATCH v7 0/2] Implement the GIT_TRACE_CURL environment variable
 2016-05-25  0:50 UTC  (3+ messages)
` [PATCH v7 1/2] http.c: implement "

[Opinion gathering] Git remote whitelist/blacklist
 2016-05-24 22:24 UTC  (14+ messages)

[PATCH] builtin/commit.c: memoize git-path for COMMIT_EDITMSG
 2016-05-24 22:25 UTC  (8+ messages)
` [PATCH v2] "

[PATCH] userdiff: add built-in pattern for CSS
 2016-05-24 22:18 UTC  (5+ messages)

[PATCH] transport, send-pack: append period to up-to-date message
 2016-05-24 21:21 UTC  (2+ messages)

[PATCH] git-prompt.sh: Don't error on null ${ZSH,BASH}_VERSION
 2016-05-24 19:53 UTC  (4+ messages)

Signing off, for now
 2016-05-24 19:42 UTC  (2+ messages)

[PATCH v5 2/2] convert: ce_compare_data() checks for a sha1 of a path
 2016-05-24 18:36 UTC  (3+ messages)
` [PATCH v7 "

[Bug?] log -p -W showing the whole file for a patch that adds to the end?
 2016-05-24 18:16 UTC  (4+ messages)

t7610-mergetool.sh test failure
 2016-05-24 16:53 UTC  (3+ messages)

[L10N] Kickoff of translation for Git 2.9.0 round 1
 2016-05-24 16:03 UTC 

Reviews for the first patches of pclouds/narrow-checkout
 2016-05-24 12:02 UTC  (2+ messages)

t1400 test failures
 2016-05-24 11:18 UTC 

[PATCH v3 00/49] libify apply and use lib in am, part 1
 2016-05-24  8:59 UTC  (51+ messages)
` [PATCH v3 01/49] builtin/apply: make gitdiff_verify_name() return void
` [PATCH v3 02/49] builtin/apply: avoid parameter shadowing 'p_value' global
` [PATCH v3 03/49] builtin/apply: avoid parameter shadowing 'linenr' global
` [PATCH v3 04/49] builtin/apply: avoid local variable shadowing 'len' parameter
` [PATCH v3 05/49] builtin/apply: extract line_by_line_fuzzy_match() from match_fragment()
` [PATCH v3 06/49] builtin/apply: move 'options' variable into cmd_apply()
` [PATCH v3 07/49] builtin/apply: move 'read_stdin' global "
` [PATCH v3 08/49] builtin/apply: introduce 'struct apply_state' to start libifying
` [PATCH v3 09/49] builtin/apply: move 'state' init into init_apply_state()
` [PATCH v3 10/49] builtin/apply: move 'unidiff_zero' global into 'struct apply_state'
` [PATCH v3 11/49] builtin/apply: move 'check' "
` [PATCH v3 12/49] builtin/apply: move 'check_index' "
` [PATCH v3 13/49] builtin/apply: move 'apply_in_reverse' "
` [PATCH v3 14/49] builtin/apply: move 'apply_with_reject' "
` [PATCH v3 15/49] builtin/apply: move 'apply_verbosely' "
` [PATCH v3 16/49] builtin/apply: move 'update_index' "
` [PATCH v3 17/49] builtin/apply: move 'allow_overlap' "
` [PATCH v3 18/49] builtin/apply: move 'cached' "
` [PATCH v3 19/49] builtin/apply: move 'diffstat' "
` [PATCH v3 20/49] builtin/apply: move 'numstat' "
` [PATCH v3 21/49] builtin/apply: move 'summary' "
` [PATCH v3 22/49] builtin/apply: move 'threeway' "
` [PATCH v3 23/49] builtin/apply: move 'no_add' "
` [PATCH v3 24/49] builtin/apply: move 'unsafe_paths' "
` [PATCH v3 25/49] builtin/apply: move 'line_termination' "
` [PATCH v3 26/49] builtin/apply: move 'fake_ancestor' "
` [PATCH v3 27/49] builtin/apply: move 'p_context' "
` [PATCH v3 28/49] builtin/apply: move 'apply' "
` [PATCH v3 29/49] builtin/apply: move 'patch_input_file' "
` [PATCH v3 30/49] builtin/apply: move 'limit_by_name' "
` [PATCH v3 31/49] builtin/apply: move 'has_include' "
` [PATCH v3 32/49] builtin/apply: move 'p_value' "
` [PATCH v3 33/49] builtin/apply: move 'p_value_known' "
` [PATCH v3 34/49] builtin/apply: move 'root' "
` [PATCH v3 35/49] builtin/apply: move 'whitespace_error' "
` [PATCH v3 36/49] builtin/apply: move 'whitespace_option' "
` [PATCH v3 37/49] builtin/apply: remove whitespace_option arg from set_default_whitespace_mode()
` [PATCH v3 38/49] builtin/apply: move 'squelch_whitespace_errors' into 'struct apply_state'
` [PATCH v3 39/49] builtin/apply: move 'applied_after_fixing_ws' "
` [PATCH v3 40/49] builtin/apply: move 'ws_error_action' "
` [PATCH v3 41/49] builtin/apply: move 'ws_ignore_action' "
` [PATCH v3 42/49] builtin/apply: move 'max_change' and 'max_len' "
` [PATCH v3 43/49] builtin/apply: move 'state_linenr' global "
` [PATCH v3 44/49] builtin/apply: move 'fn_table' "
` [PATCH v3 45/49] builtin/apply: move 'symlink_changes' "
` [PATCH v3 46/49] builtin/apply: move 'state' check into check_apply_state()
` [PATCH v3 47/49] builtin/apply: move applying patches into apply_all_patches()
` [PATCH v3 48/49] builtin/apply: move 'lock_file' global into 'struct apply_state'
` [PATCH v3 49/49] builtin/apply: move 'newfd' "

[PATCH v2 00/94] libify apply and use lib in am
 2016-05-24  8:24 UTC  (9+ messages)
` [PATCH v2 48/94] builtin/apply: rename 'prefix_' parameter to 'prefix'

Ich werde auf deine Antwort warten
 2016-05-22 23:36 UTC 

Git reset --hard with staged changes
 2016-05-24  6:20 UTC  (4+ messages)

[PATCH v7 0/9] connect: various cleanups
 2016-05-24  4:44 UTC  (8+ messages)
` [PATCH v7 1/9] connect: document why we sometimes call get_port after get_host_and_port

[PATCHv2 0/2] Persistent submodule pathspec specification
 2016-05-24  2:24 UTC  (3+ messages)
` [PATCH 1/2] submodule update: add `--init-default-path` switch
` [PATCH 2/2] clone: add --init-submodule=<pathspec> switch

[PATCHv8 0/5] pathspec magic extension to search for attributes
 2016-05-24  2:00 UTC  (8+ messages)

Typo spotted in archive-tar.c
 2016-05-24  0:44 UTC 

[ANNOUNCE] Git v2.9.0-rc0
 2016-05-23 23:23 UTC 

t4204-patch-id failures
 2016-05-23 22:56 UTC  (4+ messages)

[PATCH v1 0/2] travis-ci: enable Git SVN tests
 2016-05-23 21:47 UTC  (8+ messages)
` [PATCH v1 2/2] travis-ci: enable sequential test execution for t9113 and 9126

git log: invert --author and --committer
 2016-05-23 21:47 UTC  (6+ 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).