git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-11-26 04:51:34 to 2014-12-01 06:33:57 UTC [more...]

[PATCH] git-svn: Support for git-svn propset
 2014-12-01  6:24 UTC 

[PATCH] git-svn: Support for propset
 2014-12-01  6:23 UTC 

[PATCH] compat: convert modes to use portable file type values
 2014-12-01  5:55 UTC  (5+ messages)

Deprecation warnings under XCode
 2014-12-01  5:31 UTC  (2+ messages)

[PATCH] introduce git root
 2014-12-01  4:53 UTC  (7+ messages)

[PATCH v3 0/1] Support updating working trees when pushing into non-bare repos
 2014-12-01  3:18 UTC  (7+ messages)
` [PATCH v4] "
  ` [PATCH v4] Add another option for receive.denyCurrentBranch
  ` [PATCH v5] Support updating working trees when pushing into non-bare repos
    ` [PATCH v5] Add another option for receive.denyCurrentBranch

[PATCH] refs.c: use a stringlist for repack_without_refs
 2014-12-01  2:46 UTC  (15+ 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  (7+ messages)

What's cooking in git.git (Nov 2014, #04; Wed, 26)
 2014-12-01  2:09 UTC  (6+ messages)
` [PATCH] pack-bitmap: do not use gcc packed attribute

[PATCH] commit: inform pre-commit if --amend is used
 2014-12-01  0:56 UTC  (8+ messages)

[PATCH/RFC v2] Squashed changes for multiple worktrees vs. submodules
 2014-11-30 23:27 UTC 

[PATCH v2] t0027: check the eol conversion warnings
 2014-11-30 20:15 UTC 

[PATCH 00/34] nd/multiple-work-trees reroll
 2014-11-30 17:18 UTC  (36+ 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

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)

[PATCH 0/3] ls-tree fixes
 2014-11-30  9:05 UTC  (4+ 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 00/19] Add git-list-files
 2014-11-30  8:56 UTC  (20+ 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

git status / git diff -C not detecting file copy
 2014-11-30  1:54 UTC  (4+ 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)

[PATCH] for-each-ref: correct spelling of Tcl in option description
 2014-11-28 18:00 UTC 

[ANNOUNCE] Git v2.2.0
 2014-11-28 16:50 UTC  (5+ messages)
    ` tests do not work with gpg 2.1

Unable to Revert Commit
 2014-11-28 15:05 UTC  (3+ messages)

Re*: [PATCH] change contract between system_path and it's callers
 2014-11-28 13:09 UTC  (8+ messages)
` [PATCH 1/1] "

[RFC] On watchman support
 2014-11-28 11:13 UTC  (5+ messages)

[PATCH] fast-import: support the ls command anywhere comments are accepted
 2014-11-27 22:01 UTC  (3+ messages)

Uplift from SCCS to Git
 2014-11-27 16:22 UTC 

Extended splitting for "git add --interactive"
 2014-11-27 15:46 UTC  (6+ messages)
  ` Antw: "
    `  "

Charity Work
 2014-11-27  9:00 UTC 

[PATCH 1/1] cat-file: fix a memory leak in cat_one_file
 2014-11-27  6:18 UTC  (3+ messages)

[PATCH v3 00/14] ref-transactions-reflog
 2014-11-27  5:34 UTC  (6+ messages)
` [PATCH 0/4] Using transactions for the reflog
  ` [PATCH 1/4] refs.c: rename the transaction functions
  ` [PATCH 2/4] refs.c: add a new update_type field to ref_update
  ` [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

Where is the best place to report a security vulnerability in git?
 2014-11-27  3:32 UTC  (4+ messages)

[PATCH 0/2] git-am: add --message-id/--no-message-id options
 2014-11-27  0:23 UTC  (9+ messages)
` [PATCH 2/2] git-am: add --message-id/--no-message-id

A note from the maintainer
 2014-11-26 23:09 UTC 

git file listing is inconsistent
 2014-11-26 22:01 UTC  (5+ messages)

Why does git merge --squash fail when merge.ff is set to only?
 2014-11-26 21:32 UTC  (2+ messages)

[PATCH] RelNotes: Spelling & grammar tweaks
 2014-11-26 21:18 UTC  (2+ messages)

RCS Keywords in Git done right
 2014-11-26 21:15 UTC  (4+ messages)

tag scheme
 2014-11-26 21:13 UTC  (3+ messages)

[PATCH 1/2] t7503: use write_script to generate hook scripts
 2014-11-26 20:07 UTC  (5+ messages)

[PATCH 0/2] pre-commit hook updates
 2014-11-26 18:56 UTC  (4+ messages)

[PATCH] sha1_name: avoid unnecessary sha1 lookup in find_unique_abbrev
 2014-11-26 18:50 UTC  (2+ messages)

[PATCH] t1402: check to delete broken refs
 2014-11-26 18:43 UTC  (4+ messages)
` [PATCHv2] branch -d: test if we can "

[PATCH] t1402: check to delete broken refs
 2014-11-26 18:37 UTC  (3+ messages)
  ` [PATCHv3] branch -d: test if we can "

[PATCH v2 0/7] repack_without_refs(): convert to string_list
 2014-11-26 17:55 UTC  (3+ messages)

"git notes show" is orders of magnitude slower than doing it manually with ls-tree and cat-file
 2014-11-26 12:30 UTC  (7+ 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).