git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-04-25 14:39:36 to 2016-04-26 21:52:14 UTC [more...]

RFC: Supporting .git/hooks/$NAME.d/* && /etc/git/hooks/$NAME.d/*
 2016-04-26 21:52 UTC  (8+ messages)

git merge branch --no-commit does commit fast forward merges
 2016-04-26 21:37 UTC  (9+ messages)
            ` [PATCH 1/2] merge: do not contaminate option_commit with --squash
            ` [PATCH 2/2] merge: warn --no-commit merge when no new commit is created

[PATCH 00/15] submodule groups (once again)
 2016-04-26 20:50 UTC  (16+ messages)
` [PATCH 01/15] string_list: add string_list_duplicate
` [PATCH 02/15] submodule doc: write down what we want to achieve in this series
` [PATCH 03/15] submodule add: label submodules if asked to
` [PATCH 04/15] submodule-config: keep labels around
` [PATCH 05/15] submodule-config: check if submodule a submodule is in a group
` [PATCH 06/15] submodule init: redirect stdout to stderr
` [PATCH 07/15] submodule deinit: loose requirement for giving '.'
` [PATCH 08/15] submodule--helper list: respect submodule groups
` [PATCH 09/15] submodule--helper init: "
` [PATCH 10/15] submodule--helper update_clone: "
` [PATCH 11/15] diff: ignore submodules excluded by groups
` [PATCH 12/15] git submodule summary respects groups
` [PATCH 13/15] cmd_status: respect submodule groups
` [PATCH 14/15] cmd_diff: "
` [PATCH 15/15] clone: allow specification of submodules to be cloned

[PATCH 00/83] libify apply and use lib in am
 2016-04-26 20:40 UTC  (36+ messages)
` [PATCH 05/83] builtin/apply: extract line_by_line_fuzzy_match() from match_fragment()
` [PATCH 09/83] builtin/apply: move 'check' global into 'struct apply_state'
` [PATCH 10/83] builtin/apply: move 'check_index' "
` [PATCH 18/83] builtin/apply: move 'numstat' "
` [PATCH 22/83] builtin/apply: move 'unsafe_paths' "
` [PATCH 27/83] builtin/apply: move 'read_stdin' global into cmd_apply()
` [PATCH 33/83] builtin/apply: move 'root' global into 'struct apply_state'
` [PATCH 39/83] builtin/apply: move 'ws_error_action' "
` [PATCH 47/83] builtin/apply: move applying patches into apply_all_patches()
` [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

definition for _attribute() in remote.c
 2016-04-26 13:19 UTC  (8+ messages)
  ` [PATCH] remote.c: spell __attribute__ correctly

[PATCHv2 0/3] git-p4: support python3 in the tests
 2016-04-26 20:03 UTC  (6+ messages)
` [PATCHv2 1/3] git-p4 tests: cd to / before running python
` [PATCHv2 2/3] git-p4 tests: work with python3 as well as python2
` [PATCHv2 3/3] git-p4 tests: time_in_seconds should use $PYTHON_PATH

[PATCH v4 0/4] githooks.txt improvements + core.hooksDirectory
 2016-04-26 19:55 UTC  (8+ messages)
` [PATCH v4 1/4] githooks.txt: Improve the intro section
` [PATCH v4 2/4] githooks.txt: Amend dangerous advice about 'update' hook ACL
` [PATCH v4 3/4] githooks.txt: Minor improvements to the grammar & phrasing
` [PATCH v4 4/4] hooks: Add ability to specify where the hook directory is

[PATCH] config doc: improve exit code listing
 2016-04-26 19:41 UTC  (5+ messages)

[PATCH] hooks: Add ability to specify where the hook directory is
 2016-04-26 19:19 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] http: Support sending custom HTTP headers
 2016-04-26 19:05 UTC  (15+ messages)
` [PATCH v2] http: support "

[PATCH v6 0/4] Add --base option to git-format-patch to record base tree info
 2016-04-26 18:58 UTC  (12+ messages)
` [PATCH v6 1/4] patch-ids: make commit_patch_id() a public helper function
` [PATCH v6 2/4] format-patch: add '--base' option to record base tree info
` [PATCH v6 3/4] format-patch: introduce --base=auto option
` [PATCH v6 4/4] format-patch: introduce format.useAutoBase configuration

[PATCH 0/3] Improve the mmap() emulation on Windows
 2016-04-26 18:53 UTC  (3+ messages)
` [PATCH 2/3] mmap(win32): avoid copy-on-write when it is unnecessary

[PATCH v2 00/21] git bisect improvements
 2016-04-26 18:27 UTC  (7+ messages)
` [PATCH v2 03/21] t/test-lib-functions.sh: generalize test_cmp_rev
` [PATCH v2 19/21] bisect: use a bottom-up traversal to find relevant weights

[PATCH v5b 00/17] port branch.c to use ref-filter's printing options
 2016-04-26 18:21 UTC  (20+ messages)
` [PATCH v5b 01/17] ref-filter: implement %(if), %(then), and %(else) atoms
` [PATCH v5b 02/17] ref-filter: include reference to 'used_atom' within 'atom_value'
` [PATCH v5b 03/17] ref-filter: implement %(if:equals=<string>) and %(if:notequals=<string>)
` [PATCH v5b 04/17] ref-filter: modify "%(objectname:short)" to take length
` [PATCH v5b 05/17] ref-filter: move get_head_description() from branch.c
` [PATCH v5b 06/17] ref-filter: introduce format_ref_array_item()
` [PATCH v5b 07/17] ref-filter: make %(upstream:track) prints "[gone]" for invalid upstreams
` [PATCH v5b 08/17] ref-filter: add support for %(upstream:track,nobracket)
` [PATCH v5b 09/17] ref-filter: make "%(symref)" atom work with the ':short' modifier
` [PATCH v5b 10/17] ref-filter: introduce refname_atom_parser_internal()
` [PATCH v5b 11/17] ref-filter: introduce symref_atom_parser() and refname_atom_parser()
` [PATCH v5b 12/17] ref-filter: make remote_ref_atom_parser() use refname_atom_parser_internal()
` [PATCH v5b 13/17] ref-filter: add `:dir` and `:base` options for ref printing atoms
` [PATCH v5b 14/17] ref-filter: allow porcelain to translate messages in the output
` [PATCH v5b 15/17] branch, tag: use porcelain output
` [PATCH v5b 16/17] branch: use ref-filter printing APIs
` [PATCH v5b 17/17] branch: implement '--format' option

"gitk --author=foo" shows also parent
 2016-04-26 17:52 UTC  (4+ messages)

[PATCH 1/3] githooks.txt: Improve the intro section
 2016-04-26 17:51 UTC  (10+ messages)
` [PATCH 2/3] githooks.txt: Amend dangerous advice about 'update' hook ACL
` [PATCH 3/3] githooks.txt: Minor improvements to the grammar & phrasing

[PATCHv2] clone: add `--shallow-submodules` flag
 2016-04-26 17:51 UTC  (3+ messages)

[PATCH 1/3] git reset --hard gives clean working tree
 2016-04-26 17:42 UTC  (15+ messages)
` [PATCH v7 01/10] t0027: Make commit_chk_wrnNNO() reliable
` [PATCH v7 02/10] convert: allow core.autocrlf=input and core.eol=crlf
` [PATCH v7 03/10] t0027: test cases for combined attributes
` [PATCH v7 04/10] convert.c: ident + core.autocrlf didn't work
` [PATCH v7 05/10] read-cache: factor out get_sha1_from_index() helper
` [PATCH v7 06/10] convert.c: stream and early out
` [PATCH v7 07/10] convert: unify the "auto" handling of CRLF
` [PATCH v7 08/10] convert.c: more safer crlf handling with text attribute
` [PATCH v7 09/10] t6038; use crlf on all platforms
` [PATCH v7 10/10] ce_compare_data() did not respect conversion

[PATCH] string_list: use string-list API in unsorted_string_list_lookup()
 2016-04-26 15:42 UTC  (6+ messages)
` [PATCH v2] "

How to have EOL=LF and keep binary files auto-detection?
 2016-04-26 15:31 UTC  (3+ messages)

0 bot for Git
 2016-04-26 11:35 UTC  (6+ messages)
        ` Parallel checkout (Was Re: 0 bot for Git)

[PATCH 0/2] git-p4: support python3 in the tests
 2016-04-26  7:27 UTC  (3+ messages)

[PATCH 00/21] completion: __gitdir()-related improvements
 2016-04-26  5:35 UTC  (4+ messages)
` [PATCH 13/21] rev-parse: add '--absolute-git-dir' option

肯德基大
 2016-04-26  1:54 UTC 

[PATCH] clone: add `--shallow-submodules` flag
 2016-04-26  1:08 UTC  (5+ messages)

[PATCH] Update git-p4 to be compatible with git-lfs 1.2
 2016-04-25 23:10 UTC  (4+ messages)

What's cooking in git.git (Apr 2016, #07; Mon, 25)
 2016-04-25 22:43 UTC 

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

[RFC/PATCH] Ordering of remotes for fetch --all
 2016-04-25 21:37 UTC  (3+ messages)
` [RFC/PATCH] remote: add a fetching priority to each remote

[RFC] How to pass Git config command line instructions to Submodule commands?
 2016-04-25 21:27 UTC  (5+ messages)

[PATCH] fast-import: implement --min-pack-size parameter
 2016-04-25 21:17 UTC  (6+ messages)
  ` [PATCH v2] fast-import: implement unpack limit
        ` [PATCH v3] "

[PATCH v5 00/15] index-helper/watchman
 2016-04-25 20:53 UTC  (4+ messages)
` [PATCH v5 06/15] index-helper: add --detach

[GIT PULL] l10n updates for maint branch (2.8.2)
 2016-04-25 20:37 UTC  (2+ messages)

[PATCH v1] travis-ci: build documentation
 2016-04-25 19:46 UTC  (11+ messages)

[PATCH v14 1/6] t0040-test-parse-options.sh: fix style issues
 2016-04-25 18:40 UTC  (6+ messages)
` [PATCH v14 3/6] t0040-parse-options: improve test coverage

[PATCH 1/3] githooks.txt: Improve the intro section
 2016-04-25 18:34 UTC  (3+ messages)
` [PATCH v3 0/3] Improvements to githooks.txt documentation

[PATCH 0/3] clone --shallow-submodules flag
 2016-04-25 17:41 UTC  (7+ messages)
` [PATCH 1/3] submodule clone: pass along `local` option
` [PATCH 3/3] clone: add t5614 to test cloning submodules with shallowness involved

[PATCH 0/3] Towards sane shallow clones with submodules
 2016-04-25 17:26 UTC  (4+ messages)
` [PATCH 1/3] clone: add `--shallow-submodules` flag

[PATCH v7 00/33] refs backend
 2016-04-25 16:46 UTC  (4+ messages)
` [PATCH v7 19/33] refs: allow log-only updates

[PATCH 80/83] run-command: make dup_devnull() non static
 2016-04-25 16:06 UTC  (6+ messages)
` [PATCH 81/83] apply: roll back index in case of error
` [PATCH 83/83] builtin/am: use apply api in run_apply()

GSoC Project Selected | Incremental Rewrite of git bisect
 2016-04-25 14:39 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).