messages from 2014-11-28 18:21:29 to 2014-12-02 16:39:12 UTC [more...]
[PATCH 0/2] Support updating working trees when pushing into non-bare repos
2014-12-02 16:39 UTC (21+ messages)
` [PATCH 2/2] Let deny.currentBranch=updateInstead ignore submodules
` [PATCH 2/2] receive-pack: support push-to-checkout hook
RCS Keywords in Git done right
2014-12-02 16:31 UTC (5+ messages)
[PATCH v4] Support updating working trees when pushing into non-bare repos
2014-12-02 16:20 UTC (9+ messages)
` [PATCH v5] "
` [PATCH v5] Add another option for receive.denyCurrentBranch
git status / git diff -C not detecting file copy
2014-12-02 14:15 UTC (6+ messages)
[ANNOUNCE] Git v2.2.0
2014-12-02 13:40 UTC (6+ messages)
` tests do not work with gpg 2.1
` [PATCH] t/lib-gpg: adjust permissions for gnupg 2.1
[PATCH 00/19] Add git-list-files
2014-12-02 12:40 UTC (27+ messages)
` [PATCH 01/19] ls_colors.c: add $LS_COLORS parsing code
` [PATCH 02/19] ls_colors.c: parse color.ls.* from config file
` [PATCH 03/19] ls_colors.c: add a function to color a file name
` [PATCH 04/19] ls_colors.c: highlight submodules like directories
` [PATCH 05/19] ls-files: buffer full item in strbuf before printing
` [PATCH 06/19] ls-files: add --color to highlight file names
` [PATCH 07/19] ls-files: add --column
` [PATCH 08/19] ls-files: support --max-depth
` [PATCH 09/19] Add git-list-files, a user friendly version of ls-files and more
` [PATCH 10/19] list-files: -u does not imply showing stages
` [PATCH 11/19] list-files: add -R/--recursive short for --max-depth=-1
` [PATCH 12/19] list-files: add -1 short for --no-column
` [PATCH 13/19] list-files: add -t back
` [PATCH 14/19] list-files: sort output and remove duplicates
` [PATCH 15/19] list-files: do not show duplicate cached entries
` [PATCH 16/19] list-files: show directories as well as files
` [PATCH 17/19] list-files: add -F/--classify
` [PATCH 18/19] list-files -F: show submodules with the new indicator '&'
` [PATCH 19/19] list-files: -M aka diff-cached
[BUG] Documentation: git log: --exit-code undocumented?
2014-12-02 12:27 UTC (10+ messages)
Git Bash for Mac
2014-12-02 12:21 UTC
[PATCH 0/3] ls-tree fixes
2014-12-02 12:14 UTC (8+ messages)
` [PATCH 1/3] tree.c: update read_tree_recursive callback to pass strbuf as base
` [PATCH 2/3] ls-tree: remove path filtering logic in show_tree
` [PATCH 3/3] ls-tree: disable negative pathspec because it's not supported
[PATCH] git add -i: allow list (un)selection by regexp
2014-12-02 12:12 UTC (3+ messages)
[PATCH v4 0/1] http: Add Accept-Language header if possible
2014-12-02 12:12 UTC (3+ messages)
` [PATCH v5 "
` [PATCH v5 1/1] "
[PATCH 00/34] nd/multiple-work-trees reroll
2014-12-02 12:01 UTC (41+ messages)
` [PATCH 01/34] path.c: make get_pathname() return strbuf instead of static buffer
` [PATCH 02/34] path.c: make get_pathname() call sites return const char *
` [PATCH 03/34] git_snpath(): retire and replace with strbuf_git_path()
` [PATCH 04/34] path.c: rename vsnpath() to do_git_path()
` [PATCH 05/34] path.c: group git_path(), git_pathdup() and strbuf_git_path() together
` [PATCH 06/34] git_path(): be aware of file relocation in $GIT_DIR
` [PATCH 07/34] *.sh: respect $GIT_INDEX_FILE
` [PATCH 08/34] reflog: avoid constructing .lock path with git_path
` [PATCH 09/34] fast-import: use git_path() for accessing .git dir instead of get_git_dir()
` [PATCH 10/34] commit: use SEQ_DIR instead of hardcoding "sequencer"
` [PATCH 11/34] $GIT_COMMON_DIR: a new environment variable
` [PATCH 12/34] git-sh-setup.sh: use rev-parse --git-path to get $GIT_DIR/objects
` [PATCH 13/34] *.sh: avoid hardcoding $GIT_DIR/hooks/
` [PATCH 14/34] git-stash: avoid hardcoding $GIT_DIR/logs/
` [PATCH 15/34] setup.c: convert is_git_directory() to use strbuf
` [PATCH 16/34] setup.c: detect $GIT_COMMON_DIR in is_git_directory()
` [PATCH 17/34] setup.c: convert check_repository_format_gently to use strbuf
` [PATCH 18/34] setup.c: detect $GIT_COMMON_DIR check_repository_format_gently()
` [PATCH 19/34] setup.c: support multi-checkout repo setup
` [PATCH 20/34] wrapper.c: wrapper to open a file, fprintf then close
` [PATCH 21/34] use new wrapper write_file() for simple file writing
` [PATCH 22/34] checkout: support checking out into a new working directory
` [PATCH 23/34] prune: strategies for linked checkouts
` [PATCH 24/34] checkout: reject if the branch is already checked out elsewhere
` [PATCH 25/34] checkout: clean up half-prepared directories in --to mode
` [PATCH 26/34] gc: style change -- no SP before closing parenthesis
` [PATCH 27/34] gc: factor out gc.pruneexpire parsing code
` [PATCH 28/34] gc: support prune --worktrees
` [PATCH 29/34] count-objects: report unused files in $GIT_DIR/worktrees/
` [PATCH 30/34] git_path(): keep "info/sparse-checkout" per work-tree
` [PATCH 31/34] checkout: don't require a work tree when checking out into a new one
` [PATCH 32/34] t2025: add a test to make sure grafts is working from a linked checkout
` [PATCH 33/34] checkout: do not fail if target is an empty directory
` [PATCH 34/34] git-common-dir: make "modules/" per-working-directory directory
[PATCH] introduce git root
2014-12-02 10:05 UTC (9+ messages)
[PATCHv2 0/4] refs.c: use transactions for the reflog
2014-12-02 7:46 UTC (5+ messages)
` [PATCH 1/4] refs.c: rename the transaction functions
` [PATCH 2/4] refs.c: rename transaction.updates to transaction.ref_updates
` [PATCH 3/4] refs.c: add a transaction function to append a reflog entry
` [PATCH 4/4] reflog.c: use a reflog transaction when writing during expire
Bug in reflog of length 0x2BFF
2014-12-02 6:13 UTC (7+ messages)
http-protocol question
2014-12-02 5:52 UTC (12+ messages)
[PATCH 1/4] refs.c: rename the transaction functions
2014-12-02 2:05 UTC (5+ messages)
` [PATCH 2/4] refs.c: rename transaction.updates to ref_updates
` [PATCH 3/4] refs.c: add a transaction function to append a reflog entry
` [PATCH 4/4] reflog.c: use a reflog transaction when writing during expire
[PATCH] fetch: add a config option to always use the depth argument
2014-12-01 20:58 UTC (3+ messages)
[RFC] On watchman support
2014-12-01 20:45 UTC (6+ messages)
[PATCH] compat: convert modes to use portable file type values
2014-12-01 20:09 UTC (12+ messages)
Deprecation warnings under XCode
2014-12-01 18:04 UTC (4+ messages)
` OpenSSL deprecation warnings under Xcode
[PATCH] run-command.c: retire unused run_hook_with_custom_index()
2014-12-01 16:43 UTC
[PATCH] Fix build with LDFLAGS="-Wl,--as-needed"
2014-12-01 15:58 UTC (2+ messages)
[PATCH/RFC v2] Squashed changes for multiple worktrees vs. submodules
2014-12-01 14:47 UTC (3+ messages)
HIstory simplification limited to requested refs ?
2014-12-01 14:36 UTC
[BUG] git rebase -X fails with merge-recursive error
2014-12-01 14:33 UTC
[PATCH] git-svn: Support for git-svn propset
2014-12-01 9:49 UTC (2+ messages)
[PATCH] git-svn: Support for propset
2014-12-01 6:23 UTC
[PATCH] refs.c: use a stringlist for repack_without_refs
2014-12-01 2:46 UTC (12+ messages)
` [PATCH 0/6] repack_without_refs(): convert to string_list
` Our cumbersome mailing list workflow (was: Re: [PATCH 0/6] repack_without_refs(): convert to string_list)
` Our cumbersome mailing list workflow
[PATCH 2/3 v2] mailmap: use higher level string list functions
2014-12-01 2:33 UTC (5+ messages)
` [PATCHv3 2/3] "
'simple' push check that branch name matches does not work if push.default is unset (and hence implicitly simple)
2014-12-01 2:21 UTC (5+ messages)
What's cooking in git.git (Nov 2014, #04; Wed, 26)
2014-12-01 2:09 UTC (5+ messages)
[PATCH] commit: inform pre-commit if --amend is used
2014-12-01 0:56 UTC (8+ messages)
[PATCH v2] t0027: check the eol conversion warnings
2014-11-30 20:15 UTC
Force git submodule update --remote for some branches
2014-11-30 14:52 UTC (2+ messages)
Thinning a repository
2014-11-30 12:35 UTC (3+ messages)
[RFC] [PATCH] remote: add new --fetch option for set-url
2014-11-29 13:31 UTC (5+ messages)
[PATCH] t0050-*.sh: mark the rename (case change) test as passing
2014-11-28 21:13 UTC (2+ messages)
[PATCH v4] git-new-workdir: Don't fail if the target directory is empty
2014-11-28 18:34 UTC (5+ messages)
[PATCH] l10n: de.po: fix typos
2014-11-28 18:20 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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 NNTP newsgroup(s).