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

[PATCH] Add `log.decorate' configuration variable
 2010-02-17  6:55 UTC  (5+ messages)

[RFC/PATCH 3/3] t3417: Add test cases for "rebase --whitespace=fix"
 2010-02-17  7:03 UTC 

[RFC/PATCH 2/3] t4124: Add additional tests of --whitespace=fix
 2010-02-17  7:03 UTC 

[RFC/PATCH 1/3] apply: Allow blank context lines to match beyond EOF
 2010-02-17  7:03 UTC 

[RFC/PATCH 0/3] More fool-proof "git rebase --whitespace=fix"
 2010-02-17  7:02 UTC 

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

[PATCHv2] Add an optional argument for --color options
 2010-02-17  4:55 UTC 

[PATCH v2] require_work_tree broken with NONGIT_OK
 2010-02-17  4:18 UTC 

[PATCH] Add 'git format-patch --to=' option and 'format.to' configuration variable
 2010-02-17  3:47 UTC  (4+ messages)

[PATCH] fix threaded grep for machines with only one cpu
 2010-02-17  2:41 UTC  (22+ messages)
      `  "

[PATCH v3 0/4] Refactoring: remove duplicated code
 2010-02-17  2:23 UTC  (8+ messages)
` [PATCH v3 1/4] Refactoring: remove duplicated code from builtin-send-pack.c and transport.c
` [PATCH v3 2/4] Refactoring: connect.c: move duplicated code to a new function 'get_host_and_port'
` [PATCH v3 3/4] Refactoring: move duplicated code from builtin-pack-objects.c and fast-import.c to sha1_file.c
` [PATCH v3 4/4] Refactoring: move duplicated code from builtin-checkout.c and merge-recursive.c to xdiff-interface.c

Git svn fetches entire trunk on tags (change from 1.6.5.2 to 1.7.0)
 2010-02-17  1:17 UTC 

[RFC PATCH 0/6] post-rewrite hook and copying notes
 2010-02-17  0:29 UTC  (22+ messages)
` [RFC PATCH 3/6] filter-branch: invoke post-rewrite hook
` [RFC PATCH v2 00/11] post-rewrite / automatic notes copying
  ` [RFC PATCH v2 01/11] Documentation: document post-rewrite hook
  ` [RFC PATCH v2 02/11] commit --amend: invoke "
  ` [RFC PATCH v2 03/11] rebase: "
  ` [RFC PATCH v2 04/11] rebase -i: "
  ` [RFC PATCH v2 05/11] notes: clean up t3301
  ` [RFC PATCH v2 06/11] notes: implement 'git notes copy --stdin'
  ` [RFC PATCH v2 07/11] notes: implement helpers needed for note copying during rewrite
  ` [RFC PATCH v2 08/11] rebase: support automatic notes copying
  ` [RFC PATCH v2 09/11] commit --amend: copy notes to the new commit
  ` [RFC PATCH v2 10/11] filter-branch: invoke post-rewrite hook
  ` [RFC PATCH v2 11/11] filter-branch: learn how to filter notes

Using test-lib.sh under GPLv3?
 2010-02-17  0:26 UTC  (6+ messages)

[PATCH 1/2] Add `init.templatedir` configuration variable
 2010-02-16 23:44 UTC  (2+ messages)
` [PATCH 2/2] Add a "TEMPLATE DIRECTORY" section to git-init[1]

Git Submodule Usage Pattern
 2010-02-16 20:38 UTC  (4+ messages)

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

[PATCH v2 0/4] Refactoring: remove duplicated code
 2010-02-16 19:41 UTC  (10+ 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

[RFC PATCHv3 00/10] gitweb: Simple file based output caching
 2010-02-16 19:36 UTC  (11+ messages)
` [RFC PATCHv3 01/10] gitweb: href(..., -path_info => 0|1)
` [RFC PATCHv3 02/10] gitweb/cache.pm - Very simple file based cache
` [RFC PATCHv3 03/10] gitweb/cache.pm - Stat-based cache expiration
` [RFC PATCHv3 04/10] gitweb: Use Cache::Cache compatibile (get, set) output caching
` [RFC PATCHv3 05/10] gitweb/cache.pm - Adaptive cache expiration time
` [RFC PATCHv3 06/10] gitweb: Use CHI compatibile (compute method) caching
` [RFC PATCHv3 07/10] gitweb/cache.pm - Use locking to avoid 'cache miss stampede' problem
` [RFC PATCHv3 08/10] gitweb/cache.pm - Serve stale data when waiting for filling cache
` [RFC PATCHv3 09/10] gitweb/cache.pm - Regenerate (refresh) cache in background
` [RFC PATCHv3 10/10] gitweb: Show appropriate "Generating..." page when regenerating cache

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

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)

[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 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] 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  (8+ messages)
` [PATCH 2/4] Refactoring: connect.c: move duplicated code to get_host_and_port

[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

'git svn log' no longer uses the pager
 2010-02-15 20:26 UTC  (9+ messages)
    ` [PATCH 5/6] am: Fix launching of pager
      ` [PATCH v2 "
        ` [PATCH v3 "
            ` [PATCH v4 "

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

[PATCH] don't use mmap() to hash files
 2010-02-15 19:29 UTC  (11+ messages)

[PATCH] require_work_tree broken with NONGIT_OK
 2010-02-15 15:14 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).