git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-01-08 18:45:26 to 2016-01-12 08:05:42 UTC [more...]

[PATCH] commit: ensure correct permissions of the commit message
 2016-01-12  8:05 UTC  (19+ messages)
` [PATCH v2 0/2] Correctly handle transient files in shared repositories
  ` [PATCH v2 2/2] Handle more file writes correctly in shared repos
  ` [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 "

Git doesn't save capitalization change in file names
 2016-01-12  8:02 UTC  (3+ messages)

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

git repository modified after migration
 2016-01-12  7:01 UTC  (5+ messages)

[PATCH v10] ls-files: add eol diagnostics
 2016-01-12  6:25 UTC  (3+ messages)

[PATCH 0/2] fix corner case with lock_ref_sha1_basic and REF_NODEREF
 2016-01-12  4:55 UTC  (6+ 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

What's cooking in git.git (Jan 2016, #02; Mon, 11)
 2016-01-12  4:34 UTC  (4+ messages)

[PATCH] gitweb: Remove "uninitialized value" Perl warning
 2016-01-12  3:31 UTC 

[PATCH] Teach cherry-pick and rebase to ignore redundant commits
 2016-01-12  3:10 UTC  (9+ 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 v2 00/21] refs backend reroll
 2016-01-12  1:22 UTC  (22+ messages)
` [PATCH v2 01/21] refs: add a backend method structure with transaction functions
` [PATCH v2 02/21] refs: add methods for misc ref operations
` [PATCH v2 03/21] refs: add methods for the ref iterators
` [PATCH v2 04/21] refs: add do_for_each_per_worktree_ref
` [PATCH v2 05/21] refs: add methods for reflog
` [PATCH v2 06/21] refs: add method for initial ref transaction commit
` [PATCH v2 07/21] refs: add method for delete_refs
` [PATCH v2 08/21] refs: add methods to init refs db
` [PATCH v2 09/21] refs: add method to rename refs
` [PATCH v2 10/21] refs: make lock generic
` [PATCH v2 11/21] refs: move duplicate check to common code
` [PATCH v2 12/21] refs: allow log-only updates
` [PATCH v2 13/21] refs: resolve symbolic refs first
` [PATCH v2 14/21] refs: always handle non-normal refs in files backend
` [PATCH v2 15/21] init: allow alternate backends to be set for new repos
` [PATCH v2 16/21] refs: check submodules ref storage config
` [PATCH v2 17/21] clone: use child_process for recursive checkouts
` [PATCH v2 18/21] refs: allow ref backend to be set for clone
` [PATCH v2 19/21] svn: learn ref-storage argument
` [PATCH v2 20/21] refs: add LMDB refs backend
` [PATCH v2 21/21] refs: tests for lmdb backend

git format-patch on empty commit
 2016-01-11 23:47 UTC  (5+ messages)

[PATCH 0/5] Split .git/config in multiple worktree setup
 2016-01-11 22:43 UTC  (3+ messages)
` [PATCH v2 0/6] "

[PATCH 0/3] Implicitly use --no-index if git grep is used outside of repo
 2016-01-11 22:35 UTC  (27+ 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
` [PATCH v3 0/2] grep: add fallbackToNoIndex config option
  ` [PATCH v3 1/2] t7810: correct --no-index test
  ` [PATCH v3 2/2] builtin/grep: add grep.fallbackToNoIndex config

Segmentation fault found while fuzzing .pack file under 2.7.0.rc3
 2016-01-11 21:33 UTC  (5+ messages)

git pull --rebase --autostash
 2016-01-11 21:03 UTC  (2+ messages)

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

[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 v2 2/2] object name: introduce '^{/!-<negativepattern>}' notation
 2016-01-11 18:10 UTC  (10+ messages)
` [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 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 

[PATCH v2 0/2] specify commit by negative pattern
 2016-01-11 17:13 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-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  (4+ 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 

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


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