git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2012-08-22 19:16:39 to 2012-08-25 09:56:40 UTC [more...]

libgit2 status
 2012-08-25  9:56 UTC  (2+ messages)

[RFC] Support for HP NonStop
 2012-08-25  8:03 UTC  (5+ messages)

[PATCH] apply: compute patch->def_name correctly under -p0
 2012-08-25  7:10 UTC 

[PATCH 00/17] Clean up how fetch_pack() handles the heads list
 2012-08-25  7:05 UTC  (34+ messages)
` [PATCH 01/17] t5500: add tests of error output for missing refs
` [PATCH 02/17] Rename static function fetch_pack() to http_fetch_pack()
` [PATCH 03/17] Fix formatting
` [PATCH 04/17] Name local variables more consistently
` [PATCH 05/17] Do not check the same match_pos twice
` [PATCH 06/17] Let fetch_pack() inform caller about number of unique heads
` [PATCH 07/17] Pass nr_heads to do_pack_ref() by reference
` [PATCH 08/17] Pass nr_heads to everything_local() "
` [PATCH 09/17] Pass nr_heads to filter_refs() "
` [PATCH 10/17] Remove ineffective optimization
` [PATCH 11/17] filter_refs(): do not leave gaps in return_refs
` [PATCH 12/17] filter_refs(): compress unmatched refs in heads array
` [PATCH 13/17] cmd_fetch_pack: return early if finish_connect() returns an error
` [PATCH 14/17] Report missing refs even if no existing refs were received
` [PATCH 15/17] cmd_fetch_pack(): simplify computation of return value
` [PATCH 16/17] fetch_pack(): free matching heads
` [PATCH 17/17] fetch_refs(): simplify logic

[PATCH v2 00/17] Clean up how fetch_pack() handles the heads list
 2012-08-25  6:44 UTC  (18+ messages)
` [PATCH v2 01/17] t5500: add tests of error output for missing refs
` [PATCH v2 02/17] Rename static function fetch_pack() to http_fetch_pack()
` [PATCH v2 03/17] Fix formatting
` [PATCH v2 04/17] Name local variables more consistently
` [PATCH v2 05/17] Do not check the same head_pos twice
` [PATCH v2 06/17] Let fetch_pack() inform caller about number of unique heads
` [PATCH v2 07/17] Pass nr_heads to do_pack_ref() by reference
` [PATCH v2 08/17] Pass nr_heads to everything_local() "
` [PATCH v2 09/17] Pass nr_heads to filter_refs() "
` [PATCH v2 10/17] Remove ineffective optimization
` [PATCH v2 11/17] filter_refs(): do not leave gaps in return_refs
` [PATCH v2 12/17] filter_refs(): compress unmatched refs in heads array
` [PATCH v2 13/17] cmd_fetch_pack: return early if finish_connect() returns an error
` [PATCH v2 14/17] Report missing refs even if no existing refs were received
` [PATCH v2 15/17] cmd_fetch_pack(): simplify computation of return value
` [PATCH v2 16/17] fetch_pack(): free matching heads
` [PATCH v2 17/17] filter_refs(): simplify logic

bug: when applying binary diffs, -p0 is ignored
 2012-08-25  5:25 UTC  (2+ messages)

misleading diff-hunk header
 2012-08-25  4:29 UTC  (9+ messages)

[PATCH] Improve "Not a git repository" error messages
 2012-08-25  3:33 UTC 

[PATCH/RFC] git svn: handle errors and concurrent commits in dcommit
 2012-08-24 23:47 UTC  (9+ messages)

[PATCH/RFC] git svn: don't introduce new paragraph for git-svn-id
 2012-08-24 23:38 UTC  (12+ messages)
        ` [PATCH/RFC] git svn: optionally trim imported log messages

[PATCH] Document the --done option
 2012-08-24 23:19 UTC  (3+ messages)

[PATCH] contrib: GnomeKeyring support + generic helper implementation
 2012-08-24 21:46 UTC  (8+ messages)
` [PATCH 1/4] contrib: add credential helper for GnomeKeyring
` [PATCH 2/4] contrib: add generic credential helper
` [PATCH 3/4] gnome-keyring: port to generic helper implementation
` [PATCH 4/4] osxkeychain: port to generic credential "

git no longer prompting for password
 2012-08-24 21:25 UTC  (2+ messages)

[PATCH v2] Support non-WIN32 system lacking poll() while keeping the WIN32 part intact
 2012-08-24 19:46 UTC  (4+ messages)

[PATCH v2] Prefer sysconf(_SC_OPEN_MAX) over getrlimit(RLIMIT_NOFILE,...)
 2012-08-24 18:36 UTC  (3+ messages)

[PATCH 1/2] Ignore trailing slash in mkdir() on platforms that can't deal with this
 2012-08-24 18:32 UTC  (3+ messages)

[PATCH] branch -v: align even when the first column is in UTF-8
 2012-08-24 17:25 UTC  (2+ messages)

in_merge_bases() is too expensive for recent "pu" update
 2012-08-24 16:15 UTC  (13+ messages)

[PATCH 0/6] Gettext poison rework
 2012-08-24 16:02 UTC  (10+ messages)
` [PATCH 1/6] Makefile: do not mark strings for l10n from test programs
` [PATCH 2/6] Makefile: recreate git.pot if *.sh or *.perl changes
` [PATCH 3/6] Replace gettext poison implementation with pseudotranslation generation
` [PATCH 4/6] Initialize gettext for test programs that may use it
` [PATCH 5/6] Support logging unmarked strings
` [PATCH 6/6] test-parse-options: mark parseopt help strings for pseudotranslation

a small git proposal
 2012-08-24 12:56 UTC  (3+ messages)

[PATCH 2/2] Support for setitimer() on platforms lacking it
 2012-08-24 10:43 UTC 

[PATCH 1/2] Support for setitimer() on platforms lacking it
 2012-08-24 10:39 UTC 

[PATCH 2/2] Ignore trailing slash in mkdir() on platforms that can't deal with this
 2012-08-24 10:32 UTC 

[PATCH v2] Don't use curl_easy_strerror prior to curl-7.12.0
 2012-08-24  9:58 UTC 

[PATCH v2] Support non-WIN32 system lacking poll() while keeping the WIN32 part intact
 2012-08-24  9:45 UTC 

Reg:Git-ssh bug
 2012-08-24  9:22 UTC  (2+ messages)

[Q] Comparing differences introduced by two commits?
 2012-08-24  8:52 UTC  (4+ messages)

[PATCH 0/4] Various merge / diff tool related minor clean-ups and improvements
 2012-08-24  8:31 UTC  (9+ messages)
` [PATCH v2 0/5] "
  ` [PATCH 3/5] Explicitly list all valid diff tools and document --tool-help as an option
      ` mergetool: support --tool-help option like difftool does
        ` Re*: "

[PATCH] Don't use curl_easy_strerror prior to curl-7.12.0
 2012-08-24  5:30 UTC  (12+ messages)

[PATCH] specifying ranges: we did not mean to make ".." an empty set
 2012-08-23 22:14 UTC  (6+ messages)

[PATCH 0/3] Improve branch UI for setting upstream information
 2012-08-23 21:20 UTC  (3+ messages)
` [PATCH 2/3] branch: add --unset-upstream option

[PATCH 3/3] branch: suggest how to undo a --set-upstream when given one branch
 2012-08-23 21:16 UTC  (3+ messages)
` [PATCHv2 3/3] branch: deprecate --set-upstream and show help if we detect possible mistaken use

Existing utility to track compiled files in another sister repository, for rollouts
 2012-08-23 20:45 UTC  (3+ messages)

[PATCH] Make 'git submodule update --force' always check out submodules
 2012-08-23 18:51 UTC  (3+ messages)

[PATCH] vcs-svn: Fix 'fa/remote-svn' and 'fa/vcs-svn' in pu
 2012-08-23 17:55 UTC 

[PATCH] git svn: Only follow first parents when populating svn:mergeinfo properties
 2012-08-23 16:07 UTC 

[PATCH] Build in gettext poison feature unconditionally
 2012-08-23 11:00 UTC  (8+ messages)
` [PATCH] Support generate poison .mo files for testing

[PATCH] l10n: preserve trailing spaces in Vietnamese translation
 2012-08-23 10:38 UTC  (2+ messages)

git on HP NonStop
 2012-08-23  9:23 UTC  (10+ messages)

Git to use XDG Base Directory Standard
 2012-08-23  7:22 UTC  (4+ messages)

[PATCH] Make the ciabot scripts completely self-configuring in the normal case
 2012-08-23  5:21 UTC 

[PATCH] Improved documentation for the ciabot scripts
 2012-08-23  4:10 UTC 

Feature request - discard hunk in add --patch mode
 2012-08-23  3:32 UTC  (6+ messages)

How to request a fast-forward pull
 2012-08-23  0:31 UTC  (4+ messages)

Porting git to HP NonStop
 2012-08-22 21:54 UTC  (22+ messages)

[PATCH] git-p4: Strip branch name prefixes if --use-client-spec enabled
 2012-08-22 21:22 UTC  (2+ messages)

What's cooking in git.git (Aug 2012, #07; Wed, 22)
 2012-08-22 21:03 UTC 

[PATCH v6 01/16] GSOC remote-svn
 2012-08-22 20:54 UTC  (18+ messages)
` [PATCH v6 01/16] Implement a remote helper for svn in C
  ` [PATCH v6 02/16] Add git-remote-testsvn to Makefile
    ` [PATCH v6 03/16] Add svndump_init_fd to allow reading dumps from arbitrary FDs
      ` [PATCH v6 04/16] Add argv_array_detach and argv_array_free_detached
        ` [PATCH v6 05/16] Connect fast-import to the remote-helper via pipe, adding 'bidi-import' capability
          ` [PATCH v6 06/16] Add documentation for the 'bidi-import' capability of remote-helpers
            ` [PATCH v6 07/16] When debug==1, start fast-import with "--stats" instead of "--quiet"
              ` [PATCH v6 08/16] remote-svn, vcs-svn: Enable fetching to private refs
                ` [PATCH v6 09/16] Allow reading svn dumps from files via file:// urls
                  ` [PATCH v6 10/16] vcs-svn: add fast_export_note to create notes
                    ` [PATCH v6 11/16] Create a note for every imported commit containing svn metadata
                      ` [PATCH v6 12/16] remote-svn: Activate import/export-marks for fast-import
                        ` [PATCH v6 13/16] remote-svn: add incremental import
                          ` [PATCH v6 14/16] Add a svnrdump-simulator replaying a dump file for testing
                            ` [PATCH v6 15/16] remote-svn: add marks-file regeneration
                              ` [PATCH v6 16/16] Add a test script for remote-svn

git-log combining different detail levels
 2012-08-22 20:04 UTC  (2+ messages)

[PATCH v2] precompompose_utf8.c: iconv_open_or_die
 2012-08-22 20:00 UTC 

[PATCH] Support non-WIN32 system lacking poll() while keeping the WIN32 part intact
 2012-08-22 19:59 UTC  (3+ messages)

[PATCH 0/7] Gettext poison fixes
 2012-08-22 19:39 UTC  (5+ messages)
` [PATCH 6/7] Fix tests under GETTEXT_POISON on git-remote

eval_gettextln does not work correctly?
 2012-08-22 19:38 UTC  (3+ messages)
` [PATCH] am: quote string for translation before passing to eval_gettextln


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