git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-02-14 19:45:33 to 2010-02-16 17:48:43 UTC [more...]

Git Submodule Usage Pattern
 2010-02-16 17:48 UTC  (2+ messages)

[WIP PATCH 00/26] Git setup cleanup series
 2010-02-16 16:05 UTC  (27+ messages)
` [WIP PATCH 01/26] rev-parse --git-dir: print relative gitdir correctly
` [WIP PATCH 02/26] setup_git_directory*: Explicitly set git dir
` [WIP PATCH 03/26] Save setup_git_dir* info globally for later use
` [WIP PATCH 04/26] Add GIT_HARDENED_SETUP to detect gitdir/worktree related mis-setup errors
` [WIP PATCH 05/26] enter_repo(): use setup_git_directory_gently internally
` [WIP PATCH 06/26] Tweak init/clone to work properly with GIT_HARDENED_SETUP=1
` [WIP PATCH 07/26] Support running setup_git_dir_gently() from the beginning for builtin commands
` [WIP PATCH 08/26] config: move up gitdir setup to run_builtin()
` [WIP PATCH 09/26] hash-object: move "
` [WIP PATCH 10/26] shortlog: move up "
` [WIP PATCH 11/26] Do not look for .git/info/exclude when gitdir is not set up
` [WIP PATCH 12/26] grep: move up gitdir setup to run_builtin()
` [WIP PATCH 13/26] USE_PAGER should not be used without RUN_SETUP*
` [WIP PATCH 14/26] Do not try to read $GIT_DIR/info/attributes if there is no repository
` [WIP PATCH 15/26] archive: move up gitdir setup to run_builtin()
` [WIP PATCH 16/26] mailinfo: "
` [WIP PATCH 17/26] check-ref-format: setup gitdir gently
` [WIP PATCH 18/26] verify-pack: set up "
` [WIP PATCH 19/26] apply: move up gitdir setup to run_builtin()
` [WIP PATCH 20/26] bundle: "
` [WIP PATCH 21/26] diff: "
` [WIP PATCH 22/26] help: "
` [WIP PATCH 23/26] ls-remote: "
` [WIP PATCH 24/26] var: "
` [WIP PATCH 25/26] merge-file: "
` [WIP PATCH 26/26] Turn on GIT_HARDENED_SETUP for the whole test suite

make test fails with git 1.7.0 on my debian
 2010-02-16 16:23 UTC  (2+ messages)

git fetch origin hanging in 1.7.0
 2010-02-16 13:20 UTC  (7+ messages)

Using test-lib.sh under GPLv3?
 2010-02-16 13:06 UTC  (3+ messages)

cvsimport error when modulename is '.'
 2010-02-16 11:21 UTC  (3+ messages)

[RFC] git clone --checkout <branch>
 2010-02-16 11:12 UTC  (3+ messages)

Completion of error handling
 2010-02-16 10:56 UTC  (4+ messages)

Running git-archive recursively over submodules
 2010-02-16 10:49 UTC  (4+ messages)

[patch] git svn slowness on win32
 2010-02-16 10:34 UTC  (2+ messages)

Fatal error running status in new repo
 2010-02-16 10:21 UTC  (7+ messages)
      ` [PATCH] dwim_ref: fix dangling symref warning
      ` [PATCH] submodule summary: Don't barf when invoked in an empty repo

[PATCH] Skip t1300.70 and 71 on msysGit
 2010-02-16  9:27 UTC  (2+ messages)
` [msysGit] "

[PATCH] git-p4: fix bug in symlink handling
 2010-02-16  8:44 UTC 

[PATCH] fix threaded grep for machines with only one cpu
 2010-02-16  8:15 UTC  (8+ messages)

[PATCH v2 0/4] Refactoring: remove duplicated code
 2010-02-16  7:29 UTC  (8+ messages)
` [PATCH v2 1/4] Refactoring: remove duplicated code from builtin-send-pack.c and transport.c
` [PATCH v2 2/4] Refactoring: connect.c: move duplicated code to get_host_and_port
` [PATCH v2 3/4] Refactoring: move duplicated code from builtin-pack-objects.c and fast-import.c to object.c
` [PATCH v2 4/4] Refactoring: remove duplicated code from builtin-checkout.c and merge-recursive.c

[PATCH 1/2] bugfix: segfault on git diff --output=/bad/path
 2010-02-16  6:55 UTC  (5+ messages)
` [PATCH 2/2] bugfix: git diff --quiet -w never returns with exit status 1

[PATCH v2] require_work_tree broken with NONGIT_OK
 2010-02-16  6:46 UTC  (2+ messages)

[PATCH 0/4] Some improvements for git-imap-send
 2010-02-16  6:34 UTC  (6+ messages)
` [PATCH v4 1/2] git-imap-send: Add CRAM-MD5 authenticate method support

[PATCH v3 1/5] make_absolute_path(): Do not append redundant slash
 2010-02-16  5:22 UTC  (4+ messages)
` [PATCH v3 3/5] Move offset_1st_component() to path.c

[PATCH] Remove hyphen from "git-command" in two error messages
 2010-02-16  2:20 UTC  (3+ messages)
` [PATCH/Fixed Wrap] "

git stash pop not reapplying deletions
 2010-02-16  2:17 UTC  (8+ messages)
      ` [PATCH] stash pop: remove 'apply' options during 'drop' invocation
        ` [PATCH v2] "

git-grep ignores untracked files
 2010-02-16  2:03 UTC  (5+ messages)
  ` [PATCHv2] grep documentation: clarify what files match

[PATCHv13 00/30] git notes
 2010-02-16  1:47 UTC  (4+ messages)
` [PATCHv13 28/30] builtin-notes: Add -c/-C options for reusing notes

GSoC 2010
 2010-02-15 22:58 UTC  (10+ messages)

[PATCH] Introduce an exponential-backoff-retry in unlink on mingw
 2010-02-15 22:06 UTC  (2+ messages)

[PATCH 1/4] Refactoring: remove duplicated code from transport.c and builtin-send-pack.c
 2010-02-15 21:11 UTC  (12+ messages)
` [PATCH 2/4] Refactoring: connect.c: move duplicated code to get_host_and_port
` [PATCH 3/4] Refactoring: move duplicated code from builtin-pack-objects.c and fast-import.c to object.c
` [PATCH 4/4] Refactoring: remove duplicated code from builtin-checkout.c and merge-recursive.c

[PATCHv2] Documentation: describe --thin more accurately
 2010-02-15 20:44 UTC  (3+ messages)
` [PATCHv3] "

[PATCH v3 1/3] git-push: fix an error message so it goes to stderr
 2010-02-15 20:42 UTC  (5+ messages)
` [PATCH v3 3/3] git-push: make git push --dry-run --porcelain exit with status 0 even if updates will be rejected

[RFC PATCH 0/6] post-rewrite hook and copying notes
 2010-02-15 20:36 UTC  (5+ messages)
` [RFC PATCH 3/6] filter-branch: invoke post-rewrite hook
` [PATCH] WIP: git notes copy --stdin

'git svn log' no longer uses the pager
 2010-02-15 20:26 UTC  (27+ messages)
    ` [PATCH 1/6] Fix 'git var' usage synopsis
      ` [PATCH v2 "
    ` [PATCH 2/6] Make 'git var GIT_PAGER' always print the configured pager
    ` [PATCH 3/6] git.1: Clarify the behavior of the --paginate option
    ` [PATCH 4/6] git svn: Fix launching of pager
    ` [PATCH 5/6] am: "
      ` [PATCH v2 "
        ` [PATCH v3 "
            ` [PATCH v4 "
    ` [PATCH 6/6] tests: Add tests for automatic use "
        ` [PATCH v2 "

StGIT: "ghost" branch (unable to either create or delete)
 2010-02-15 19:22 UTC 

'git add' corrupts repository if the working directory is modified as it runs
 2010-02-15 19:29 UTC  (24+ messages)
      ` [PATCH] don't use mmap() to hash files

[PATCH] require_work_tree broken with NONGIT_OK
 2010-02-15 15:14 UTC  (6+ messages)

Walking commits from the first
 2010-02-15 14:20 UTC  (5+ messages)

[PATCH v2] Detailed diagnosis when parsing an object name fails
 2010-02-15 14:16 UTC  (3+ messages)
` [PATCH v3] "

git locate
 2010-02-15 13:20 UTC  (6+ messages)

[PATCH] Documentation: Fix indentation problem in git-commit(1)
 2010-02-15 12:33 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH 0/4] for-each-ref --format='%(symref) %(symref:short) %(flag)'
 2010-02-15  8:39 UTC  (5+ messages)
` [PATCH 3/4] for-each-ref --format='%(symref) %(symref:short)'

ce_stage(..) == 2?
 2010-02-15  6:53 UTC  (2+ messages)

[PATCH] Add an optional argument for --color options
 2010-02-15  6:02 UTC  (8+ messages)
    ` Usage messages produced by parseopt (Re: [PATCH] Add an optional argument for --color options)

[PATCH] fix minor memory leak in get_tree_entry()
 2010-02-15  4:43 UTC  (2+ messages)

Global reflog?
 2010-02-15  4:24 UTC  (4+ messages)

[RFC PATCH] ls-tree: dump full tree if it was named as such
 2010-02-15  1:47 UTC  (3+ messages)

[PATCH] gitweb: Die if there are parsing errors in config file
 2010-02-14 21:46 UTC  (3+ messages)

[PATCH/RFC] git diff --submodule: Show detailed dirty status of submodules
 2010-02-14 21:29 UTC 

[PATCH 0/5] Speed up string search routines
 2010-02-14 20:16 UTC  (4+ 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).