git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2012-05-10 06:02:39 to 2012-05-12 16:51:49 UTC [more...]

[PATCH] pack-objects: use streaming interface for reading large loose blobs
 2012-05-12 16:51 UTC  (2+ messages)

ls-tree and wildcards
 2012-05-12 15:46 UTC  (3+ messages)

Incorrect time on different machines = file changes loss
 2012-05-12 12:55 UTC  (2+ messages)

Finding all branches(remote and local) include given commit?
 2012-05-12 12:52 UTC  (6+ messages)

Equivalent of "fixup" for git filter-branch
 2012-05-12 12:12 UTC  (7+ messages)

git-notes, how do they work?
 2012-05-12 11:41 UTC  (4+ messages)

git rebase -f --autosquash
 2012-05-12 11:05 UTC  (2+ messages)

how to clone/checkout branch/tag vesion from GIT repository
 2012-05-12 10:26 UTC  (7+ messages)

[PATCH] Update "gc" behavior in commit, merge, am, rebase and index-pack
 2012-05-12  8:18 UTC  (2+ messages)

Please pull git-l10n maint branch with de, zh_CN l10n updates
 2012-05-12  7:45 UTC  (2+ messages)

[PATCH] notes: do not accept non-blobs as new notes
 2012-05-12  6:58 UTC  (23+ messages)
` [PATCH 0/4] git-notes ui fixes regarding non-blobs notes
  ` [PATCH 1/4] notes: preserve object type given by "add -C"
  ` [PATCH 2/4] notes: "add -c" refuses to open an editor with non-blobs
  ` [PATCH 3/4] notes: refuse to edit non-blobs
  ` [PATCH 4/4] notes: refuse to append to non-blob notes
    ` [PATCH 4/4] notes: only append a blob to a blob
  ` [PATCH v2 0/4] non-blob notes fixes
  ` [PATCH v2 1/4] notes: preserve object type given by "add -C"
  ` [PATCH v2 2/4] notes: "add -c" refuses to open an editor with non-blobs
  ` [PATCH v2 3/4] notes: refuse to edit non-blobs
  ` [PATCH v2 4/4] notes: only allow to append a blob to a blob

surprising behavior from merge
 2012-05-12  2:25 UTC  (4+ messages)

[PATCH] pack-protocol: fix first-want separator in the examples
 2012-05-11 23:44 UTC 

A possible fmt-merge-msg update?
 2012-05-11 23:20 UTC  (10+ messages)
      ` [PATCH] fmt-merge-msg: show those involved in a merged series
            ` [PATCH/RFC] fmt-merge-msg: add a blank line after people info

[PATCH 1/2] Change error messages in ident.c Make error messages caused by failed reads of the /etc/passwd file easier to understand. Signed-off-by: Angus Hammond <angusgh@gmail.com>
 2012-05-11 23:13 UTC  (13+ messages)
` [PATCH 2/2] Remove diagnostics section from commit-tree and var man pages New error messages shouldn't need explaining like the old ones did so just delete the diagnostics section of the man pages. "
` [PATCH 1/2] Change error messages in ident.c

Please review this pull request for maint branch with update of de.po
 2012-05-11 22:28 UTC  (8+ messages)

What's cooking in git.git (May 2012, #04; Fri, 11)
 2012-05-11 21:57 UTC 

XSS in search form at git-scm.com
 2012-05-11 21:51 UTC  (2+ messages)

submodule update --force
 2012-05-11 20:56 UTC  (7+ messages)

[ANNOUNCE] Git 1.7.10.2
 2012-05-11 20:49 UTC 

Git fetch/pull stopped working
 2012-05-11 20:28 UTC  (9+ messages)

Subtree in Git
 2012-05-11 20:24 UTC  (8+ messages)

*IMPORTANT* to Linus Torvalds
 2012-05-11 19:04 UTC  (3+ messages)

Git.pm
 2012-05-11 18:10 UTC  (15+ messages)

merge unpack-objects to index-pack?
 2012-05-11 17:51 UTC  (2+ messages)

[PATCH 1/3] http: handle proxy authentication failure (error 407)
 2012-05-11 17:15 UTC  (2+ messages)

Index format v5
 2012-05-11 17:12 UTC  (11+ messages)

[PATCH 0/3] Reduced re-roll of http-proxy-more branch
 2012-05-11 17:00 UTC  (2+ messages)

[PATCH 1/2] dir: respect string length argument of read_directory_recursive()
 2012-05-11 14:59 UTC  (2+ messages)
` [PATCH 2/2] dir: simplify fill_directory()

[PATCH 3/3] http: rename HTTP_REAUTH to HTTP_AUTH_RETRY
 2012-05-11 13:14 UTC 

[PATCH 2/3] http: Avoid limit of retrying request only twice
 2012-05-11 13:13 UTC 

[PATCHv1 0/3] git p4: tag import/export bug fixes
 2012-05-11 10:21 UTC  (5+ messages)
` [PATCHv1 1/3] git p4: add test for tag import/export enabled via config
` [PATCHv1 2/3] git p4: fix bug when verbose enabled with tag export
` [PATCHv1 3/3] git p4: fix bug when enabling tag import/export via config variables

Git commit path vs rebase path
 2012-05-11  4:35 UTC  (11+ messages)

GSoC - Some questions on the idea of
 2012-05-10 22:39 UTC  (12+ messages)

[PATCH v2 0/9] "git apply --3way"
 2012-05-10 22:32 UTC  (10+ messages)
` [PATCH v2 1/9] apply: clear_image() clears things a bit more
` [PATCH v2 2/9] apply: refactor read_file_or_gitlink()
` [PATCH v2 3/9] apply: split load_preimage() helper function out
` [PATCH v2 4/9] apply: accept -3/--3way command line option
` [PATCH v2 5/9] apply: fall back on three-way merge
` [PATCH v2 6/9] apply: plug the three-way merge logic in
` [PATCH v2 7/9] apply: register conflicted stages to the index
` [PATCH v2 8/9] apply: allow rerere() upon --3way results
` [PATCH v2 9/9] apply: document --3way option

[PATCH 0/8] "git apply --threeway"
 2012-05-10 22:24 UTC  (19+ messages)
` [PATCH 1/8] apply: reformat comment
` [PATCH 2/8] apply: accept --threeway command line option
` [PATCH 3/8] apply: split load_preimage() helper function out
` [PATCH 4/8] apply: clear_image() clears things a bit more
` [PATCH 5/8] apply: refactor read_file_or_gitlink()
` [PATCH 6/8] apply: fall back on three-way merge
` [PATCH 7/8] apply: plug the three-way merge logic in
` [PATCH 8/8] apply: register conflicted stages to the index

Seeing high CPU usage during git-upload-pack
 2012-05-10 20:41 UTC  (4+ messages)

[PATCH] document submdule.$name.update=none option for gitmodules
 2012-05-10 20:30 UTC  (2+ messages)

[PATCH] Clean weird documentation for 'git var' and 'git
 2012-05-10 20:15 UTC  (9+ messages)

[PATCH] git-svn: clarify documentation of dcommit sub-command
 2012-05-10 19:13 UTC  (3+ messages)

[git] Re: Bug in git-stash(.sh) ?
 2012-05-10 17:35 UTC  (8+ messages)
` [PATCH 4/4] reflog-walk: always make HEAD@{0} show indexed selectors
                ` OT: gmane address mangling selectors

Using git apply inside a repository but on un-tracked files
 2012-05-10 16:46 UTC 

git submodule delete?
 2012-05-10 16:53 UTC  (3+ messages)

git checkout creates strange '(null)'-branch
 2012-05-10 16:49 UTC  (6+ messages)

What's cooking in git.git (May 2012, #02; Fri, 4)
 2012-05-10 16:47 UTC  (5+ messages)

Weird documentation for git commit-tree
 2012-05-10 16:34 UTC  (2+ messages)

new website: where is the blob ... ?
 2012-05-10 15:24 UTC 

[ANNOUNCE] tig-1.0
 2012-05-10 13:44 UTC 

Students contribution to git
 2012-05-10 12:18 UTC 

Large repo and pack.packsizelimit
 2012-05-10 11:42 UTC  (10+ messages)

git rebase --committer-date-is-author-date with -i/-p
 2012-05-10 11:33 UTC  (2+ messages)

Feature idea: git rebase --exec $CMD
 2012-05-10  8:28 UTC  (2+ messages)

[PATCH 00/10] 'maint' updates of German translation
 2012-05-10  6:34 UTC  (4+ messages)
` [PATCH 10/10] l10n: de.po: translate one new message

[PATCH 00/19] Bash prompt speedup
 2012-05-10  6:09 UTC  (5+ messages)
` [PATCH 02/19] tests: add tests for the bash prompt functions in the completion script


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