git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-01-02 00:17:56 to 2015-01-08 03:24:09 UTC [more...]

[PATCHv12 00/10] atomic pushes
 2015-01-08  3:23 UTC  (7+ messages)
` [PATCHv12 02/10] receive-pack.c: die instead of error in case of possible future bug
` [PATCHv12 04/10] receive-pack.c: move transaction handling in a central place
` [PATCHv12 05/10] receive-pack.c: add execute_commands_atomic function
` [PATCHv12 06/10] receive-pack.c: negotiate atomic push support
` [PATCHv12 08/10] send-pack.c: add --atomic command line argument
` [PATCHv12 09/10] push.c: add an --atomic argument

git-http-backend auth via Kerberos
 2015-01-08  0:29 UTC  (15+ messages)
` [PATCH] remote-curl: fall back to Basic auth if Negotiate fails
  ` [PATCH v2] "
    ` [PATCH v3] "

Probably a bug with "~" symbol in filenames on Windows 7 x64 in git 1.9.5
 2015-01-07 23:35 UTC  (3+ messages)

[PATCH 3/3] configure.ac,imap-send.c: check HMAC_CTX_cleanup
 2015-01-07 22:31 UTC  (12+ messages)
` v2 patches for fixes on RHEL3
  ` [PATCH 1/3] configure.ac: check tv_nsec field in struct stat
  ` [PATCH 2/3] configure.ac: check for clock_gettime and CLOCK_MONOTONIC
  ` [PATCH 3/3] configure.ac: check for HMAC_CTX_cleanup

[PATCH 0/2] Fix issue with format-patch and diff.submodule
 2015-01-07 20:32 UTC  (13+ messages)
` [PATCH 1/2] t4255: test am submodule with diff.submodule
` [PATCH v3 "
  ` [PATCH v3 2/2] format-patch: ignore diff.submodule setting
` [PATCH v4 1/2] t4255: test am submodule with diff.submodule
  ` [PATCH v4 2/2] format-patch: ignore diff.submodule setting
` [PATCH v5 1/2] t4255: test am submodule with diff.submodule
  ` [PATCH v5 2/2] format-patch: ignore diff.submodule setting

[PATCH v2] added git-config support for diff.relative setting
 2015-01-07 20:26 UTC  (9+ messages)
` [PATCH v3 1/2] "
    ` [PATCH 1/2] support for --no-relative and diff.relative

[PATCH] gitk: Bind g to focus the sha1 entry box
 2015-01-07 18:21 UTC 

[PATCH v3] doc: core.ignoreStat update, and clarify the --assume-unchanged effect
 2015-01-07 18:09 UTC  (2+ messages)

Tab completion missing for --includes and branch description in git config
 2015-01-07 18:14 UTC  (2+ messages)

A better git log --graph?
 2015-01-07 16:35 UTC  (4+ messages)

Additional plumbing commands
 2015-01-07 16:31 UTC  (4+ messages)

[PATCH v2 0/2] Accept any notes ref
 2015-01-07 16:14 UTC  (15+ messages)
` [PATCH v2 1/2] notes: accept any ref
` [PATCH v2 2/2] t/t3308-notes-merge.sh: succeed with relaxed notes refs

[PATCH] git-completion: add --autostash for 'git rebase'
 2015-01-07 12:40 UTC 

[PATCH] clean: style fix for 9f93e46 (git-clean: use a git-add-interactive ...)
 2015-01-07 12:35 UTC  (3+ messages)

[PATCH] git-gui.sh: support Tcl 8.4
 2015-01-07  7:35 UTC  (5+ messages)

[PATCH] git-prompt.sh: Option to hide prompt for ignored pwd
 2015-01-07  1:22 UTC  (6+ messages)
` [PATCH v4] "
    ` [PATCH v5 0/2] "
      ` [PATCH v5 1/2] git-prompt.sh: if pc mode, immediately set PS1 to a plain prompt
      ` [PATCH v5 2/2] git-prompt.sh: Option to hide prompt for ignored pwd

What's cooking in git.git (Jan 2015, #01; Tue, 6)
 2015-01-07  0:30 UTC 

What's cooking in git.git (Dec 2014, #05; Mon, 29)
 2015-01-07  0:29 UTC  (4+ messages)

[PATCH v4] for-each-ref: Always check stat_tracking_info()'s return value
 2015-01-06 23:51 UTC  (2+ messages)

profile-fast is failing in my Git 2.2.1 build from tar in a Git repo
 2015-01-06 23:13 UTC  (2+ messages)

[PATCH] git-log: added --invert-grep option
 2015-01-06 23:02 UTC  (3+ messages)
` [PATCH] git-log: added --none-match option

[PATCH] test-lib.sh: do tests for color support after changing HOME
 2015-01-06 22:57 UTC  (5+ messages)
  ` [PATCH v2 0/2] "
    ` [PATCH v2 1/2] use 'test ...' instead of '[ ... ]'
    ` [PATCH v2 2/2] test-lib.sh: do tests for color support after changing HOME

[RFC PATCH] format-patch: Add config option format.coverbodytext to change the cover letter body
 2015-01-06 22:35 UTC  (6+ messages)

git 2.2.x: Unexpected, overstrict file permissions after "git update-server-info"
 2015-01-06 21:47 UTC  (14+ messages)
  ` [PATCH 1/2] t1301: set umask in reflog sharedrepository=group test
  ` [PATCH 2/2] update-server-info: create info/* with mode 0666

[PATCH 0/3] nd/multiple-work-trees updates
 2015-01-06 21:30 UTC  (7+ messages)
` [PATCH 1/3] checkout: pass whole struct to parse_branchname_arg instead of individual flags
` [PATCH 2/3] checkout: add --ignore-other-wortrees
` [PATCH 3/3] git-checkout.txt: a note about multiple checkout support for submodules

[PATCH] imap-send.c: set CURLOPT_USE_SSL to CURLUSESSL_TRY
 2015-01-06 20:19 UTC  (2+ messages)

[PATCH] imap-send.c: support GIT_CURL_VERBOSE
 2015-01-06 20:17 UTC  (2+ messages)

[PATCH 0/9] atomic pushes
 2015-01-06 19:46 UTC  (16+ messages)
` [PATCHv9 1/9] receive-pack.c: shorten the execute_commands loop over all commands
        ` [PATCHv10 01/10] "
          ` [PATCHv10 02/10] receive-pack.c: die instead of error in assure_connectivity_checked
                  ` [PATCHv11 02/11] receive-pack.c: die instead of error in case of possible future bug
                ` [PATCHv11 01/11] receive-pack.c: shorten the execute_commands loop over all commands

[PATCH 1/2] log.c: fix translation markings
 2015-01-06 19:29 UTC  (6+ messages)
` [PATCH 2/2] gettext.h: add parentheses around N_ expansion

[PATCH] correct smtp-ssl-cert-path description
 2015-01-06 19:01 UTC 

Question about the revision walking API
 2015-01-06 18:30 UTC  (5+ messages)

[PATCH 0/2] Tweaking the gitk window title
 2015-01-06 17:52 UTC  (3+ messages)
` [PATCH 1/2] gitk: Rearrange window title to be more conventional
` [RFC PATCH 2/2] gitk: Show the rev(s) the user specified on the command line in the window title

bearer token authorization with HTTPS transport
 2015-01-06 16:37 UTC  (5+ messages)

[PATCH v3 2/2] git-config support for diff.relative setting
 2015-01-06 16:19 UTC  (4+ messages)
  ` [PATCH 2/2] support for --no-relative and diff.relative

[ANNOUNCE] Git Universal OS X Installer
 2015-01-06 14:59 UTC 

Software CM Tool Inquiry
 2015-01-06 14:25 UTC  (2+ messages)

[PATCH v2] doc: core.ignoreStat update, and clarify the --assume-unchanged effect
 2015-01-05 16:04 UTC  (3+ messages)

fast-import's notemodify doesn't work the same as git notes
 2015-01-05  3:39 UTC  (6+ messages)
  ` [RFC/PATCHv0 1/4] fast-import.c:do_change_note_fanout(): Remove unneeded local var 't'
    ` [RFC/PATCHv0 2/4] fast-import.c:do_change_note_fanout(): Also apply load_tree() to initial root
    ` [RFC/PATCHv0 3/4] fast-import: Support adding notes to non-commits
    ` [RFC/PATCHv0 4/4] fast-import.c:note_change_n(): Rename commit_* to target_*

PATCH/RFC: format-patch: Add format.subjectprefixsep to change separators
 2015-01-04 19:55 UTC  (2+ messages)

[PATCH] subtree: fix AsciiDoc list item continuation
 2015-01-04 10:54 UTC 

[PATCH v3] send-email: Improve format of smtp initialization error message
 2015-01-04  9:39 UTC  (5+ messages)

git stash fails on symlinked directory
 2015-01-04  4:24 UTC 

RFC: web UI for commit dependency inference tool
 2015-01-04  1:08 UTC 

[PATCH v3] for-each-ref: Always check stat_tracking_info()'s return value
 2015-01-03 19:19 UTC  (3+ messages)

xfuncname problems with C++
 2015-01-02 22:05 UTC  (7+ messages)

[PATCH] for-each-ref: Always check stat_tracking_info()'s return value
 2015-01-02 20:51 UTC  (3+ messages)

[PATCH] for-each-ref: Always check stat_tracking_info()'s return value
 2015-01-02 18:31 UTC  (2+ messages)

Git's Perl scripts can fail if user is configured for perlbrew
 2015-01-02  3:08 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).