git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-12-17 01:00:25 to 2015-12-22 08:28:14 UTC [more...]

[PATCH 0/8] Untracked cache improvements
 2015-12-22  8:27 UTC  (22+ messages)
` [PATCH 7/8] config: add core.untrackedCache
                                ` Fwd: "

"git stash pop" is doing an unwanted "git add" when there are conflicts
 2015-12-22  8:17 UTC  (3+ messages)

git describe unexpected results
 2015-12-22  7:03 UTC 

[PATCH v2 0/2] do_compare_entry: use already-computed path
 2015-12-22  4:26 UTC  (7+ messages)
` [PATCH v2 1/2] traverse_info: make mostly const
` [PATCH v2 2/2] do_compare_entry: use already-computed path

[PATCH 1/2] Define the term shallow clone
 2015-12-22  3:47 UTC  (4+ messages)
` [PATCH 2/2] Add a section to the users manual documenting shallow clones

Git clone fails during pre-commit hook due to GIT_WORK_TREE=. (regression 2.5 -> 2.6)
 2015-12-22  1:06 UTC  (5+ messages)
` [PATCH] Revert "setup: set env $GIT_WORK_TREE when work tree is set, like $GIT_DIR"

[PATCH 0/4] improve symbolic-ref robustness
 2015-12-22  0:58 UTC  (7+ messages)
` [PATCH 1/4] symbolic-ref: propagate error code from create_symref()
` [PATCH 2/4] t1401: test reflog creation for git-symbolic-ref
` [PATCH 3/4] create_symref: modernize variable names
` [PATCH 4/4] create_symref: use existing ref-lock code

[PATCH 1/2] git.c: make it clear save_env() is for alias handling only
 2015-12-21 21:18 UTC  (6+ messages)
` [PATCH v2 0/3] nd/clear-gitenv-upon-use-of-alias
  ` [PATCH v2 1/3] git.c: make it clear save_env() is for alias handling only
  ` [PATCH v2 2/3] setup.c: re-fix d95138e (setup: set env $GIT_WORK_TREE when
  ` [PATCH v2 3/3] git.c: make sure we do not leak GIT_* to alias scripts

[PATCH v1 0/2] git-p4: kill watchdog and suppress irrelevant output
 2015-12-21 20:38 UTC  (5+ messages)
` [PATCH v1 1/2] git-p4: kill p4d watchdog on cleanup
` [PATCH v1 2/2] git-p4: suppress non test relevant output

Case insensitive branch names
 2015-12-21 20:08 UTC  (5+ messages)
` [git-for-windows] "

Someplace to contribute: documentation
 2015-12-21 19:58 UTC  (3+ messages)

[PATCH] hooks/update: Add a hooks.denyunsignedtags option
 2015-12-21 19:29 UTC  (4+ messages)

[PATCHv2 0/3] git-p4: fixing p4ChangesForPaths
 2015-12-21 19:27 UTC  (5+ messages)
` [PATCHv2 1/3] git-p4: failing test case for skipping changes with multiple depots
` [PATCHv2 2/3] git-p4: support multiple depot paths in p4 submit
` [PATCHv2 3/3] git-p4: reduce number of server queries for fetches

[PATCH] commit: ensure correct permissions of the commit message
 2015-12-21 17:22 UTC  (7+ messages)

Applying attached patches with git-am fails due to leading > in patch
 2015-12-21 17:21 UTC 

[PATCH] do_compare_entry: use already-computed path
 2015-12-21 17:17 UTC  (2+ messages)

[PATCH] mingw: emulate write(2) that fails with a EPIPE
 2015-12-21 16:59 UTC  (12+ messages)
` [PATCH v2] "

[RFPR] updates for 2.7?
 2015-12-21 16:57 UTC  (3+ messages)

What's cooking in git.git (Dec 2015, #05; Tue, 15)
 2015-12-21 16:54 UTC  (6+ messages)

[PATCH] git-p4.py: add support for filetype change
 2015-12-21 13:09 UTC 

-C option with pull doesn't seem to be respected in aliases in git 2.6.4
 2015-12-21  9:57 UTC  (3+ messages)

[PATCH 1/2] pack-revindex: drop hash table
 2015-12-21  7:08 UTC  (4+ messages)
` [PATCH 2/2] pack-revindex: store entries directly in packed_git

[PATCH v3 0/3] add test to demonstrate that shallow recursive clones fail
 2015-12-20 23:19 UTC  (4+ messages)
` [PATCH v3 1/3] submodule: "
` [PATCH v3 2/3] submodule: fix &&-chain breakage
` [PATCH v3 3/3] submodule: extend die message on failed checkout with depth argument

`format:%>` padding and `git log --graph`
 2015-12-20 16:41 UTC 

[PATCH v1] git-p4: ignore P4 changelists that only touch files
 2015-12-20 14:59 UTC  (2+ messages)

Forcing git to pack objects
 2015-12-20  7:41 UTC  (3+ messages)

Possible bug in "git mv"
 2015-12-20  0:34 UTC 

[RFC] Malicously tampering git metadata?
 2015-12-20  1:28 UTC  (8+ messages)

[PATCH] gitk: Update Bulgarian translation (311t)
 2015-12-19 22:36 UTC 

git leaves behind .git/COMMIT_EDITMSG non-shared in --shared non-bare repo
 2015-12-19 18:24 UTC  (5+ messages)

Odd rebase behavior
 2015-12-19 16:09 UTC  (6+ messages)

[PATCH v2 00/11] ref-filter: use parsing functions
 2015-12-19 11:35 UTC  (26+ messages)
` [PATCH v2 01/11] strbuf: introduce strbuf_split_str_without_term()
` [PATCH v2 03/11] ref-filter: introduce struct used_atom
` [PATCH v2 05/11] ref-filter: skip deref specifier in match_atom_name()
` [PATCH v2 06/11] ref-filter: introduce color_atom_parser()
` [PATCH v2 07/11] ref-filter: introduce align_atom_parser()
` [PATCH v2 08/11] ref-filter: introduce prefixes for the align atom
` [PATCH v2 09/11] ref-filter: introduce remote_ref_atom_parser()
` [PATCH v2 10/11] ref-filter: introduce contents_atom_parser()
` [PATCH v2 11/11] ref-filter: introduce objectname_atom_parser()

Help debugging git-svn
 2015-12-19  4:31 UTC  (5+ messages)

[PATCH v2] gitk: add -C <path> commandline parameter to change path
 2015-12-19  3:13 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] gitk: sv.po: Update Swedish translation (311t)
 2015-12-19  2:26 UTC  (2+ messages)

[PATCH 0/2] gitk spacing/sizing tuning for HiDPI
 2015-12-19  2:26 UTC  (3+ messages)
` [PATCH 1/2] gitk: match ttk fonts to gitk fonts

[PATCH 1/3] prepare_packed_git(): find more garbage
 2015-12-19  2:03 UTC  (8+ messages)
` [PATCH v3 0/3] "
  ` [PATCH 2/3] t5304: Add test for .bitmap garbage files
  ` [PATCH 3/3] gc: Clean garbage .bitmap files from pack dir

[PATCHv2 0/7] Rerolling sb/submodule-parallel-fetch for the time after 2.7
 2015-12-18 18:12 UTC  (11+ messages)
` [PATCHv2 2/7] xread: poll on non blocking fds

(unknown),
 2015-12-18 17:35 UTC  (4+ messages)
` (unknown)

[PATCH v2 00/10] Untracked cache improvements
 2015-12-18  8:32 UTC  (10+ messages)
` [PATCH v2 01/10] update-index: use enum for untracked cache options
` [PATCH v2 02/10] update-index: add --test-untracked-cache
` [PATCH v2 10/10] dir: do not use untracked cache ident anymore

[PATCH 00/16] LMDB refs backend atop pre-vtable
 2015-12-18  4:06 UTC  (8+ messages)
` [PATCH 02/16] refs: add methods for misc ref operations
` [PATCH 15/16] refs: add LMDB refs backend

[PATCH] submodule: Port resolve_relative_url from shell to C
 2015-12-18  3:27 UTC  (8+ messages)
` [PATCHv2] Porting "
  ` [PATCHv2] submodule: Port "

RefTree: Alternate ref backend
 2015-12-18  1:36 UTC  (6+ messages)

[PATCH v3] git-svn: add support for prefixed globs in config
 2015-12-18  0:42 UTC  (2+ messages)

[PATCH v2 0/4] Fix git-gui when recentrepo list has duplicates
 2015-12-18  0:26 UTC  (8+ messages)
` [PATCH v2 4/4] git gui: allow for a long recentrepo list
        ` [PATCH v3 "

Git issue report : issue with capital letter in folder name
 2015-12-17 23:35 UTC  (3+ messages)

[PATCH] revision.c: propagate tag names from pending array
 2015-12-17 22:14 UTC  (3+ messages)

[PATCH] rebase: add --verify-signatures
 2015-12-17 18:22 UTC  (7+ messages)

[PATCH] push: Improve --recurse-submodules support
 2015-12-17 16:41 UTC  (6+ messages)
` [PATCH 1/2] push: Fully test --recurse-submodules on command line overrides config

[PATCH v2] git-svn: add support for prefixed globs in config
 2015-12-17 14:34 UTC 

CruiseControl.NET hangs on git-submodule bad file descriptor
 2015-12-17 14:07 UTC  (5+ messages)

No auto CRLF conversion in Commit Message comments
 2015-12-17 11:58 UTC  (3+ messages)

Review & Reply
 2015-12-17  0:55 UTC 

git gui: fail on dual entries in recent repo list
 2015-12-17  7:45 UTC  (6+ messages)
` [PATCH v1 0/4] Fix git-gui when recentrepo list has duplicates
  ` [PATCH v1 1/4] git-gui: remove duplicate entries from .gitconfig's gui.recentrepo

[RFC] Git Developer Summit, April 4th, 2016, NYC
 2015-12-17  7:14 UTC 

'Comma in -to/-cc entry' on valid addresses
 2015-12-17  6:50 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).