git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-04-05 18:43:49 to 2010-04-07 14:28:16 UTC [more...]

Does Git really need a commit message to go with a commit?
 2010-04-07 14:28 UTC  (15+ messages)
` [PATCH] Add option to git-commit to allow empty log messages
                  ` [PATCH v2] "

git clone: very long "resolving deltas" phase
 2010-04-07 14:20 UTC  (22+ messages)
        ` git clone: very long "resolving deltas" phase

[PATCH 1/2] Make xmalloc and xrealloc thread-safe
 2010-04-07 13:17 UTC  (16+ messages)
                ` [PATCH] "
                    ` [PATCH v2] "

gitk pays too much attention to file timestamps
 2010-04-07 11:21 UTC  (13+ messages)
    ` [PATCH/RFC] gitk: refresh index before checking for local changes

[PATCH] Replace hard-coded path with one configurable at make time
 2010-04-07 10:57 UTC  (7+ messages)
      ` [PATCH] Replace hard-coded path with one from <paths.h>
      ` [PATCH] git-instaweb: pass through invoking user's path to gitweb CGI script

How to log a host (or a repository) of a commit?
 2010-04-07 10:33 UTC  (3+ messages)

git-svn clone fails
 2010-04-07  9:31 UTC  (2+ messages)

[PATCH v9] Documentation/remote-helpers: Add invocation section
 2010-04-07  8:56 UTC  (2+ messages)

[PATCH v2] Documentation/remote-helpers: Fix typos and improve language
 2010-04-07  8:51 UTC 

[PATCH] Initialize notes trees if %N is used and no --show-notes given
 2010-04-07  6:36 UTC  (8+ messages)

[PATCH v8] Documentation/remote-helpers: Add invocation section
 2010-04-07  5:44 UTC 

[RFD} Use regex's in :/ revision naming machinery
 2010-04-07  1:04 UTC  (8+ messages)

[RFC] war on "sleep" in tests
 2010-04-07  0:08 UTC 

What's cooking in git.git (Apr 2010, #02; Sun, 04)
 2010-04-06 21:48 UTC  (4+ messages)
` log --pretty/--oneline: ignore log.decorate

[PATCH 2/7 (v5)] basic api and porcelain
 2010-04-06 21:40 UTC  (3+ messages)

[RFC PATCH] Write new giturl(7) manpage
 2010-04-06 21:33 UTC  (7+ messages)
    ` [PATCH/RFC] Documentation: reorganize documentation of URLs understood by git

Stashes and expiring reflogs
 2010-04-06 21:07 UTC 

[PATCH] Docs: Describe omitted <repository> behavior in a prominent place
 2010-04-06 19:32 UTC 

Getting rid of a stale remote?
 2010-04-06 18:42 UTC  (4+ messages)

[PATCH 0/7 (v5)] rev-cache
 2010-04-06 17:34 UTC  (3+ messages)

[FREE_DRINKS] GitHub East Coast Tour
 2010-04-06 17:27 UTC  (3+ messages)

[RFC PATCH 0/4] Return of smart HTTP
 2010-04-06 17:26 UTC  (6+ messages)
` [RFC PATCH 1/4] Document the HTTP transport protocol

What happens in this example case?
 2010-04-06 16:25 UTC  (3+ messages)

[PATCH] notes.h: declare bit field as unsigned to silence compiler complaints
 2010-04-06 15:11 UTC 

[PATCH v5] Documentation/remote-helpers: Add invocation section
 2010-04-06 13:23 UTC  (2+ messages)

[PATCH v4 0/8] Attribute and conversion patches
 2010-04-06 12:46 UTC  (9+ messages)
` [PATCH v4 1/8] convert: Safer handling of $Id$ contraction
` [PATCH v4 2/8] convert: Keep foreign $Id$ on checkout
` [PATCH v4 3/8] status: Added missing calls to diff_unmodified_pair() in format_callbacks
` [PATCH v4 4/8] diff: Filter files that have changed only due to conversion changes
` [PATCH v4 5/8] convert: Added core.refilteronadd feature
` [PATCH v4 6/8] attr: Fixed debug output for macro expansion
` [PATCH v4 7/8] attr: Allow multiple changes to an attribute on the same line
` [PATCH v4 8/8] attr: Expand macros immediately when encountered

[PATCH 0/5] ident attribute related patches (resend w/ testsuite v3)
 2010-04-06 11:53 UTC  (7+ messages)
` [PATCH 1/5] convert: Safer handling of $Id$ contraction
  ` [PATCH 2/5] convert: Keep foreign $Id$ on checkout
    ` [PATCH 3/5] convert: Use the enum constant SAFE_CRLF_FALSE
      ` [PATCH 4/5] convert: Inhibit contraction of foreign $Id$ during stats

How to keep different version numbers in different branches?
 2010-04-06 11:29 UTC  (7+ messages)

[PATCH v4] Documentation/remote-helpers: Add invocation section
 2010-04-06 11:04 UTC  (6+ messages)

git describe bug?
 2010-04-06  9:48 UTC  (3+ messages)

[PATCH 0/2] gitk --color-words
 2010-04-06  9:20 UTC  (7+ messages)
` [PATCH 1/2] diff: add --word-diff option that generalizes --color-words

Is there interest in reading ~/.gitconfig.d/* and /etc/gitconfig.d/*?
 2010-04-06  9:02 UTC  (4+ messages)

[PATCH v3] Documentation/urls: Rewrite to accomodate <transport>::<address>
 2010-04-06  8:44 UTC  (3+ messages)

[PATCH v4] Documentation/urls: Rewrite to accomodate <transport>::<address>
 2010-04-06  8:38 UTC 

[PATCH 00/43] nd/setup update
 2010-04-06  7:17 UTC  (31+ messages)
` [PATCH 19/43] worktree setup: calculate prefix even if no worktree is found
` [PATCH 20/43] index-pack: trust the prefix returned by setup_git_directory_gently()
` [PATCH 22/43] Move enter_repo() to setup.c
` [PATCH 23/43] enter_repo(): initialize other variables as setup_git_directory_gently() does
` [PATCH 24/43] rev-parse --git-dir: print relative gitdir correctly
` [PATCH 25/43] worktree setup: call set_git_dir explicitly
` [PATCH 26/43] Add git_config_early()
` [PATCH 27/43] Use git_config_early() instead of git_config() during repo setup
` [PATCH 28/43] worktree setup: restore original state when things go wrong
` [PATCH 29/43] init/clone: turn on startup->have_repository properly
` [PATCH 30/43] git_config(): do not read .git/config if there is no repository
` [PATCH 31/43] Do not read .git/info/exclude "
` [PATCH 32/43] Do not read .git/info/attributes "
` [PATCH 33/43] apply: do not check sha1 "
` [PATCH 34/43] config: do not read .git/config "
` [PATCH 35/43] run_builtin(): save "-h" detection result for later use
` [PATCH 36/43] builtins: utilize startup_info->help where possible
` [PATCH 37/43] builtins: check for startup_info->help, print and exit early
` [PATCH 38/43] Allow to undo setup_git_directory_gently() gracefully (and fix alias code)
` [PATCH 39/43] alias: keep repository found while collecting aliases as long as possible
` [PATCH 40/43] Guard unallowed access to repository when it's not set up
` [PATCH 41/43] t0001: Add test cases for "git init" with aliases
` [PATCH 42/43] builtins: setup repository before print unknown command error
` [PATCH 43/43] builtins: do not commit pager choice early
  ` [PATCH 0/2] fix weird git --paginate behavior
    ` [PATCH 1/2] t7006: test core.pager configuration in subdir of toplevel
    ` [PATCH 2/2] builtins: do not commit pager choice early

[RFD} Use regex's in :/ revision naming machinery
 2010-04-06  7:02 UTC 

[PATCH v2 4/4] git status: refresh the index if possible
 2010-04-06  6:20 UTC  (3+ messages)
` [PATCH] t7508: add a test for "git status" in a read-only repository

[PATCH] Makefile: move -Wall from CFLAGS to BASIC_CFLAGS
 2010-04-06  6:06 UTC  (2+ messages)

Extremely slow progress during 'git reflog expire --all'
 2010-04-06  6:02 UTC  (9+ messages)

[PATCH v7 1/2] Documentation/remote-helpers: Rewrite description
 2010-04-06  2:47 UTC  (4+ messages)

[PATCH 2/2] Documentation/remote-helpers: Fix some typos
 2010-04-06  2:46 UTC  (3+ messages)

[PATCH 0/6] Make the string_list API consistent
 2010-04-06  1:11 UTC  (7+ messages)
` [PATCH 1/6] string_list: Fix argument order for print_string_list
` [PATCH 2/6] string_list: Fix argument order for for_each_string_list
` [PATCH 3/6] string_list: Fix argument order for string_list_insert
` [PATCH 4/6] string_list: Fix argument order for string_list_insert_at_index
` [PATCH 5/6] string_list: Fix argument order for string_list_lookup
` [PATCH 6/6] string_list: Fix argument order for string_list_append

[PATCH] completion: --set-upstream option for git-branch
 2010-04-06  1:20 UTC  (2+ messages)

[PATCH 1/2] Documentation/remote-helpers: Add invocation and see also sections
 2010-04-05 22:28 UTC  (3+ messages)

'git gc --aggressive' effectively unusable
 2010-04-05 21:07 UTC  (8+ messages)

[PATCH 7/7 (v5)] graft awareness
 2010-04-05 19:58 UTC 

[PATCH 6/7 (v5)] object name support
 2010-04-05 19:58 UTC 

[PATCH 5/7 (v5)] integration into revision walker
 2010-04-05 19:58 UTC 

[PATCH 4/7 (v5)] administrative api and tools
 2010-04-05 19:58 UTC 

[PATCH 3/7 (v5)] support for non-commit objects
 2010-04-05 19:58 UTC 

Using test-lib.sh under GPLv3?
 2010-04-05 19:57 UTC  (10+ messages)
                        ` [PATCH] test-lib.sh: Add explicit license detail, with change from GPLv2 to GPLv2+
                            ` Git: relicensing test-lib.sh "

[PATCH 1/7 (v5)] man page and technical docs
 2010-04-05 19:57 UTC 

[PATCH] Link against libiconv on IRIX
 2010-04-05 19:44 UTC  (3+ messages)

Mysterious junk in file.... "not commited yet"
 2010-04-05 19:29 UTC  (6+ 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).