git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-01-07 21:28:42 to 2016-01-11 20:17:40 UTC [more...]

[PATCHv2] Porting resolve_relative_url from shell to C
 2016-01-11 20:17 UTC  (4+ messages)
` [PATCHv2] submodule: Port "

[PATCH 0/3] Implicitly use --no-index if git grep is used outside of repo
 2016-01-11 19:44 UTC  (21+ messages)
` [PATCH 1/3] t7810: correct --no-index test
` [PATCH 2/3] builtin/grep: rename use_index to no_index
` [PATCH 3/3] builtin/grep: allow implicit --no-index
` [PATCH v2 0/3] Introduce a --use-index command line argument in git grep
  ` [PATCH v2 1/3] t7810: correct --no-index test
  ` [PATCH v2 2/3] builtin/grep: rename use_index to no_index
  ` [PATCH v2 3/3] builtin/grep: introduce --use-index argument

[PATCHv7 0/8] Expose submodule parallelism to the user
 2016-01-11 19:42 UTC  (9+ messages)
` [PATCHv7 1/8] submodule-config: keep update strategy around
` [PATCHv7 2/8] submodule-config: drop check against NULL
` [PATCHv7 3/8] submodule-config: remove name_and_item_from_var
` [PATCHv7 4/8] submodule-config: introduce parse_generic_submodule_config
` [PATCHv7 5/8] fetching submodules: respect `submodule.fetchJobs` config option
` [PATCHv7 6/8] git submodule update: have a dedicated helper for cloning
` [PATCHv7 7/8] submodule update: expose parallelism to the user
` [PATCHv7 8/8] clone: allow an explicit argument for parallel submodule clones

[PATCH] Teach cherry-pick and rebase to ignore redundant commits
 2016-01-11 19:28 UTC  (7+ messages)
` [PATCH 1/5] Teach cherry-pick to skip redundant commits if asked
` [PATCH 2/5] Add test for cherry-pick --skip-redundant-commits
` [PATCH 3/5] Add --skip-redundant-commits option to rebase
` [PATCH 4/5] Add test for redundant rebase
` [PATCH 5/5] Add test for rebase with merges amd redundant commits

[PATCH] commit: ensure correct permissions of the commit message
 2016-01-11 18:35 UTC  (17+ 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 "
  ` [PATCH v3 0/2] Correctly handle transient files in shared repositories
    ` [PATCH v3 1/2] commit: allow editing the commit message even in shared repos
    ` [PATCH v3 2/2] Handle more file writes correctly "

[PATCH] Provide a dirname() function when NO_LIBGEN_H=YesPlease
 2016-01-11 18:30 UTC  (25+ 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
  ` [PATCH v3 0/4] Ensure that we can build without libgen.h
    ` [PATCH v3 1/4] Refactor skipping DOS drive prefixes
    ` [PATCH v3 2/4] compat/basename: make basename() conform to POSIX
    ` [PATCH v3 3/4] Provide a dirname() function when NO_LIBGEN_H=YesPlease
    ` [PATCH v3 4/4] t0060: verify that basename() and dirname() work as expected

[PATCH 0/2] fix corner case with lock_ref_sha1_basic and REF_NODEREF
 2016-01-11 18:28 UTC  (4+ messages)
` [PATCH 1/2] checkout,clone: check return value of create_symref
` [PATCH 2/2] lock_ref_sha1_basic: handle REF_NODEREF with invalid refs

git repository modified after migration
 2016-01-11 18:19 UTC  (4+ messages)

[PATCH v2 0/2] specify commit by negative pattern
 2016-01-11 18:10 UTC  (17+ messages)
` [PATCH v2 2/2] object name: introduce '^{/!-<negative pattern>}' notation
    ` [PATCH v2 2/2] object name: introduce '^{/!-<negativepattern>}' notation
        ` [PATCH V3 0/2] specify commit by negative pattern
          ` [PATCH V3 1/2] test for '!' handling in rev-parse's named commits
          ` [PATCH V3 2/2] object name: introduce '^{/!-<negative pattern>}' notation

[PATCH v10] ls-files: add eol diagnostics
 2016-01-11 17:48 UTC  (2+ messages)

[PATCH 0/2] Add in-place editing support to git interpret-trailers
 2016-01-11 17:24 UTC  (6+ messages)
` [PATCH 1/2] trailer: use fprintf instead of printf
` [PATCH 2/2] interpret-trailers: add option for in-place editing

[GIT PULL] Korean l10n updates for Git 2.7.0 (maint branch)
 2016-01-11 17:20 UTC 

Should notes handle replace commits?
 2016-01-11 16:50 UTC  (12+ messages)

[PATCH 1/3] prepare_packed_git(): find more garbage
 2016-01-11 16:35 UTC  (5+ messages)
` [PATCH v3 0/3] "

[PATCH v3 0/3] add test to demonstrate that shallow recursive clones fail
 2016-01-11 16:29 UTC  (5+ messages)
` [PATCH v3 3/3] submodule: extend die message on failed checkout with depth argument

Some issues when trying to set up a shallow git mirror server
 2016-01-11 15:51 UTC  (7+ messages)

Draft of Git Rev News edition 11
 2016-01-11 14:36 UTC 

[PATCH] git-svn: loosen config globs limitations
 2016-01-11 14:25 UTC 

git format-patch on empty commit
 2016-01-11 14:19 UTC 

Adding a commit to the front of my branch?
 2016-01-11 14:16 UTC  (3+ messages)

[PATCHv2] t/t9001-send-email.sh: use the $( ... ) construct for command substitution
 2016-01-11 13:34 UTC 

[PATCH v2] format-patch: introduce format.outputDirectory configuration
 2016-01-11  4:00 UTC  (6+ messages)
` [PATCH v3] "
    ` [PATCH v4] "

[PATCH] Add a test for subtree rebase that loses commits
 2016-01-10 23:08 UTC  (3+ messages)
` [PATCH v2] Test rebase -Xsubtree

[PATCH v4] git-svn: add support for prefixed globs in config
 2016-01-10 11:00 UTC  (4+ messages)

for-each-ref output order change in 2.7.0
 2016-01-10  9:51 UTC  (6+ messages)

How do I get the contents of a directory in fast-import
 2016-01-09 23:56 UTC  (2+ messages)

[PATCH v3 00/15] ref-filter: use parsing functions
 2016-01-09  9:00 UTC  (7+ messages)

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

[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] 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)

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  (4+ messages)
` [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 

[PATCH 12/16] refs: always handle non-normal refs in files backend
 2016-01-08 12:52 UTC  (4+ messages)
` [PATCH/RFC v2 1/3] refs: allow log-only updates
  ` [PATCH/RFC v2 3/3] refs: always handle non-normal refs in files backend

[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  (3+ messages)
` [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  (12+ 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  (4+ messages)

[PATCH 00/10] use the $( ... ) construct for command substitution
 2016-01-07 22:00 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).