git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-04-21 03:14:39 to 2016-04-22 23:51:43 UTC [more...]

RFC: Supporting .git/hooks/$NAME.d/* && /etc/git/hooks/$NAME.d/*
 2016-04-22 23:51 UTC 

[PATCH] hooks: Add ability to specify where the hook directory is
 2016-04-22 23:33 UTC 

issue upgrading git from 1.8.2.1 to 2.8.0
 2016-04-22 23:14 UTC  (4+ messages)

make test Unexpected passes
 2016-04-22 22:19 UTC  (2+ messages)

What's cooking in git.git (Apr 2016, #06; Thu, 21)
 2016-04-22 22:12 UTC  (14+ messages)

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

[PATCH v2 0/6] object_id Part 3
 2016-04-22 22:02 UTC  (7+ messages)
` [PATCH v2 1/6] Introduce a get_oid function
` [PATCH v2 2/6] test-match-trees: convert to use struct object_id
` [PATCH v2 3/6] match-trees: convert shift_tree and shift_tree_by to object_id
` [PATCH v2 4/6] Convert struct name_entry to use struct object_id
` [PATCH v2 5/6] tree-walk: convert tree_entry_extract to "
` [PATCH v2 6/6] match-trees: convert several leaf functions "

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

[PATCH v2 0/4] rev-parse: adjust results when they should be relative
 2016-04-22 21:53 UTC  (5+ messages)
` [PATCH v2 1/4] rev-parse: fix some options when executed from subpath of main tree
` [PATCH v2 2/4] t1500-rev-parse: add tests executed from sub path of the main worktree
` [PATCH v2 3/4] t2027-worktree-list: add and adjust tests related to git-rev-parse
` [PATCH v2 4/4] t1700-split-index: add test for rev-parse --shared-index-path

[PATCH] test-lib: simplify '--option=value' parsing
 2016-04-22 20:54 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] name-rev: include taggerdate in considering the best name
 2016-04-22 20:50 UTC  (6+ messages)

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

possible bug of git stash deleting uncommitted files in corner case
 2016-04-22 19:04 UTC  (5+ messages)

Subtree Split Includes Commits Outside Prefix Directory
 2016-04-22 18:38 UTC 

[PATCH v1] travis-ci: build documentation
 2016-04-22 18:14 UTC  (4+ messages)

[PATCH] string_list: use string-list API in unsorted_string_list_lookup()
 2016-04-22 17:35 UTC 

0 bot for Git
 2016-04-22 17:30 UTC  (13+ messages)

[PATCH v8 0/6] Move PGP verification out of verify-tag
 2016-04-22 17:22 UTC  (9+ messages)
` [PATCH v8 1/6] builtin/verify-tag.c: ignore SIGPIPE in gpg-interface
` [PATCH v8 2/6] t7030: test verifying multiple tags
` [PATCH v8 3/6] verify-tag: update variable name and type
` [PATCH v8 4/6] verify-tag: prepare verify_tag for libification
` [PATCH v8 5/6] verify-tag: move tag verification code to tag.c
` [PATCH v8 6/6] tag -v: verify directly rather than exec-ing verify-tag

[PATCH 0/3] Improve the mmap() emulation on Windows
 2016-04-22 14:31 UTC  (4+ messages)
` [PATCH 1/3] win32mmap: set errno appropriately
` [PATCH 2/3] mmap(win32): avoid copy-on-write when it is unnecessary
` [PATCH 3/3] mmap(win32): avoid expensive fstat() call

history damage in linux.git
 2016-04-22 13:38 UTC  (24+ messages)

[PATCH 0/7] fix checking out a being-rebased branch
 2016-04-22 13:01 UTC  (27+ messages)
` [PATCH v2 00/12] "
  ` [PATCH v2 03/12] worktree.c: make find_shared_symref() return struct worktree *
  ` [PATCH v2 04/12] worktree.c: mark current worktree
  ` [PATCH v3 00/13] nd/worktree-various-heads
    ` [PATCH v3 01/13] dir.c: rename str(n)cmp_icase to fspath(n)cmp
    ` [PATCH v3 02/13] path.c: add git_common_path() and strbuf_git_common_path()
    ` [PATCH v3 03/13] worktree.c: store "id" instead of "git_dir"
    ` [PATCH v3 04/13] worktree.c: make find_shared_symref() return struct worktree *
    ` [PATCH v3 05/13] worktree.c: mark current worktree
    ` [PATCH v3 06/13] path.c: refactor and add worktree_git_path()
    ` [PATCH v3 07/13] wt-status.c: split rebase detection out of wt_status_get_state()
    ` [PATCH v3 08/13] wt-status.c: make wt_status_check_rebase() work on any worktree
    ` [PATCH v3 09/13] worktree.c: avoid referencing to worktrees[i] multiple times
    ` [PATCH v3 10/13] worktree.c: check whether branch is rebased in another worktree
    ` [PATCH v3 11/13] wt-status.c: split bisect detection out of wt_status_get_state()
    ` [PATCH v3 12/13] worktree.c: check whether branch is bisected in another worktree
    ` [PATCH v3 13/13] branch: do not rename a branch under bisect or rebase

[PATCH 1/2] dir.c: remove dead function fnmatch_icase()
 2016-04-22 12:25 UTC  (2+ messages)
` [PATCH 2/2] wrapper.c: delete dead function git_mkstemps()

[PATCH] Update git-p4 to be compatible with git-lfs 1.2
 2016-04-22  8:10 UTC  (6+ messages)

[PATCH v2 0/2] git-p4: fix Git LFS pointer parsing
 2016-04-22  7:55 UTC  (5+ messages)
` [PATCH v2 2/2] "

[git-multimail] smtplib, check certificate
 2016-04-22  6:41 UTC  (3+ messages)

[PATCH/GSoC] add a add.patch config variable
 2016-04-22  6:45 UTC  (12+ messages)
  ` [PATCH/RFC/GSoC 0/2] "
    ` [PATCH/RFC/GSoC 1/2] count recursion depth
  ` [PATCH/RFC/GSoC 2/2] add a add.patch config variable

git status core dump with bad sector!
 2016-04-22  5:11 UTC  (2+ messages)

'next'ed --allow-unrelated-histories could cause lots of grief
 2016-04-21 23:17 UTC  (8+ messages)

problems serving non-bare repos with submodules over http
 2016-04-21 22:42 UTC  (11+ messages)

[PATCH 0/4] Loosening "two project merge" safety
 2016-04-21 22:29 UTC  (8+ messages)
` [PATCH 1/4] t3033: avoid 'ambiguous refs' warning
` [PATCH 2/4] pull: pass --allow-unrelated-histories to "git merge"
` [PATCH 3/4] merge: GIT_MERGE_ALLOW_UNRELATED_HISTORIES environment
` [PATCH 4/4] merge: introduce merge.allowUnrelatedhistories configuration option

[PATCH v7 00/33] refs backend
 2016-04-21 14:17 UTC  (3+ messages)
` [PATCH v7 19/33] refs: allow log-only updates

[PATCH v2] git-p4: add P4 jobs to git commit message
 2016-04-21  7:34 UTC  (16+ messages)

git rebase -i without altering the committer date
 2016-04-21  7:17 UTC  (4+ messages)

[PATCH 0/5] fix deadlock in git-push
 2016-04-21  5:18 UTC  (4+ messages)
` [PATCH 2/5] run-command: teach async threads to ignore SIGPIPE


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