git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-04-04 20:54:59 to 2013-04-07 09:03:01 UTC [more...]

[PATCH] remote-helpers/test-bzr.sh: do not use grep \s
 2013-04-07  9:02 UTC  (2+ messages)

[RFC/PATCH 0/7] Rework git core for native submodules
 2013-04-07  9:00 UTC  (31+ messages)
` [PATCH 2/7] sha1_file, link: write link objects to the database
` [PATCH 6/7] clone: introduce clone.submodulegitdir
` [PATCH 7/7] sha1_file: write ref_name to link object

[PATCH v3 0/4] send-email: couple of improvements
 2013-04-07  8:48 UTC  (10+ messages)
` [PATCH v3 1/4] send-email: make annotate configurable
` [PATCH v3 2/4] format-patch: improve head calculation for cover-letter
` [PATCH v3 3/4] format-patch: refactor branch name calculation
` [PATCH v3 4/4] format-patch: add format.cover-letter configuration

[PATCH] format-patch: trivial cleanup
 2013-04-07  8:16 UTC  (2+ messages)

[PATCH v3 0/2] run-command: new check_command helper
 2013-04-07  7:45 UTC  (3+ messages)
` [PATCH v3 1/2] run-command: add "
` [PATCH v3 2/2] transport-helper: check if remote helper is alive

[PATCH v2 0/2] send-email: couple of improvements
 2013-04-07  6:54 UTC  (12+ messages)
` [PATCH v2 1/2] send-email: make annotate configurable
` [PATCH v2 2/2] format-patch: add format.cover-letter configuration

Advice and repo setup
 2013-04-07  6:12 UTC  (3+ messages)

[PATCH 00/13] remote-hg: general updates
 2013-04-07  3:32 UTC  (17+ messages)

git instaweb - share all project files
 2013-04-07  3:02 UTC 

Git/Mac refuses to install on OS X 10.8 (Mountain Lion)
 2013-04-07  1:55 UTC 

[PATCH] remote-helpers: remove --graph in hg_log()
 2013-04-07  1:25 UTC  (6+ messages)
      ` [PATCH] remote-hg: activate graplog extension for hg_log()

check-attr doesn't respect recursive definitions
 2013-04-05 12:04 UTC  (3+ messages)

[PATCH v2 0/4] remote-helpers: trivial test fixes
 2013-04-06 18:41 UTC  (7+ messages)

[PATCH] gitremote-helpers(1): clarify refspec behaviour
 2013-04-06 18:15 UTC  (2+ messages)

[PATCH] fast-export: Allow pruned-references in mark file
 2013-04-06 17:33 UTC  (3+ messages)

typo in Documentation/git-rebase.txt
 2013-04-06 13:10 UTC 

Collective wisdom about repos on NFS accessed by concurrent clients (== corruption!?)
 2013-04-06 11:49 UTC  (6+ messages)

[PATCH] perl: redirect stderr to /dev/null instead of closing
 2013-04-06 10:34 UTC  (10+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] t9700: do not close STDERR

[PATCH 0/3] Some small fixes to glossary-content.txt
 2013-04-06  8:00 UTC  (3+ messages)
  ` Aw: "

[RFD] annnotating a pair of commit objects?
 2013-04-06  7:55 UTC  (4+ messages)

git apply --index --reject does not add new files
 2013-04-06  5:13 UTC 

[PATCH] show-branch: use strbuf instead of static buffer
 2013-04-06  4:58 UTC  (3+ messages)

Fwd: Delivery Status Notification (Failure)
 2013-04-06  4:49 UTC  (2+ messages)

[PATCH 0/7] remote-bzr: generic updates
 2013-04-06  3:49 UTC  (8+ messages)
` [PATCH 1/7] remote-bzr: fix directory renaming
` [PATCH 2/7] remote-bzr: remove files before modifications
` [PATCH 3/7] remote-bzr: set author if available
` [PATCH 4/7] remote-bzr: only update workingtree on local repos
` [PATCH 5/7] remote-bzr: avoid unreferred tags
` [PATCH 6/7] remote-bzr: add utf-8 support for fetching
` [PATCH 7/7] remote-bzr: add utf-8 support for pushing

[PATCH] http-backend: respect GIT_NAMESPACE with dumb clients
 2013-04-06  0:54 UTC  (9+ messages)

[PATCH] glossary: extend "detached HEAD" description
 2013-04-05 23:46 UTC  (2+ messages)

[RFC/PATH 0/4] remoe-hg: switch to SHA-1 ids
 2013-04-05 22:29 UTC  (7+ messages)
` [RFC/PATH 1/4] remote-hg: shuffle some code
` [RFC/PATH 2/4] remote-hg: improve node traversing
` [RFC/PATH 3/4] remote-hg: add version checks to the marks
` [RFC/PATH 4/4] remote-hg: switch from revisions to SHA-1 noteids

What's cooking in git.git (Apr 2013, #02; Fri, 5)
 2013-04-05 22:27 UTC 

[RFC/PATCH 0/9] friendlier http error messages
 2013-04-05 22:22 UTC  (10+ messages)
` [PATCH 1/9] http: add HTTP_KEEP_ERROR option
` [PATCH 2/9] remote-curl: show server content on http errors
` [PATCH 3/9] remote-curl: let servers override http 404 advice
` [PATCH 4/9] remote-curl: always show friendlier 404 message
` [PATCH 5/9] remote-curl: consistently report repo url for http errors
` [PATCH 6/9] http: simplify http_error helper function
` [PATCH 7/9] http: re-word http error message
` [PATCH 8/9] remote-curl: die directly with http error messages
` [PATCH 9/9] http: drop http_error function

[PATCH] count-objects: output "KiB" instead of "kilobytes"
 2013-04-05 20:31 UTC  (8+ messages)
` [PATCH v2] "
        ` [PATCH] count-objects doc: document use of kibibytes

[PATCH 0/2] log -L overlapping ranges
 2013-04-05 17:39 UTC  (4+ messages)
` [PATCH 1/2] log -L: check range set invariants when we look it up
` [PATCH 2/2] log -L: fix overlapping input ranges

[PATCH 1/2] diffcore-pickaxe: respect --no-textconv
 2013-04-05 17:31 UTC  (21+ messages)
` [PATCH v2 1/3] diffcore-pickaxe: remove unnecessary call to get_textconv()
` [PATCH v2 2/3] diffcore-pickaxe: remove fill_one()
      ` [PATCH 1/3] diffcore-pickaxe: port optimization from has_changes() to diff_grep()
        ` [PATCH 2/3] diffcore-pickaxe: fix leaks in "log -S<block>" and "log -G<pattern>"
        ` [PATCH 3/3] diffcore-pickaxe: unify setup and teardown code between log -S/-G
` [PATCH v2 3/3] diffcore-pickaxe: respect --no-textconv
    ` [PATCH v3 "

[PATCH 00/12] Layout control placeholders for pretty format
 2013-04-05 17:13 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 02/12] pretty: share code between format_decoration and show_decorations
  ` [PATCH v2 09/12] pretty: add %C(auto) for auto-coloring on the next placeholder

Beyond inotify recursive watches
 2013-04-05 16:56 UTC 

Possible bug: Git submodules can get into broken state
 2013-04-05 16:51 UTC  (6+ messages)

[PATCH] submodule: print graph output next to submodule log
 2013-04-05 16:22 UTC  (3+ messages)
` [PATCH v2] "

trouble on windows network share
 2013-04-05 12:44 UTC  (3+ messages)

[PATCH] diff: allow unstuck arguments with --diff-algorithm
 2013-04-05 12:19 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH v2 00/13] remote-hg: general updates
 2013-04-05 12:16 UTC  (15+ messages)
` [PATCH v2 11/13] remote-hg: force remote push
` [PATCH v2 13/13] remote-hg: push to the appropriate branch

[PATCH] git-merge(1): document diff-algorithm option to merge-recursive
 2013-04-05 11:37 UTC 

git diff --quiet on dirty tree sometimes erroneously exits with status 0
 2013-04-05 11:09 UTC 

[PATCH] Documentation/git-commit: reword the --amend explanation
 2013-04-05  8:50 UTC  (7+ messages)

Composing git repositories
 2013-04-05  7:15 UTC  (16+ messages)

Behavior of git rm
 2013-04-05  5:04 UTC  (12+ messages)
` [PATCH 3/3] t3600: test rm of path with changed leading symlinks

[PATCH 0/4] check_everything_connected replacement
 2013-04-05  2:11 UTC  (4+ messages)
` [PATCH 1/4] fetch-pack: save shallow file before fetching the pack

reverting changes
 2013-04-04 22:19 UTC  (2+ messages)

feature suggestion: optimize common parts for checkout --conflict=diff3
 2013-04-04 21:19 UTC  (12+ 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).