git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-04-20 19:10:46 to 2014-04-22 18:45:59 UTC [more...]

[PATCH 0/3] Use ref transactions for fetch
 2014-04-22 18:45 UTC  (2+ messages)
` [PATCH 1/3] fetch.c: clear errno before calling functions that might set it

[SECURITY PATCH] git-prompt.sh: don't put unsanitized branch names in $PS1
 2014-04-22 18:38 UTC  (10+ messages)
      ` [SECURITY PATCH v2] "

What is missing from Git v2.0
 2014-04-22 18:33 UTC  (17+ messages)

[PATCH] tag: add -i and --introduced modifier for --contains
 2014-04-22 17:58 UTC  (11+ messages)

gitignore vs. exclude vs assume-unchanged?
 2014-04-22 17:54 UTC  (7+ messages)

[RTC/PATCH] Add 'update-branch' hook
 2014-04-22 17:28 UTC  (28+ messages)

[PATCH 0/2] Simple default fixes for v2.0
 2014-04-22 17:32 UTC  (12+ messages)
` [PATCH 1/2] merge: enable defaulttoupstream by default
` [PATCH 2/2] mergetool: run prompt only if guessed tool

[PATCH] mergetools: add vimdiff3 mode
 2014-04-22 17:30 UTC  (3+ messages)

[PATCH v3] send-email: recognize absolute path on Windows
 2014-04-22 16:50 UTC  (5+ messages)

Fwd: git p4: feature request - branch check filtering
 2014-04-22 16:46 UTC  (4+ messages)

Project idea: github-like diff view
 2014-04-22 16:11 UTC  (5+ messages)

[ANNOUNCE] WinGit - native x86/x64 Git for Windows
 2014-04-22 16:14 UTC  (17+ messages)
`  "
  ` [msysGit] "
    `  "
          ` [NOT_A_PATCH] A naive attempt to cross-build Linux->mingw64 Git

[PATCH] blame: add correct paddings in time_buf for align
 2014-04-22 14:39 UTC  (17+ messages)
` [PATCH v2 0/2] peroper align of datetime filed of git-blame
  ` [PATCH v2 1/2] bugfix: fix broken time_buf paddings for git-blame
  ` [PATCH v2 2/2] blame: use different blame_date_width for different locale
      ` [PATCH v3 0/2] peroper align of datetime filed of git-blame
      ` [PATCH v3 1/2] bugfix: fix broken time_buf paddings for git-blame
      ` [PATCH v3 2/2] blame: use a helper to get suitable blame_date_width
            ` [PATCH v4 0/2] peroper align of datetime filed of git-blame
            ` [PATCH v4 1/2] bugfix: fix broken time_buf paddings for git-blame
            ` [PATCH v4 2/2] blame: dynamic blame_date_width for different locales

Open Source Organizational Culture
 2014-04-22 11:59 UTC  (4+ messages)

[ANNOUNCE] Git v2.0.0-rc0
 2014-04-22 11:16 UTC  (4+ messages)

Students project on Git (Ensimag)
 2014-04-22 10:38 UTC  (5+ messages)
` Project idea: strbuf allocation modes

[RFC] Speed up "git status" by caching untracked file info
 2014-04-22 10:35 UTC  (4+ messages)

git p4: bug - branch detection broken on empty branches
 2014-04-22  9:20 UTC 

[RFC/PATCH v3] Better control of the tests run by a test suite
 2014-04-22  8:19 UTC  (4+ messages)
` [PATCH 1/3] test-lib: Document short options in t/README
` [PATCH 2/3] test-lib: tests skipped by GIT_SKIP_TESTS say so
` [PATCH 3/3] test-lib: '--run' to run only specific tests

Pack bitmaps on Git for Windows
 2014-04-22  7:58 UTC 

Open Source Organizational Culture
 2014-04-22  2:31 UTC 

Git in GSoC 2014
 2014-04-22  2:18 UTC  (11+ messages)

[PATCH] git.c: treat RUN_SETUP_GENTLY and RUN_SETUP as mutually exclusive
 2014-04-22  0:47 UTC 

[PATCH v2 00/13] Use ref transactions from most callers
 2014-04-21 22:53 UTC  (14+ messages)
` [PATCH v2 01/13] refs.c: constify the sha arguments for ref_transaction_create|delete|update
` [PATCH v2 02/13] refs.c: use a single exit path from transaction commit and handle onerr
` [PATCH v2 03/13] refs.c: change ref_transaction_update() to do error checking and return status
` [PATCH v2 04/13] refs.c: change ref_transaction_create "
` [PATCH v2 05/13] refs.c: ref_transaction_delete to check for error "
` [PATCH v2 06/13] tag.c: use ref transactions when doing updates
` [PATCH v2 07/13] replace.c: use the ref transaction functions for updates
` [PATCH v2 08/13] commit.c: use ref transactions "
` [PATCH v2 09/13] sequencer.c: use ref transactions for all ref updates
` [PATCH v2 10/13] fast-import.c: change update_branch to use ref transactions
` [PATCH v2 11/13] branch.c: use ref transaction for all ref updates
` [PATCH v2 12/13] walker.c: use ref transaction for "
` [PATCH v2 13/13] refs.c: change update_ref to use a transaction

[PATCH 00/11] Use ref transactions from most callers
 2014-04-21 22:29 UTC  (8+ messages)
` [PATCH 07/11] commit.c: use ref transactions for updates
` [PATCH 11/11] walker.c: use ref transaction for ref updates

git commit vs. ignore-submodules
 2014-04-21 22:08 UTC  (26+ messages)
    ` [PATCH 1/2] commit: add --ignore-submodules[=<when>] parameter
        ` [PATCH v2] "
          ` [PATCH v2.1] "
                                ` [PATCH v3 2/2] "
                                      ` [PATCH v4 1/2] add: "
                                      ` [PATCH v4 2/2] commit: "

[PATCH v2 0/3] remote-helpers: graduate
 2014-04-21 21:42 UTC  (7+ messages)
` [PATCH v2 1/3] remote-helpers: squelch python import exceptions
` [PATCH v2 2/3] remote-helpers: move out of contrib
` [PATCH v2 3/3] remote-helpers: move tests "

[PATCH] Revert "Stop starting pager recursively"
 2014-04-21 20:46 UTC 

[PATCH 0/2] remote-helpers: graduate
 2014-04-21 19:24 UTC  (8+ messages)
` [PATCH 1/2] remote-helpers: move out of contrib
` [PATCH 2/2] remote-helpers: move tests "

security vulnerability disclosure procedure?
 2014-04-21 18:07 UTC  (2+ messages)

general question about git
 2014-04-21 15:25 UTC  (2+ messages)

color box, display box, corrugated box, color card, blister card, color sleeve, hang tag, label
 2014-04-21  7:17 UTC 

error: git-remote-https died of signal 13
 2014-04-21  0:42 UTC 

[PATCH] t5801 (remote-helpers): cleanup environment sets
 2014-04-20 22:15 UTC  (2+ messages)

the ".git" folder
 2014-04-20 22:13 UTC  (3+ messages)

[PATCH 0/5] transport-helper: serious crash fix
 2014-04-20 21:54 UTC  (7+ messages)
` [PATCH 0/5] fc/transport-helper-sync-error-fix rebased

[PATCH] git-remote-hg : Enable use of, $GIT_DIR/hg/origin/clone/.hg/hgrc
 2014-04-20 21:25 UTC  (9+ messages)

[PATCH try3] branch: reorganize verbose options
 2014-04-20 20:58 UTC 

[PATCH v4 0/8] Introduce publish tracking branch
 2014-04-20 19:45 UTC  (9+ messages)
` [PATCH v4 1/8] t5516 (fetch-push): fix test restoration
` [PATCH v4 2/8] Add concept of 'publish' branch
` [PATCH v4 3/8] branch: add --set-publish-to option
` [PATCH v4 4/8] push: add --set-publish option
` [PATCH v4 5/8] branch: display publish branch
` [PATCH v4 6/8] sha1_name: cleanup interpret_branch_name()
` [PATCH v4 7/8] sha1_name: simplify track finding
` [PATCH v4 8/8] sha1_name: add support for @{publish} marks

[PATCH 0/8] transport-helper: refspec support
 2014-04-20 18:59 UTC  (3+ messages)
` [PATCH 7/8] transport-helper: add support to delete branches
` [PATCH 8/8] transport-helper: remove unnecessary strbuf resets


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