git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-01-05 18:57:10 to 2016-01-09 03:39:15 UTC [more...]

Help debugging git-svn
 2016-01-09  3:39 UTC  (6+ messages)

[PATCH v2 0/2] specify commit by negative pattern
 2016-01-09  2:18 UTC  (7+ messages)
` [PATCH v2 2/2] object name: introduce '^{/!-<negative pattern>}' notation
    ` [PATCH v2 2/2] object name: introduce '^{/!-<negativepattern>}' notation

Should notes handle replace commits?
 2016-01-09  1:25 UTC  (9+ messages)

for-each-ref output order change in 2.7.0
 2016-01-09  1:07 UTC 

[PATCH 00/10] use the $( ... ) construct for command substitution
 2016-01-08 23:19 UTC  (17+ messages)
` [PATCH 01/10] t/t7103-reset-bare.sh: "
` [PATCH 02/10] t/t7406-submodule-update.sh: "
` [PATCH 03/10] t/t7408-submodule-reference.sh: "
` [PATCH 04/10] t/t7504-commit-msg-hook.sh: "
` [PATCH 05/10] t/t7505-prepare-commit-msg-hook.sh: "
` [PATCH 06/10] t/t7602-merge-octopus-many.sh: "
` [PATCH 07/10] t/t7700-repack.sh: "
` [PATCH 08/10] t/t8003-blame-corner-cases.sh: "
` [PATCH 09/10] t/t9001-send-email.sh: "
` [PATCH 10/10] t/t9001-send-email.sh: get rid of unnecessary backquotes

[PATCH] Provide a dirname() function when NO_LIBGEN_H=YesPlease
 2016-01-08 22:07 UTC  (14+ messages)
` [PATCH v2 0/4] Ensure that we can build without libgen.h
  ` [PATCH v2 1/4] Refactor skipping DOS drive prefixes
  ` [PATCH v2 2/4] compat/basename: make basename() conform to POSIX
  ` [PATCH v2 3/4] Provide a dirname() function when NO_LIBGEN_H=YesPlease
  ` [PATCH v2 4/4] t0060: verify that basename() and dirname() work as expected

Some issues when trying to set up a shallow git mirror server
 2016-01-08 21:37 UTC  (6+ messages)

[PATCH] Revert "dir.c: don't exclude whole dir prematurely if neg pattern may match"
 2016-01-08 19:52 UTC  (3+ messages)

[PATCH v4 00/10] Untracked cache improvements
 2016-01-08 19:43 UTC  (9+ messages)
` [PATCH v4 09/10] config: add core.untrackedCache

Working towards a common review format for git
 2016-01-08 19:26 UTC  (5+ messages)

[PATCH] commit: ensure correct permissions of the commit message
 2016-01-08 17:59 UTC  (24+ messages)
` [PATCH v2 0/2] Correctly handle transient files in shared repositories
  ` [PATCH v2 1/2] commit: allow editing the commit message even in shared repos
  ` [PATCH v2 2/2] Handle more file writes correctly "

how to fetch entire heirarchy of refs from a remote?
 2016-01-08 16:30 UTC  (8+ messages)

[PATCH 00/16] LMDB refs backend atop pre-vtable
 2016-01-08 16:05 UTC  (26+ messages)
` [PATCH 03/16] refs: add methods for the ref iterators
` [PATCH 12/16] refs: always handle non-normal refs in files backend
    ` [PATCH/RFC v2 1/3] refs: allow log-only updates
      ` [PATCH/RFC v2 2/3] refs: resolve symbolic refs first
      ` [PATCH/RFC v2 3/3] refs: always handle non-normal refs in files backend
` [PATCH 13/16] init: allow alternate backends to be set for new repos
  ` [PATCH] clone: use child_process for recursive checkouts
` [PATCH 15/16] refs: add LMDB refs backend

git pull --rebase --autostash
 2016-01-08 15:24 UTC 

format-patch on empty commit
 2016-01-08 12:53 UTC 

[BUG] git add . after removing .git/ in a subdirectory triggers assertion failure
 2016-01-08 12:10 UTC  (2+ messages)

Behavior change in 2.7.0: With core.sparseCheckout some files have the skip-worktree bit set after a checkout
 2016-01-08 10:49 UTC  (2+ messages)

Questions on passing --depth to git-clone vs. git-fetch
 2016-01-08  9:32 UTC  (7+ messages)
    ` [PATCH] docs: clarify that passing --depth to git-clone implies --single-branch
` [PATCH] docs: say "commits" in the --depth option wording for git-clone
` [PATCH] docs: clarify that --depth for git-fetch works with newly initialized repos

Git 2.7.0 gitignore behaviour regression
 2016-01-08  9:02 UTC  (13+ messages)

Detecting redundant commits
 2016-01-08  3:14 UTC  (4+ messages)

Segmentation fault found while fuzzing .pack file under 2.7.0.rc3
 2016-01-07 22:54 UTC  (9+ messages)

[PATCH 00/10] use the $( ... ) construct for command substitution
 2016-01-07 22:00 UTC  (12+ messages)
` [PATCH 01/10] t/t5900-repo-selection.sh: "
` [PATCH 02/10] t/t6001-rev-list-graft.sh: "
` [PATCH 03/10] t/t6002-rev-list-bisect.sh: "
` [PATCH 04/10] t/t6015-rev-list-show-all-parents.sh: "
` [PATCH 05/10] t/t6032-merge-large-rename.sh: "
` [PATCH 06/10] t/t6132-pathspec-exclude.sh: "
` [PATCH 07/10] t/t7001-mv.sh: "
` [PATCH 08/10] t/t7003-filter-branch.sh: "
` [PATCH 09/10] t/t7004-tag.sh: "
` [PATCH 10/10] t/t7006-pager.sh: "

[PATCH v3 0/3] add test to demonstrate that shallow recursive clones fail
 2016-01-07 21:50 UTC  (2+ messages)

[PATCH v3 00/15] ref-filter: use parsing functions
 2016-01-07 21:28 UTC  (27+ messages)
` [PATCH v3 01/15] strbuf: introduce strbuf_split_str_omit_term()
` [PATCH v3 08/15] ref-filter: introduce color_atom_parser()
` [PATCH v3 11/15] ref-filter: convert variable 'width' to an unsigned int
` [PATCH v3 14/15] ref-filter: introduce contents_atom_parser()
` [PATCH v3 15/15] ref-filter: introduce objectname_atom_parser()

[PATCH v9F] ls-files: Add eol diagnostics
 2016-01-07 20:33 UTC  (2+ messages)

Bug: Branch Deletion Doesn't Clean Up
 2016-01-07 19:24 UTC 

What's cooking in git.git (Jan 2016, #01; Mon, 4)
 2016-01-07 13:29 UTC  (5+ messages)
` Picking up old threads/patches

git pull --rebase overwrites/deletes empty commits
 2016-01-07 12:56 UTC 

[PATCH] interpret-trailers: add option for in-place editing
 2016-01-07 12:42 UTC  (5+ messages)

[BUG?] worktree setup broken in subdirs with git alias
 2016-01-07  9:49 UTC  (6+ messages)

Advice regarding inherited git repository
 2016-01-07  8:40 UTC  (2+ messages)

Initial git clone behaviour
 2016-01-06 23:24 UTC  (3+ messages)

[PATCH 0/2] git-candidate: git based patch tracking and review
 2016-01-06 20:50 UTC  (7+ messages)
` [PATCH 2/2] contrib/git-candidate: Add README

[PATCH/RFC v2 0/2] add regex match flags to git describe
 2016-01-06 12:23 UTC  (10+ messages)

[PATCH v3] reflog-walk: don't segfault on non-commit sha1's in the reflog
 2016-01-06  9:30 UTC  (8+ messages)
` [PATCH v4] "

[PATCH] Expand documentation describing --signoff
 2016-01-05 23:02 UTC  (2+ messages)

[PATCH v2] Remote subtree split --annotate
 2016-01-05 21:35 UTC  (4+ messages)
` [PATCH] contrib/subtree: Remove --annotate

[PATCH] Test rebase -Xsubtree
 2016-01-05 21:14 UTC  (4+ messages)
` [PATCH] Add a test for subtree rebase that loses commits

[PATCH v2 0/2] do_compare_entry: use already-computed path
 2016-01-05 19:40 UTC  (3+ messages)
` [PATCH v2 2/2] "


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