messages from 2014-05-22 16:46:40 to 2014-05-26 20:23:31 UTC [more...]
Can we stage all files using "git add" command, except some specific files ?
2014-05-26 20:23 UTC (2+ messages)
[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] commit: support commit.verbose and --no-verbose
2014-05-26 18:56 UTC (11+ 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
[PATCH 00/15] Rearrange xcalloc arguments
2014-05-26 15:33 UTC (16+ 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 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 v10 11/12] Documentation: add documentation for 'git interpret-trailers'
2014-05-25 8:37 UTC (4+ messages)
[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 (41+ messages)
` [PATCH v8 30/44] refs.c: add transaction.status and track OPEN/CLOSED/ERROR
` [PATCH v8 32/44] refs.c: remove the update_ref_write function
` [PATCH v8 34/44] refs.c: make prune_ref use a transaction to delete the ref
` [PATCH v8 38/44] refs.c: pack all refs before we start to rename a ref
` [PATCH v8 39/44] refs.c: move the check for valid refname to lock_ref_sha1_basic
` [PATCH v8 40/44] refs.c: call lock_ref_sha1_basic directly from commit
` [PATCH v8 41/44] refs.c: add a new flag for transaction delete for refs we know are packed only
` [PATCH v8 42/44] refs.c: pass a skip list to name_conflict_fn
[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 (8+ 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 (22+ messages)
[PATCH 0/2] tolower cleanups
2014-05-22 23:17 UTC (4+ messages)
` [PATCH 2/2] strbuf: add strbuf_tolower function
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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 NNTP newsgroup(s).