git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-02-04 20:21:40 to 2015-02-09 09:36:06 UTC [more...]

[PATCH/RFD 0/3] worktree.* config keys and submodule and multiple worktrees
 2015-02-09  9:35 UTC  (7+ messages)
` [PATCH 1/3] config.c: new config namespace worktree.* stored in $GIT_DIR/config.worktree
` [PATCH 2/3] setup: add worktree.path to shadow core.worktree
` [PATCH 3/3] submodule: use worktree.path instead of core.worktree

[PATCH 0/8] Fix some problems with reflog expiration
 2015-02-09  9:12 UTC  (9+ messages)
` [PATCH 1/8] write_ref_sha1(): remove check for lock == NULL
` [PATCH 2/8] write_ref_sha1(): Move write elision test to callers
` [PATCH 3/8] lock_ref_sha1_basic(): do not set force_write for missing references
` [PATCH 4/8] reflog: fix documentation
` [PATCH 5/8] reflog: rearrange the manpage
` [PATCH 6/8] reflog_expire(): ignore --updateref for symbolic references
` [PATCH 7/8] reflog_expire(): never update a reference to null_sha1
` [PATCH 8/8] reflog_expire(): lock symbolic refs themselves, not their referent

Microsoft
 2015-02-09  8:48 UTC 

git 2.2.2 annotate crash (strbuf.c:32)
 2015-02-09  4:39 UTC  (3+ messages)

Высококачественный кофе от швейцарского производителя
 2015-02-08 16:15 UTC 

Fwd: segmentation fault 11
 2015-02-09  1:36 UTC  (2+ messages)

[PATCH] Geolocation support
 2015-02-09  1:24 UTC  (6+ messages)

[PATCH] sha1_file.c: make sure open_sha1_file does not open a directory
 2015-02-09  1:15 UTC  (5+ messages)
    ` [PATCH 1/2] for_each_loose_file_in_objdir: take an optional strbuf path
    ` [PATCH 2/2] sha1_file: fix iterating loose alternate objects

[PATCH] config: do not ungetc EOF
 2015-02-08 21:22 UTC  (6+ messages)

read() MAX_IO_SIZE bytes, more than SSIZE_MAX?
 2015-02-08 17:09 UTC  (16+ messages)

[PATCH] merge-file: correctly open files when in a subdir
 2015-02-08 16:53 UTC 

[PATCH 00/11] Allow reference values to be checked in a transaction
 2015-02-08 16:14 UTC  (12+ messages)
` [PATCH 01/11] refs: move REF_DELETING to refs.c
` [PATCH 02/11] refs: remove the gap in the REF_* constant values
` [PATCH 03/11] struct ref_update: move "have_old" into "flags"
` [PATCH 04/11] ref_transaction_update(): remove "have_old" parameter
` [PATCH 05/11] ref_transaction_delete(): "
` [PATCH 06/11] commit: add tests of commit races
` [PATCH 07/11] commit: avoid race when creating orphan commits
` [PATCH 08/11] ref_transaction_create(): check that new_sha1 is valid
` [PATCH 09/11] ref_transaction_delete(): check that old_sha1 is not null_sha1
` [PATCH 10/11] ref_transaction_verify(): new function to check a reference's value
` [PATCH 11/11] update_ref(): improve documentation

'git rebase' silently drops changes?
 2015-02-08 13:49 UTC  (3+ messages)

[PATCH 00/21] nd/list-files updates
 2015-02-08  9:01 UTC  (22+ messages)
` [PATCH 01/21] ls_colors.c: add $LS_COLORS parsing code
` [PATCH 02/21] ls_colors.c: parse color.ls.* from config file
` [PATCH 03/21] ls_colors.c: add a function to color a file name
` [PATCH 04/21] ls_colors.c: highlight submodules like directories
` [PATCH 05/21] ls-files: buffer full item in strbuf before printing
` [PATCH 06/21] ls-files: add --color to highlight file names
` [PATCH 07/21] ls-files: add --column
` [PATCH 08/21] ls-files: support --max-depth
` [PATCH 09/21] list-files: a user friendly version of ls-files and more
` [PATCH 10/21] list-files: make alias 'ls' default to 'list-files'
` [PATCH 11/21] list-files: -u does not imply showing stages
` [PATCH 12/21] list-files: add -R/--recursive short for --max-depth=-1
` [PATCH 13/21] list-files: add -1 short for --no-column
` [PATCH 14/21] list-files: add -t back
` [PATCH 15/21] list-files: sort output and remove duplicates
` [PATCH 16/21] list-files: do not show duplicate cached entries
` [PATCH 17/21] list-files: show directories as well as files
` [PATCH 18/21] list-files: add -F/--classify
` [PATCH 19/21] list-files -F: show submodules with the new indicator '&'
` [PATCH 20/21] list-files: -M aka diff-cached
` [PATCH 21/21] t3080: tests for git-list-files

[PATCH 00/24] nd/untracked-cache updates
 2015-02-08  8:55 UTC  (25+ messages)
` [PATCH 01/24] dir.c: optionally compute sha-1 of a .gitignore file
` [PATCH 02/24] untracked cache: record .gitignore information and dir hierarchy
` [PATCH 03/24] untracked cache: initial untracked cache validation
` [PATCH 04/24] untracked cache: invalidate dirs recursively if .gitignore changes
` [PATCH 05/24] untracked cache: make a wrapper around {open,read,close}dir()
` [PATCH 06/24] untracked cache: record/validate dir mtime and reuse cached output
` [PATCH 07/24] untracked cache: mark what dirs should be recursed/saved
` [PATCH 08/24] untracked cache: don't open non-existent .gitignore
` [PATCH 09/24] ewah: add convenient wrapper ewah_serialize_strbuf()
` [PATCH 10/24] untracked cache: save to an index extension
` [PATCH 11/24] untracked cache: load from UNTR "
` [PATCH 12/24] untracked cache: invalidate at index addition or removal
` [PATCH 13/24] read-cache.c: split racy stat test to a separate function
` [PATCH 14/24] untracked cache: avoid racy timestamps
` [PATCH 15/24] untracked cache: print stats with $GIT_TRACE_UNTRACKED_STATS
` [PATCH 16/24] untracked cache: mark index dirty if untracked cache is updated
` [PATCH 17/24] untracked-cache: temporarily disable with $GIT_DISABLE_UNTRACKED_CACHE
` [PATCH 18/24] status: enable untracked cache
` [PATCH 19/24] update-index: manually enable or disable "
` [PATCH 20/24] update-index: test the system before enabling "
` [PATCH 21/24] t7063: tests for "
` [PATCH 22/24] mingw32: add uname()
` [PATCH 23/24] untracked cache: guard and disable on system changes
` [PATCH 24/24] git-status.txt: advertisement for untracked cache

[PATCH 1/3] trailer: add a trailer.trimEmpty config option
 2015-02-07 22:19 UTC  (3+ messages)

Please respond!!!
 2015-02-05 18:12 UTC 

hang in git-upload-pack
 2015-02-07 16:48 UTC  (2+ messages)

[PATCH 3/3] Documentation: add trailer.trimEmpty config variable
 2015-02-07 13:11 UTC 

[PATCH 2/3] trailer: add tests for trailer.trimEmpty
 2015-02-07 13:11 UTC 

BUG: 'error: invalid key: pager.show_ref' on 'git show_ref'
 2015-02-07  5:01 UTC  (11+ messages)

[RFH] "diff -B -M"
 2015-02-06 23:39 UTC  (4+ messages)
` [PATCH] apply: do not allow reversing a 'copy' patch

[PATCH] git-compat-util: do not step on MAC_OS_X_VERSION_MIN_REQUIRED
 2015-02-06 22:01 UTC  (6+ messages)

Git for collaboration on RDF data
 2015-02-06 19:43 UTC 

[Qemu-devel] [PATCH v3 0/7] cpu: add device_add foo-x86_64-cpu support
 2015-02-06 19:33 UTC  (5+ messages)

[ANNOUNCE] Git v2.3.0
 2015-02-06 12:56 UTC  (2+ messages)

What's cooking in git.git (Feb 2015, #02; Thu, 5)
 2015-02-05 22:54 UTC 

A note from the maintainer
 2015-02-05 22:53 UTC 

[PATCH 1/2] Makefile: Use the same source directory for "ln -s" as for "ln" / "cp"
 2015-02-05 22:44 UTC  (11+ messages)

Advice on edits to git-rebase man page
 2015-02-05 21:29 UTC  (5+ messages)

[PATCH] decimal_width: avoid integer overflow
 2015-02-05 20:42 UTC  (2+ messages)

[PATCH 1/2] Makefile: Improve wording in a comment
 2015-02-05 20:04 UTC  (5+ messages)

Git gc removes all packs
 2015-02-05 20:03 UTC  (2+ messages)

[PATCH 2/2] check-builtins: Strip any executable suffix to make it work on Windows
 2015-02-05 20:01 UTC  (2+ messages)

Bug report: Folder and files are deleted by git stash -u
 2015-02-05 19:37 UTC  (3+ messages)

[PATCH] Correction to git-p4 "exclude" change
 2015-02-05 19:05 UTC  (4+ messages)

[BUG] Move tracking in git diff is not as good as in git status
 2015-02-05 19:01 UTC  (3+ messages)

[PATCH 2/2] Makefile: Also add a symlink fallback to installing ALL_PROGRAMS
 2015-02-05 17:49 UTC  (2+ messages)

[git-gui] bug report: "Open existing repository" dialog fails on submodules
 2015-02-05 16:20 UTC  (8+ messages)
` [PATCH 1/2] Fixes _is_git
` [PATCH 0/2] gitfile support git git-gui
  ` [PATCH 1/2] Fixes chooser not accepting gitfiles
  ` [PATCH 2/2] Makes chooser set 'gitdir' to the resolved path

git tag --no-merged?
 2015-02-05  9:09 UTC  (5+ messages)

Weird output of git status in pre-commit hook when providing a pathspec on commit
 2015-02-04 22:45 UTC  (3+ messages)

[PATCH] run_diff_files(): clarify computation of sha1 validity
 2015-02-04 22:17 UTC 


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