messages from 2016-05-23 16:01:51 to 2016-05-24 21:21:08 UTC [more...]
[PATCH] transport, send-pack: append period to up-to-date message
2016-05-24 21:21 UTC (2+ messages)
[Opinion gathering] Git remote whitelist/blacklist
2016-05-24 21:02 UTC (13+ messages)
Small rerere in rebase regression
2016-05-24 20:46 UTC (7+ messages)
[PATCH] format_commit_message: honor `color=auto` for `%C(auto)`
2016-05-24 19:48 UTC
[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] builtin/commit.c: memoize git-path for COMMIT_EDITMSG
2016-05-24 19:19 UTC (7+ messages)
` [PATCH v2] "
[PATCH] userdiff: add built-in pattern for CSS
2016-05-24 19:06 UTC (3+ messages)
[PATCH v6 0/3] bisect--helper: check_term_format() & write_terms()
2016-05-24 18:42 UTC (16+ messages)
` [PATCH v7 "
` [PATCH v7 3/3] bisect--helper: `write_terms` shell function in C
` [PATCH v8 0/3] bisect--helper: check-term-format() & write_terms()
` [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` "
[PATCH] gitweb: fix link to parent diff with pathinfo
2016-05-24 18:39 UTC (5+ 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)
t7800 test failure
2016-05-24 17:36 UTC (5+ 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
[RFC-PATCH 0/2] send-email: new --quote-mail option
2016-05-24 12:49 UTC (12+ messages)
` [RFC-PATCH 1/2] send-email: new option to quote an email and reply to
` [RFC-PATCH 2/2] t9001: adding --quote-mail option test
Odd Difference Between Windows Git and Standard Git
2016-05-24 11:57 UTC (10+ messages)
Reviews for the first patches of pclouds/narrow-checkout
2016-05-24 12:02 UTC (2+ messages)
Please add a git config option to make --show-signature the default
2016-05-24 11:20 UTC (2+ messages)
[BUG] can not escape sharps in git config file
2016-05-24 11:23 UTC (3+ 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 (5+ 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)
[BUG?] Spaces not allowed in directory names in .git/info/attributes
2016-05-24 1:37 UTC (3+ 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)
Confusing --graph --all output with detached branches
2016-05-23 21:18 UTC (3+ messages)
GIT_INDEX_FILE relative path breaks in subdir
2016-05-23 19:44 UTC (9+ messages)
[PATCH v2 00/22] i18n and test updates
2016-05-23 19:27 UTC (23+ messages)
` [PATCH v2 01/22] i18n: builtin/remote.c: fix mark for translation
` [PATCH v2 02/22] i18n: advice: mark string about detached head "
` [PATCH v2 03/22] i18n: advice: internationalize message for conflicts
` [PATCH v2 04/22] i18n: transport: mark strings for translation
` [PATCH v2 05/22] i18n: sequencer: mark entire sentences "
` [PATCH v2 06/22] i18n: sequencer: mark string "
` [PATCH v2 07/22] i18n: merge-octopus: mark messages "
` [PATCH v2 08/22] merge-octupus: use die shell function from git-sh-setup.sh
` [PATCH v2 09/22] i18n: rebase: fix marked string to use eval_gettext variant
` [PATCH v2 10/22] i18n: rebase: mark placeholder for translation
` [PATCH v2 11/22] i18n: bisect: simplify error message for i18n
` [PATCH v2 12/22] t6030: update to use test_i18ncmp
` [PATCH v2 13/22] i18n: git-sh-setup.sh: mark strings for translation
` [PATCH v2 14/22] i18n: rebase-interactive: "
` [PATCH v2 15/22] i18n: rebase-interactive: mark here-doc "
` [PATCH v2 16/22] i18n: rebase-interactive: mark comments of squash "
` [PATCH v2 17/22] i18n: setup: mark strings "
` [PATCH v2 18/22] tests: use test_i18n* functions to suppress false positives
` [PATCH v2 19/22] tests: unpack-trees: update to use test_i18n* functions
` [PATCH v2 20/22] t9003: become resilient to GETTEXT_POISON
` [PATCH v2 21/22] t4153: fix negated test_i18ngrep call
` [PATCH v2 22/22] t5523: use test_i18ngrep for negation
[PATCH v2] upload-pack.c: use of parse-options API
2016-05-23 18:03 UTC (3+ messages)
` [PATCH v3] "
[RFC/PATCH] Formatting variables in the documentation
2016-05-23 17:57 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).