git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-05-22 22:29:35 to 2014-05-27 08:21:39 UTC [more...]

[PATCH v10 11/12] Documentation: add documentation for 'git interpret-trailers'
 2014-05-27  8:21 UTC  (5+ messages)

[PATCH] git-prompt.sh: don't assume the shell expands the value of PS1
 2014-05-27  7:41 UTC  (12+ messages)
` [PATCH 00/10] Zsh prompt tests
  ` [PATCH 01/10] t9903: remove Zsh test from the suite of Bash "
  ` [PATCH 02/10] t9903: put the Bash pc mode prompt test cases in a function
  ` [PATCH 03/10] t9903: move test name prefix to a separate variable
  ` [PATCH 04/10] t9903: run pc mode tests again with PS1 expansion disabled
  ` [PATCH 05/10] t9903: include "Bash" in test names via new $shellname var
  ` [PATCH 06/10] t9903: move PS1 color code variable definitions to lib-bash.sh
  ` [PATCH 07/10] t9903: move prompt tests to a new lib-prompt-tests.sh file
  ` [PATCH 08/10] lib-prompt-tests.sh: put all tests inside a function
  ` [PATCH 09/10] lib-prompt-tests.sh: add variable for string that encodes percent in PS1
  ` [PATCH 10/10] t9904: new __git_ps1 tests for Zsh

[PATCH v2] commit: support commit.verbose and --no-verbose
 2014-05-27  7:35 UTC  (22+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 1/5] commit test: Use test_config instead of git-config
  ` [PATCH v3 2/5] commit test: Change $PWD to $(pwd)
  ` [PATCH v3 3/5] commit test: Use write_script
  ` [PATCH v3 4/5] commit test: test_set_editor in each test
  ` [PATCH v3 5/5] commit: support commit.verbose and --no-verbose

Can we stage all files using "git add" command, except some specific files ?
 2014-05-27  3:04 UTC  (7+ messages)

[PATCH v4] Add an explicit GIT_DIR to the list of excludes
 2014-05-27  3:56 UTC 

[PATCH 00/15] Rearrange xcalloc arguments
 2014-05-27  3:25 UTC  (21+ messages)
` [PATCH 01/15] builtin/add.c: rearrange "
` [PATCH 02/15] builtin/ls-remote.c: "
` [PATCH 03/15] builtin/remote.c: "
` [PATCH 04/15] commit.c: "
` [PATCH 05/15] config.c: "
` [PATCH 06/15] diff.c: "
` [PATCH 07/15] hash.c: "
` [PATCH 08/15] hash.h: "
` [PATCH 09/15] http-push.c: "
` [PATCH 10/15] imap-send.c: "
` [PATCH 11/15] notes.c: "
` [PATCH 12/15] pack-revindex.c: "
` [PATCH 13/15] reflog-walk.c: "
` [PATCH 14/15] remote.c: "
` [PATCH 15/15] transport-helper.c: "

[PATCH] git-instaweb: add support for Apache 2.4
 2014-05-27  1:18 UTC 

git-rebase-todo gets popped prematurely
 2014-05-26 22:19 UTC  (4+ messages)
` [RFC 1/3] sequencer: Signal failed ff as an aborted, not a conflicted merge
` [RFC 2/3] rebase -i: Reschedule tasks that failed before the index was touched
` [RFC 3/3] tests: Add 'rebase -i commits that overwrite untracked files'

[RFC/PATCH 0/2] Git config cache & special querying api utilizing the cache
 2014-05-26 20:02 UTC  (4+ messages)
` [RFC/PATCH 1/2] config: Add cache for config value querying
` [RFC/PATCH 2/2] config: Add new query functions to the api

[PATCH v2] wording fixes in the user manual and glossary
 2014-05-26 14:20 UTC 

[PATCH] wording fixes in the user manual and glossary
 2014-05-26  8:11 UTC  (5+ messages)

[PATCH] t9138-git-svn-authors-prog.sh fixups
 2014-05-25 19:24 UTC 

[PATCH v12 00/11] Add interpret-trailers builtin
 2014-05-25  5:32 UTC  (12+ messages)
` [PATCH v12 01/11] trailer: add data structures and basic functions
` [PATCH v12 02/11] trailer: process trailers from input message and arguments
` [PATCH v12 03/11] trailer: read and process config information
` [PATCH v12 04/11] trailer: process command line trailer arguments
` [PATCH v12 05/11] trailer: parse trailers from file or stdin
` [PATCH v12 06/11] trailer: put all the processing together and print
` [PATCH v12 07/11] trailer: add interpret-trailers command
` [PATCH v12 08/11] trailer: add tests for "git interpret-trailers"
` [PATCH v12 09/11] trailer: execute command from 'trailer.<name>.command'
` [PATCH v12 10/11] trailer: add tests for commands in config file
` [PATCH v12 11/11] Documentation: add documentation for 'git interpret-trailers'

[BUG] auto-repack exits prematurely, locking other processing out
 2014-05-25  0:38 UTC  (7+ messages)
    ` [PATCH] gc --auto: do not lock refs in the background

[PATCH] git-p4: Do not include diff in spec file when just preparing p4
 2014-05-24 17:40 UTC  (8+ messages)

commit: support commit.verbose and --no-verbose
 2014-05-24  9:25 UTC  (3+ messages)

[PATCH 0/2] remote: optimize rm/prune ref deletion
 2014-05-24  7:54 UTC  (14+ messages)
` [PATCH 1/2] remote: defer repacking packed-refs when deleting refs
` [PATCH v2 0/3] remote: optimize rm/prune ref deletion
  ` [PATCH v2 1/3] remote rm: delete remote configuration as the last
  ` [PATCH v2 2/3] remote: repack packed-refs once when deleting multiple refs
  ` [PATCH v2 3/3] remote prune: optimize "dangling symref" check/warning

[ANNOUNCE] git reintegrate v0.3; manager of integration branches
 2014-05-24  4:24 UTC  (9+ messages)

[PATCH v9 0/2] format-patch --signature-file=<file>
 2014-05-24  4:08 UTC  (3+ messages)
` [PATCH v9 1/2] format-patch: make newline after signature conditional
` [PATCH v9 2/2] format-patch --signature-file=<file>

[PATCH v3] Add an explicit GIT_DIR to the list of excludes
 2014-05-24  1:41 UTC  (4+ messages)

What's cooking in git.git (May 2014, #05; Fri, 23)
 2014-05-23 23:17 UTC  (2+ messages)

more concerns about '--git-dir'
 2014-05-23 23:02 UTC  (3+ messages)

[PATCH v1 0/3] Add --graft option to git replace
 2014-05-23 22:59 UTC  (13+ messages)
` [PATCH v1 1/3] replace: add --graft option
` [PATCH v1 2/3] replace: add test for --graft
` [PATCH v1 3/3] Documentation: replace: add --graft option

[PATCH 0/9] handle alternate charsets for remote http errors
 2014-05-23 22:34 UTC  (11+ messages)
` [PATCH 2/9] strbuf: add strbuf_tolower function

[PATCH v2 0/9] handle alternate charsets for remote http errors
 2014-05-23 22:00 UTC  (7+ messages)
` [PATCH v2 4/8] http: extract type/subtype portion of content-type
` [PATCH v2 8/8] http: default text charset to iso-8859-1

[PATCH v2] Get rid of the non portable shell export VAR=VALUE costruct
 2014-05-23 21:56 UTC  (10+ messages)

[PATCH v8 00/44] Use ref transactions for all ref updates
 2014-05-23 21:45 UTC  (13+ messages)
` [PATCH v8 41/44] refs.c: add a new flag for transaction delete for refs we know are packed only

[PATCH v10 00/44] Use ref transactions for all ref updates
 2014-05-23 21:02 UTC  (7+ messages)
` [PATCH v10 25/44] receive-pack.c: use a reference transaction for updating the refs

No Ensimag students working on Git this year
 2014-05-23 20:22 UTC  (2+ messages)

[RFC/PATCH v4 3/3] add command performance tracing to debug scripted commands
 2014-05-23 20:21 UTC  (6+ messages)

Plumbing to rename a ref?
 2014-05-23 19:41 UTC  (8+ messages)

[PATCH v8 0/2] format-patch --signature-file <file>
 2014-05-23 16:56 UTC  (5+ messages)
` [PATCH v8 2/2] "

git svn dcommit error 1
 2014-05-23 16:09 UTC 

[PATCH] git-remote-testgit.sh: cleaned up the logic for setting the refspec variable
 2014-05-23 16:17 UTC 

git push rejected due being behind after git svn dcommit without any changes local/remote
 2014-05-23 10:14 UTC  (3+ messages)

[RFC/PATCH] replace: add --graft option
 2014-05-23  6:39 UTC  (3+ messages)

[PATCH v2] Add an explicit GIT_DIR to the list of excludes
 2014-05-23  4:39 UTC  (2+ messages)

(unknown),
 2014-05-22 22:35 UTC 

Bash completion: merge --abort
 2014-05-22 23:59 UTC  (4+ messages)
` [PATCH 1/2] completion: add a note that merge options are shared
  ` [PATCH 2/2] completion: add missing options for git-merge

[PATCH] Get rid of the non portable shell export VAR=VALUE costruct
 2014-05-22 23:42 UTC  (4+ messages)

git reset for index restoration?
 2014-05-22 23:37 UTC  (18+ messages)

[PATCH 0/2] tolower cleanups
 2014-05-22 23:17 UTC  (4+ messages)
` [PATCH 2/2] strbuf: add strbuf_tolower function


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