git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-04-08 19:31:00 to 2014-04-11 23:37:57 UTC [more...]

What's cooking in git.git (Apr 2014, #03; Fri, 11)
 2014-04-11 23:27 UTC  (2+ messages)

[PATCH] remote-bzr: trivial test fix
 2014-04-11 23:24 UTC 

[PATCH] Verify index file before we opportunistically update it
 2014-04-11 23:30 UTC  (26+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "
` [PATCH v5] "
` [PATCH v6] "
` [PATCH v7 1/2] Add xpread() and xpwrite()
  ` [PATCH v7 2/2] Verify index file before we opportunistically update it
` [PATCH v8 1/2] Add xpread()

[PATCH 0/3] Fix support for FreeBSD's /bin/sh
 2014-04-11 23:08 UTC  (9+ messages)
` [PATCH 1/3] rebase: avoid non-function use of "return" on FreeBSD
` [PATCH 2/3] Revert "rebase: fix run_specific_rebase's use of "return" on FreeBSD"
` [PATCH 3/3] test: fix t5560 on FreeBSD

[PATCH v3 0/3] Make update refs more atomic
 2014-04-11 22:27 UTC  (6+ messages)
` [PATCH v3 1/3] refs.c: split writing and commiting a ref into two separate functions
` [PATCH v3 2/3] refs.c: split delete_ref_loose() into a separate flag-for-deletion and commit phase
` [PATCH v3 3/3] refs.c: change ref_transaction_commit to run the commit loops once all work is finished

Git for Windows 1.9.2
 2014-04-11 22:13 UTC 

Our official home page and logo for the Git project
 2014-04-11 21:25 UTC  (32+ messages)

wrong handling of text git attribute leading to files incorrectly reported as modified
 2014-04-11 20:38 UTC  (2+ messages)

[PATCH v2 0/9] Introduce publish tracking branch
 2014-04-11 19:50 UTC  (28+ messages)
` [PATCH v2 1/9] push: trivial reorganization
` [PATCH v2 2/9] Add concept of 'publish' branch
` [PATCH v2 3/9] branch: allow configuring the publish branch
` [PATCH v2 4/9] t: branch add publish branch tests
` [PATCH v2 5/9] push: add --set-publish option
` [PATCH v2 6/9] branch: display publish branch
` [PATCH v2 7/9] sha1_name: cleanup interpret_branch_name()
` [PATCH v2 8/9] sha1_name: simplify track finding
` [PATCH v2 9/9] sha1_name: add support for @{publish} marks

[PATCH v3 00/27] Clean up update-refs --stdin and implement ref_transaction
 2014-04-11 19:57 UTC  (2+ messages)

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

[PATCH] test: fix t7001 cp to use POSIX options
 2014-04-11 19:23 UTC  (4+ messages)

A little git humor: a git man page generator
 2014-04-11 17:51 UTC 

git-scm.org missing page
 2014-04-11 17:33 UTC 

Silly time stamps
 2014-04-11 16:29 UTC  (6+ messages)

[tig] [PATCH 0/3] log: colour the diffstat
 2014-04-11 12:20 UTC  (4+ messages)
` [tig] [PATCH 1/3] diff: Move diff stat addition to a common function
` [tig] [PATCH 2/3] diff: Move diff stat drawing "
` [tig] [PATCH 3/3] log: Colour the diff stat

Handling empty directories in Git
 2014-04-11 12:34 UTC  (2+ messages)

Git push race condition?
 2014-04-11  7:46 UTC  (7+ messages)

[PATCH 0/4] Make update_refs more atomic V2
 2014-04-10 20:08 UTC  (9+ messages)
` [PATCH 1/4] refs.c: split writing and commiting a ref into two separate functions
` [PATCH 2/4] refs.c: split delete_ref_loose() into a separate flag-for-deletion and commit phase
` [PATCH 3/4] refs.c: change update_refs to run the commit loops once all work is finished
` [PATCH 4/4] refs.c: sort the refs by new_sha1 and merge the two update/delete loops into one

[PATCH 0/2] Minor convinience feature: format.defaultTo
 2014-04-10 19:20 UTC  (14+ messages)
` [PATCH 2/2] format-patch: introduce format.defaultTo

[PATCH] Add support for commit attributes
 2014-04-10 18:47 UTC  (8+ messages)

[PATCH v2 00/19] Multiparent diff tree-walker + combine-diff speedup
 2014-04-10 17:30 UTC  (12+ messages)
` [PATCH 17/19] Portable alloca for Git

[PATCH] Unicode: update of combining code points
 2014-04-10  4:12 UTC  (6+ messages)

[ANNOUNCE] Git v1.9.2
 2014-04-09 21:59 UTC 

[PATCH 0/5] Fixes
 2014-04-09 20:36 UTC  (8+ messages)
` [PATCH 1/5] remote-helpers: allow all tests running from any dir
` [PATCH 2/5] remote-hg: always normalize paths
` [PATCH 3/5] remote-bzr: add support for older versions
` [PATCH 4/5] remote-bzr: include authors field in pushed commits
` [PATCH 5/5] completion: fix completion of certain aliases

On "interpret-trailers" standalone tool
 2014-04-09 19:57 UTC 

[PATCH] add missing accent grave in git-http-backend.txt
 2014-04-09 18:42 UTC  (2+ messages)

The fetch command should "always" honor remote.<name>.fetch
 2014-04-09 18:40 UTC  (6+ messages)

[PATCH 0/3] Make update-refs more atomic
 2014-04-09 18:06 UTC  (5+ messages)
` [PATCH 1/3] Split writing and commiting a ref into two separate functions
` [PATCH 2/3] Split delete_ref_loose() into a separate flag-for-deletion and commit phase
` [PATCH 3/3] Change update_refs to run a single commit loop once all work is finished

fast-import deltas
 2014-04-09 17:44 UTC  (7+ messages)

[ANNOUNCE] WinGit - native x86/x64 Git for Windows
 2014-04-09 17:27 UTC  (2+ messages)

[PATCH] git-multimail: update to version 1.0.0
 2014-04-09 16:35 UTC  (4+ messages)

Makefile: Another "make" command is used when going into SUBDIR perl
 2014-04-08 23:34 UTC  (3+ messages)

Race condition with git-status and git-rebase
 2014-04-08 22:56 UTC  (2+ messages)

[PATCH] Remove redundant close_ref function
 2014-04-08 22:23 UTC  (5+ messages)
` [PATCH] Remove the "

[PATCH v10 00/12] Add interpret-trailers builtin
 2014-04-08 21:26 UTC  (3+ messages)
` [PATCH v10 11/12] Documentation: add documentation for 'git interpret-trailers'

What's cooking for today
 2014-04-08 21:10 UTC 

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

Changes based on a branch not yet merged back to master
 2014-04-08 19:53 UTC  (2+ messages)

[PATCH] gitk: show staged submodules regardless of ignore config
 2014-04-08 19:36 UTC 

[PATCH] git-gui: show staged submodules regardless of ignore config
 2014-04-08 19:30 UTC 


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