git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-05-31 18:28:50 to 2016-06-02 15:13:42 UTC [more...]

[PATCH 1/2] completion: create variable for untracked file modes
 2016-06-02 15:04 UTC  (9+ messages)
  ` [PATCH v2 "
    ` [PATCH v2 2/2] completion: add git status

[PATCH v3 00/39] i18n and test updates
 2016-06-02 14:14 UTC  (47+ messages)
` [PATCH v3 01/39] i18n: builtin/remote.c: fix mark for translation
` [PATCH v3 02/39] i18n: advice: mark string about detached head "
` [PATCH v3 03/39] i18n: advice: internationalize message for conflicts
` [PATCH v3 04/39] i18n: transport: mark strings for translation
` [PATCH v3 05/39] i18n: sequencer: mark entire sentences "
` [PATCH v3 06/39] i18n: sequencer: mark string "
` [PATCH v3 07/39] i18n: merge-octopus: mark messages "
` [PATCH v3 08/39] merge-octupus: use die shell function from git-sh-setup.sh
` [PATCH v3 09/39] i18n: rebase: fix marked string to use eval_gettext variant
` [PATCH v3 10/39] i18n: rebase: mark placeholder for translation
` [PATCH v3 11/39] i18n: bisect: simplify error message for i18n
` [PATCH v3 12/39] t6030: update to use test_i18ncmp
` [PATCH v3 13/39] i18n: git-sh-setup.sh: mark strings for translation
` [PATCH v3 14/39] i18n: rebase-interactive: "
` [PATCH v3 15/39] i18n: rebase-interactive: mark here-doc "
` [PATCH v3 16/39] i18n: rebase-interactive: mark comments of squash "
` [PATCH v3 17/39] i18n: setup: mark strings "
` [PATCH v3 18/39] tests: use test_i18n* functions to suppress false positives
` [PATCH v3 19/39] tests: unpack-trees: update to use test_i18n* functions
` [PATCH v3 20/39] t9003: become resilient to GETTEXT_POISON
` [PATCH v3 21/39] t4153: fix negated test_i18ngrep call
` [PATCH v3 22/39] t5523: use test_i18ngrep for negation
` [PATCH v3 23/39] i18n: bisect: mark strings for translation
` [PATCH v3 24/39] i18n: bisect: enable l10n of bisect terms in messages
` [PATCH v3 25/39] i18n: transport-helper.c: change N_() call to _()
` [PATCH v3 26/39] i18n: notes: mark strings for translation
` [PATCH v3 27/39] i18n: notes: mark options "
` [PATCH v3 28/39] i18n: config: unfold error messages marked "
` [PATCH v3 29/39] i18n: merge: mark messages "
` [PATCH v3 30/39] i18n: merge: change command option help to lowercase
` [PATCH v3 31/39] i18n: sequencer: add period to error message
` [PATCH v3 32/39] i18n: standardise messages
` [PATCH v3 33/39] i18n: remote: mark URL fallback text for translation
` [PATCH v3 34/39] i18n: remote: allow translations to reorder message
` [PATCH v3 35/39] i18n: init-db: join message pieces
` [PATCH v3 36/39] i18n: submodule: join strings marked for translation
` [PATCH v3 37/39] i18n: submodule: escape shell variables inside eval_gettext
` [PATCH v3 38/39] i18n: unmark die messages for translation
` [PATCH v3 39/39] i18n: branch: mark comment when editing branch description "

[PATCH 0/2] strbuf: improve API
 2016-06-02 14:22 UTC  (10+ messages)

What's cooking in git.git (May 2016, #09; Tue, 31)
 2016-06-02 14:01 UTC  (2+ messages)
` What's cooking in git.git (May 2016, #09; Tue, 31) t1308 broken

[PATCH 0/2] Better ref summary alignment in "git fetch"
 2016-06-02 13:58 UTC  (4+ messages)
` [PATCH 1/2] fetch: better alignment in ref summary

[RFC] Triangular Workflow UI improvments
 2016-06-02 12:02 UTC  (5+ messages)
` [RFC/PATCH] Triangular Workflow UI improvement: Documentation

git gc and worktrees
 2016-06-02 11:26 UTC  (23+ messages)
` [PATCH 0/4] Fix prune/gc problem with multiple worktrees
  ` [PATCH 1/4] revision.c: move read_cache() out of add_index_objects_to_pending()
  ` [PATCH 2/4] reachable.c: mark reachable objects in index from all worktrees
  ` [PATCH 3/4] reachable.c: mark reachable detached HEAD "
  ` [PATCH 4/4] reachable.c: make reachable reflogs for all per-worktree reflogs

[PATCH 00/13] Reference iterators
 2016-06-02 10:08 UTC  (8+ messages)
` [PATCH 09/13] refs: introduce an iterator interface
` [PATCH 12/13] dir_iterator: new API for iterating over a directory tree

[PATCH v2 0/5] worktree lock/unlock
 2016-06-02  9:40 UTC  (18+ messages)
` [PATCH v3 0/6] "
  ` [PATCH v3 2/6] worktree.c: find_worktree() learns to identify worktrees by basename
  ` [PATCH v3 4/6] worktree.c: retrieve lock status (and optionally reason) in get_worktrees()
  ` [PATCH v3 5/6] worktree: add "lock" command
  ` [PATCH v3 6/6] worktree: add "unlock" command

[RFC/PATCH 0/3] support mboxrd format
 2016-06-02  7:51 UTC  (9+ messages)
` [PATCH 1/3] pretty: support "mboxrd" output format

[RFC/PATCH] pathspec: allow escaped query values
 2016-06-02  5:46 UTC  (6+ messages)

Segfault in the attr stack
 2016-06-02  1:04 UTC  (10+ messages)

[PATCH] Documentation/git-send-email: fix typo in gmail 2FA section
 2016-06-02  0:19 UTC  (2+ messages)

[PATCH] submodule operations: tighten pathspec errors
 2016-06-01 21:20 UTC  (5+ messages)

[BUG] git-submodule has bash-ism?
 2016-06-01 21:08 UTC  (17+ messages)
` [PATCH] submodule: remove bashism from shell script

[PATCH v3 00/49] libify apply and use lib in am, part 1
 2016-06-01 17:23 UTC  (3+ messages)
` [PATCH v3 48/49] builtin/apply: move 'lock_file' global into 'struct apply_state'

[PATCH] t4014: shell portability fix
 2016-06-01 16:58 UTC  (20+ messages)

[PATCH] add: add --chmod=+x / --chmod=-x options
 2016-06-01 16:00 UTC  (5+ messages)

[PATCH v4] upload-pack.c: use of parse-options API
 2016-06-01 15:49 UTC  (6+ messages)
` [PATCH v5] upload-pack.c: use "

[PATCH 2/2] bundle: keep a copy of bundle file name in the in-core bundle header
 2016-06-01 14:00 UTC  (10+ messages)
` [PATCH v2 0/4] "split bundle" preview
  ` [PATCH v2 4/4] bundle v3: the beginning

[PATCH 2/2] completion: add git status
 2016-06-01  9:05 UTC  (3+ messages)

[RCF/PATCH] Makefile: move 'ifdef DEVELOPER' after config.mak* inclusion
 2016-06-01  8:05 UTC  (6+ messages)
    ` [PATCH] Makefile: add $(DEVELOPER_CFLAGS) variable

[PATCH 0/2] completion: add git status
 2016-05-31 23:41 UTC 

[PATCH] submodule--helper: offer a consistent API
 2016-05-31 23:59 UTC 

[PATCH] t0005: ksh93 portability workaround
 2016-05-31 23:17 UTC  (6+ messages)
` [PATCH] t/lib-git-daemon: ksh "

[PATCH] format_commit_message: honor `color=auto` for `%C(auto)`
 2016-05-31 22:18 UTC  (4+ messages)

[PATCH] add: add --chmod=+x / --chmod=-x options
 2016-05-31 22:06 UTC  (6+ messages)

[ANNOUNCE] Git v2.9.0-rc1
 2016-05-31 21:53 UTC 

[PATCH v2 0/3] Introduce a perf test for interactive rebase
 2016-05-31 21:24 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/3] perf: make the tests work in worktrees

[Bug?] log -p -W showing the whole file for a patch that adds to the end?
 2016-05-31 21:23 UTC  (9+ messages)
      ` [PATCH v2 1/8] t4051: rewrite, add more tests
          ` [PATCH v2.5 "

[PATCH/RFC 0/4] Add option to enable filters in git-svn
 2016-05-31 20:34 UTC  (4+ messages)

Gitweb: Persistant download URLs for snapshots?
 2016-05-31 20:22 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).