git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-04-13 12:55:58 to 2016-04-15 09:51:43 UTC [more...]

0 bot for Git
 2016-04-15  9:51 UTC  (21+ messages)
        ` Parallel checkout (Was Re: 0 bot for Git)

'git mv' doesn't move submodule if it's in a subdirectory
 2016-04-15  8:14 UTC 

weird diff output?
 2016-04-15  3:33 UTC  (23+ messages)
                            ` [RFC PATCH, WAS: "weird diff output?"] Implement better chunk heuristics

Migrating away from SHA-1?
 2016-04-15  2:22 UTC  (11+ messages)

[Bug?] "git commit --amend" always gives author-date to summary?
 2016-04-15  2:13 UTC  (3+ messages)

[PATCH 1/2] Partition SubmittingPatches doc into two files
 2016-04-15  2:05 UTC  (6+ messages)
` [PATCH 2/2] Add submitGit patch-submission information

[PATCH v3 00/16] index-helper, watchman
 2016-04-15  1:31 UTC  (13+ messages)
` [PATCH v3 03/16] index-helper: new daemon for caching index and related stuff

[PATCH 00/25] worktree lock, move, remove and unlock
 2016-04-15  1:21 UTC  (29+ messages)
` [PATCH 01/25] usage.c: move format processing out of die_errno()
` [PATCH 02/25] usage.c: add sys_error() that prints strerror() automatically
` [PATCH 03/25] copy.c: import copy_file() from busybox
` [PATCH 04/25] copy.c: delete unused code in copy_file()
` [PATCH 05/25] copy.c: convert bb_(p)error_msg to (sys_)error
` [PATCH 06/25] copy.c: style fix
` [PATCH 07/25] copy.c: convert copy_file() to copy_dir_recursively()
` [PATCH 08/25] completion: support git-worktree
` [PATCH 09/25] git-worktree.txt: keep subcommand listing in alphabetical order
` [PATCH 10/25] path.c: add git_common_path() and strbuf_git_common_path()
` [PATCH 11/25] worktree.c: use is_dot_or_dotdot()
` [PATCH 12/25] worktree.c: store "id" instead of "git_dir"
` [PATCH 13/25] worktree.c: add clear_worktree()
` [PATCH 14/25] worktree.c: add find_worktree_by_path()
` [PATCH 15/25] worktree.c: add is_main_worktree()
` [PATCH 16/25] worktree.c: add validate_worktree()
` [PATCH 17/25] worktree.c: add update_worktree_location()
` [PATCH 18/25] worktree.c: add is_worktree_locked()
` [PATCH 19/25] worktree: avoid 0{40}, too many zeroes, hard to read
` [PATCH 20/25] worktree: simplify prefixing paths
` [PATCH 21/25] worktree: add "lock" command
` [PATCH 22/25] worktree: add "unlock" command
` [PATCH 23/25] worktree: add "move" commmand
` [PATCH 24/25] worktree move: accept destination as directory
` [PATCH 25/25] worktree: add "remove" command

[PATCH v4 00/16] index-helper, watchman
 2016-04-15  0:07 UTC  (10+ messages)
` [PATCH v4 03/16] index-helper: new daemon for caching index and related stuff

Cannot checkout a branch / worktree shows multiple branches for the same directory
 2016-04-14 23:12 UTC  (3+ messages)

[PATCH] ll-merge: fix typo in comment
 2016-04-14 23:02 UTC  (3+ messages)
` [PATCH/RFC] ll-merge: use a longer conflict marker for internal merge

Default authentication over https?
 2016-04-14 21:32 UTC  (4+ messages)

[PATCH v4 00/16] port branch.c to use ref-filter's printing options
 2016-04-14 20:43 UTC  (12+ messages)
` [PATCH v4 11/16] ref-filter: introduce refname_atom_parser()
` [PATCH v4 15/16] branch: use ref-filter printing APIs

[PATCH 0/2] Port `submodule init` to C
 2016-04-14 19:37 UTC  (6+ messages)
` [PATCH 1/2] submodule: port resolve_relative_url from shell "
` [PATCH 2/2] submodule: port init "

[PATCH 1/2] fsck_commit_buffer(): do not special case the last validation
 2016-04-14 19:04 UTC  (10+ messages)
` [PATCH 2/2] fsck: detect and warn a commit with embedded NUL

clone hang prevention / timeout?
 2016-04-14 18:32 UTC  (4+ messages)

[PATCH v1] Documentation: add setup instructions for Travis CI
 2016-04-14 17:45 UTC  (5+ messages)

Ambiguous sha-1 during a rebase
 2016-04-14 17:27 UTC  (8+ messages)

[PATCH v4 0/4] Add --base option to git-format-patch to record base tree info
 2016-04-14 16:23 UTC  (9+ messages)
` [PATCH v4 2/4] format-patch: add '--base' option "
` [PATCH v4 4/4] format-patch: introduce format.base configuration

[PATCH 00/26] nd/shallow-deepen updates
 2016-04-14 16:12 UTC  (22+ messages)
` [PATCH 04/26] upload-pack: move "shallow" sending code out of deepen()
` [PATCH 08/26] upload-pack: tighten number parsing at "deepen" lines
` [PATCH 09/26] upload-pack: move rev-list code out of check_non_tip()
` [PATCH 10/26] fetch-pack: use skip_prefix() instead of starts_with()
` [PATCH 11/26] fetch-pack: use a common function for verbose printing
` [PATCH 12/26] fetch-pack.c: mark strings for translating
` [PATCH 13/26] fetch-pack: use a separate flag for fetch in deepening mode
` [PATCH 14/26] shallow.c: implement a generic shallow boundary finder based on rev-list
` [PATCH 15/26] upload-pack: add deepen-since to cut shallow repos based on time
` [PATCH 16/26] fetch: define shallow boundary with --shallow-since
` [PATCH 17/26] clone: define shallow clone boundary based on time "
` [PATCH 18/26] t5500, t5539: tests for shallow depth since a specific date
` [PATCH 19/26] refs: add expand_ref()
` [PATCH 20/26] upload-pack: support define shallow boundary by excluding revisions
` [PATCH 21/26] fetch: define shallow boundary with --shallow-exclude
` [PATCH 22/26] clone: define shallow clone "
` [PATCH 23/26] t5500, t5539: tests for shallow depth excluding a ref
` [PATCH 24/26] upload-pack: split check_unreachable() in two, prep for get_reachable_list()
` [PATCH 25/26] upload-pack: add get_reachable_list()
` [PATCH 26/26] fetch, upload-pack: --deepen=N extends shallow boundary by N commits

[PATCH 1/2] i18n: branch: unmark string for translation
 2016-04-14 16:13 UTC  (2+ messages)

[PATCH] git-stash: Don't GPG sign when stashing changes
 2016-04-14 15:50 UTC  (5+ messages)

Commit empty during rebase 2.8.1 windows
 2016-04-14 15:39 UTC 

git status core dump with bad sector!
 2016-04-14 14:59 UTC 

Data loss when using "git stash -u" and ignored content in directories
 2016-04-14  9:16 UTC 

Merge conflicts are reported relative to root not cwd
 2016-04-14  7:53 UTC  (7+ messages)

Is OS X still supported?
 2016-04-14  7:14 UTC  (2+ messages)

Question about git log --merge option
 2016-04-14  2:31 UTC  (3+ messages)

[PATCHv3 0/2] Fix relative path issues in recursive submodules
 2016-04-13 22:45 UTC  (9+ messages)

credentials are being erased from credential manager via git credential-wincred erase command
 2016-04-13 22:00 UTC  (3+ messages)

Why doesn't gitk highlight commit references from git-describe?
 2016-04-13 21:57 UTC  (8+ messages)

[PATCH] git-p4.py: Don't try to rebase on submit from bare repository
 2016-04-13 21:47 UTC  (15+ messages)
` [PATCH] git-p4.py: Make submit working on "

[PATCH] rewrite t1500-rev-parse.sh
 2016-04-13 18:29 UTC  (4+ messages)
` [PATCH] t1500-rev-parse: rewrite each test to run in isolation

[PATCH] gitk: Fix how remote branch names with / are drawn
 2016-04-13 18:28 UTC  (4+ messages)

[PATCH v14 1/6] t0040-test-parse-options.sh: fix style issues
 2016-04-13 17:50 UTC  (15+ messages)
` [PATCH v14 3/6] t0040-parse-options: improve test coverage
` [PATCH v14 6/6] commit: add a commit.verbose config variable
` [PATCH v14 4/6] parse-options.c: make OPTION_COUNTUP respect "unspecified" values

[PATCH v2 00/21] git bisect improvements
 2016-04-13 14:11 UTC  (7+ messages)
` [PATCH v2 16/21] bisect: make total number of commits global
` [PATCH v2 17/21] bisect: rename count_distance() to compute_weight()
` [PATCH v2 19/21] bisect: use a bottom-up traversal to find relevant weights

CC in git cover letter vs patches (was Re: [PATCH 0/19] get rid of superfluous __GFP_REPORT)
 2016-04-13 13:33 UTC  (2+ messages)

[PATCH] Move test-* to t/helper/ subdirectory
 2016-04-13 13:22 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).