git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2012-05-18 12:28:41 to 2012-05-21 23:10:49 UTC [more...]

[PATCH 1/2] Change error messages in ident.c
 2012-05-21 23:10 UTC  (43+ messages)
` [PATCH 1/2] drop length limitations on gecos-derived names and emails
              ` [PATCH 0/13] ident cleanups and bugfixes
                ` [PATCH 01/13] ident: split setup_ident into separate functions
                ` [PATCH 02/13] http-push: do not access git_default_email directly
                ` [PATCH 03/13] fmt-merge-msg: don't use static buffer in record_person
                ` [PATCH 04/13] move identity config parsing to ident.c
                ` [PATCH 05/13] move git_default_* variables "
                ` [PATCH 06/13] format-patch: use default email for generating message ids
                ` [PATCH 07/13] fmt_ident: drop IDENT_WARN_ON_NO_NAME code
                ` [PATCH 08/13] ident: don't write fallback username into git_default_name
                        ` [PATCHv2 0/15] ident cleanups git_default_name
                          ` [PATCHv2 01/15] ident: split setup_ident into separate functions
                          ` [PATCHv2 02/15] http-push: do not access git_default_email directly
                          ` [PATCHv2 03/15] fmt-merge-msg: don't use static buffer in record_person
                          ` [PATCHv2 04/15] move identity config parsing to ident.c
                          ` [PATCHv2 05/15] move git_default_* variables "
                          ` [PATCHv2 06/15] ident: trim trailing newline from /etc/mailname
                          ` [PATCHv2 07/15] format-patch: use default email for generating message ids
                          ` [PATCHv2 08/15] fmt_ident: drop IDENT_WARN_ON_NO_NAME code
                          ` [PATCHv2 09/15] ident: don't write fallback username into git_default_name
                          ` [PATCHv2 13/15] ident: use a dynamic strbuf in fmt_ident
                          ` [PATCHv2 14/15] ident: trim whitespace from default name/email
                          ` [PATCHv2 15/15] format-patch: refactor get_patch_filename
                ` [PATCH 09/13] drop length limitations on gecos-derived names and emails
                ` [PATCH 10/13] ident: report passwd errors with a more friendly message
                ` [PATCH 11/13] ident: use full dns names to generate email addresses
                ` [PATCH 12/13] ident: use a dynamic strbuf in fmt_ident
                ` [PATCH 13/13] format-patch: refactor get_patch_filename

remove_duplicates() in builtin/fetch-pack.c is O(N^2)
 2012-05-21 22:24 UTC  (14+ messages)
    ` [PATCH 1/5] fetch-pack: sort incoming heads
    ` [PATCH 2/5] fetch-pack: avoid quadratic behavior in remove_duplicates
    ` [PATCH 3/5] add sorting infrastructure for list refs
    ` [PATCH 4/5] fetch-pack: sort the list of incoming refs
    ` [PATCH 5/5] fetch-pack: avoid quadratic loop in filter_refs

Git commit path vs rebase path
 2012-05-21 22:24 UTC  (10+ messages)
` [PATCH 0/2] "
  ` [PATCH 2/2] git-sh-setup: work around Cygwin path handling gotchas

diffstat witdth with one changed file
 2012-05-21 22:20 UTC  (3+ messages)

[PATCH v3 1/4] submodule: verify support for superproject origin URLs of the form ./foo/bar or ../foo/bar
 2012-05-21 22:20 UTC  (6+ messages)
` [PATCH v3 2/4] submodule: support "
` [PATCH v3 3/4] submodule: verify support for superproject URLs of the form foo/bar
` [PATCH v3 4/4] submodule: support superproject origin "

doc bug for git-patch-id ?
 2012-05-21 22:15 UTC  (2+ messages)

git-revert doesn't run commit-msg hook
 2012-05-21 22:13 UTC  (2+ messages)

Is it by design you can create a branch called 'HEAD'?
 2012-05-21 22:13 UTC  (2+ messages)

Attempt of a git-svn-switch
 2012-05-21 22:03 UTC 

[PATCH 0/7] Fix some sequencer leaks
 2012-05-21 20:57 UTC  (11+ messages)
` [PATCH 1/7] sequencer: fix leaked todo_list memory
` [PATCH 2/7] sequencer: release a strbuf used in save_head()
` [PATCH 3/7] merge-recursive: free some string lists
` [PATCH 4/7] revert: free opts.revs to do a bit of cleanup
` [PATCH 5/7] revert: free revs->cmdline.rev
` [PATCH 6/7] unpack-trees: record which unpack error messages should be freed
` [PATCH 7/7] Properly free unpack trees error messages

Index format v5
 2012-05-21 20:30 UTC  (17+ messages)

[PATCH/RFC] rebase -p: do not redo the merge, but cherry-pick first-parent changes
 2012-05-21 20:19 UTC 

[PATCH] l10n: de.po: translate 265 new messages
 2012-05-21 19:44 UTC  (4+ messages)

git grep -F doesn't behave like grep -F?
 2012-05-21 16:10 UTC  (8+ messages)
    ` [PATCH 1/3] grep: factor out create_grep_pat()
    ` [PATCH 2/3] grep: factor out do_append_grep_pat()
    ` [PATCH 3/3] grep: support newline separated pattern list

[PATCH v2 1/2] submodule: add tests for add,sync,init in presence of relative super origin URL
 2012-05-21 13:52 UTC  (4+ messages)
` [PATCH v2 2/2] submodule: fix handling of superproject with relative origin URLs

[PATCH 0/2] Fix some constness errors in fetch-pack
 2012-05-21  8:13 UTC  (5+ messages)
` [PATCH 2/2] cmd_fetch_pack(): fix constness problem and memory leak

[PATCH v2 0/4] Fix some constness errors in fetch-pack
 2012-05-21  7:59 UTC  (5+ messages)
` [PATCH v2 1/4] cmd_fetch_pack(): declare dest to be const
` [PATCH v2 2/4] cmd_fetch_pack(): handle non-option arguments outside of the loop
` [PATCH v2 3/4] cmd_fetch_pack(): combine the loop termination conditions
` [PATCH v2 4/4] cmd_fetch_pack(): respect constness of argv parameter

git rev-list %an, %ae, %at bug in v1.7.10.1 and beyond
 2012-05-21  8:01 UTC 

What's cooking in git.git (May 2012, #05; Sun, 20)
 2012-05-21  5:23 UTC 

[1.8.0] use 'stage' term consistently
 2012-05-21  1:32 UTC  (17+ messages)

[PATCH] t/Makefile: retain cache t/.prove across prove runs
 2012-05-20 21:18 UTC  (5+ messages)

How to properly rename a repository with submodules
 2012-05-20 18:49 UTC  (2+ messages)

[PATCH 0/2] completion: backwards compatibility fix
 2012-05-20 17:27 UTC  (11+ messages)
` [PATCH 1/2] completion: rename _git and _gitk
` [PATCH 2/2] completion: add support for backwards compatibility

[PATCH 1/2] submodule: add tests for add,sync,init in presence of relative super origin URL
 2012-05-20 13:28 UTC  (10+ messages)
` [PATCH 2/2] submodule: fix handling of supermodules with relative origin URLs
        ` [PATCH] Consistently use "superproject" instead of "supermodule"

Testing JavaScript code in gitweb
 2012-05-20 10:00 UTC  (3+ messages)

[PATCH] free_ref_entry(): do not trigger reading of loose refs
 2012-05-20  6:49 UTC 

[PATCH] t3404: begin "exchange commits with -p" test with correct preconditions
 2012-05-19 22:15 UTC  (2+ messages)

tr/xdiff-fast-hash generates warnings and breaks tests
 2012-05-19 14:17 UTC  (5+ messages)

Git.pm
 2012-05-19  9:38 UTC  (5+ messages)
` [PATCH][GIT.PM 1/3] Ignore files produced from exuberant-ctags
  ` [PATCH][GIT.PM 2/3] Getting rid of throwing Error::Simple objects in favour of simple Perl scalars which can be caught in eval{} blocks
  ` [PATCH][GIT.PM 3/3] Perl code uses eval{}/die instead of Error::Simple and Git::Error::Command

msysgit with git protocol to linux server
 2012-05-19  8:14 UTC  (3+ messages)

git-completion with bash alias
 2012-05-19  7:50 UTC  (5+ messages)

[PATCH 1/2] index-pack: hash non-delta objects while reading from stream
 2012-05-19  5:31 UTC  (5+ messages)
` [PATCH 2/2] index-pack: use streaming interface on large blobs (most of the time)

[PATCH] Update "gc" behavior in commit, merge, am, rebase and index-pack
 2012-05-19  4:56 UTC  (5+ messages)
` [PATCH v2 0/5] "git gc --auto" update
  ` [PATCH v2 1/5] Add convenient function to do automatic garbage collection

Add comment lines to patch format
 2012-05-19  4:54 UTC  (5+ messages)

[PATCH] pack-objects: use streaming interface for reading large loose blobs
 2012-05-19  2:43 UTC  (8+ messages)
` [PATCH v2 1/4] streaming: allow to call close_istream(NULL);
  ` [PATCH v2 2/4] pack-objects, streaming: turn "xx >= big_file_threshold" to ".. > .."
  ` [PATCH v2 3/4] pack-objects: refactor write_object()

cherry-pick is slow
 2012-05-19  0:54 UTC  (8+ messages)

Are author names ending with a dot invalid?
 2012-05-19  0:23 UTC  (2+ messages)

[PATCH] remote: fix typo
 2012-05-19  0:03 UTC  (3+ messages)

[Announce] libgit2 v0.17.0
 2012-05-19  0:00 UTC 

bugreport: stgit cannot export empty patch
 2012-05-18 22:26 UTC  (3+ messages)

[RFC] submodule: fix handling of supermodules with relative origin URLs
 2012-05-18 21:45 UTC  (3+ messages)

git rev-parse --git-dir does report yield relative path to git directory, per documentation
 2012-05-18 19:24 UTC  (4+ messages)
` [PATCH v1] Documentation: git-rev-parse: clarify that --git-dir does not necessarily show relative paths

[PATCH] archive: simplify refname handling
 2012-05-18 18:27 UTC  (5+ messages)

[PATCH] rebase -i: avoid checking out $branch when possible
 2012-05-18 15:25 UTC  (8+ messages)

[PATCH] Fix t3411.3 to actually rebase something
 2012-05-18 15:15 UTC  (2+ messages)

Making git history strictly time safe
 2012-05-18 12:28 UTC  (2+ 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).