messages from 2010-01-16 10:59:59 to 2010-01-19 05:05:03 UTC [more...]
idea: git "came from" tags
2010-01-19 5:02 UTC (3+ messages)
[RFC/PATCH 0/5] add "--keep" option to "git reset"
2010-01-19 4:28 UTC (7+ messages)
` [RFC/PATCH 2/5] reset: add option "--keep" "
` [RFC/PATCH 4/5] Documentation: reset: describe new "--keep" option
[PATCH v2 0/5] add "--keep" option to "git reset"
2010-01-19 4:26 UTC (6+ messages)
` [PATCH v2 1/5] reset: add option "--keep" "
` [PATCH v2 2/5] reset: add test cases for "--keep" option
` [PATCH v2 3/5] Documentation: reset: describe new "
` [PATCH v2 4/5] reset: disallow "reset --keep" outside a work tree
` [PATCH v2 5/5] reset: disallow using --keep when there are unmerged entries
[PATCH v2] Performance optimization for detection of modified submodules
2010-01-19 1:44 UTC (2+ messages)
bug: git-bundle create foo --stdin -> segfault
2010-01-19 0:26 UTC
[PATCH v3] Threaded grep
2010-01-19 0:12 UTC (6+ messages)
git describe --contains
2010-01-18 23:37 UTC
Filenames and prefixes in extended diffs
2010-01-18 23:22 UTC (16+ messages)
` [PATCH] grep --no-index: allow use of "git grep" outside a git repository
"warning: Updating the currently checked out branch may cause confusion" on bare repositories
2010-01-18 22:41 UTC
[PATCH] grep: don't segfault
2010-01-18 22:40 UTC (2+ messages)
[PATCH v2 00/14] daemon-win32
2010-01-18 22:33 UTC (27+ messages)
` [PATCH v2 05/14] mingw: support waitpid with pid > 0 and WNOHANG
` [PATCH v2 07/14] mingw: add kill emulation
` [PATCH v2 08/14] daemon: use explicit file descriptor
` [PATCH v2 06/14] mingw: use real pid
` [PATCH v2 13/14] daemon: use select() instead of poll()
builtin-apply.c: fix the --- and +++ header filename consistency check
2010-01-18 21:37 UTC
Забара ♥Armin_Van_Buuren♥ Тимур добавил Вас в друзья на сайте ВКонтакте.ру
2010-01-18 21:06 UTC
Unmodified submodules shows up as dirty with 1.6.6.443.gd7346
2010-01-18 20:50 UTC (7+ messages)
[PATCH 0/2] Branch --set-upstream
2010-01-18 20:44 UTC (3+ messages)
` [PATCH 1/2] Add branch --set-upstream
` [PATCH 2/2] branch: warn and refuse to set a branch as a tracking branch of itself
[ANNOUNCE] Git wiki & repo.or.cz migration, donations and volunteers pledge
2010-01-18 20:46 UTC (13+ messages)
` [RFC] Git Wiki Move
[PATCH] builtin-apply.c: Skip filenames without enough components
2010-01-18 19:57 UTC (5+ messages)
[PATCH] Replace parse_blob() with an explanatory comment
2010-01-18 18:06 UTC
[PATCH] Fix segfault in fast-export
2010-01-18 17:44 UTC (2+ messages)
[PATCH] Add git remote set-url
2010-01-18 17:18 UTC
[PATCH/RFC] Allow empty commits during rebase -i
2010-01-18 10:01 UTC (5+ messages)
[PATCH v2] rev-parse --namespace
2010-01-18 9:51 UTC (3+ messages)
` [PATCH v3] "
ambiguous argument '...': unknown revision or path not in the working tree
2010-01-18 8:48 UTC (3+ messages)
What's cooking in git.git (Jan 2010, #05; Sat, 16)
2010-01-18 6:30 UTC (4+ messages)
[PATCH 1/2] Add `init-db.templatedir` configuration variable
2010-01-18 3:54 UTC (3+ messages)
[PATCH] commit: match explicit-ident semantics for summary and template
2010-01-18 3:34 UTC (6+ messages)
[PATCH v4] Add push --set-upstream
2010-01-18 3:27 UTC (3+ messages)
[PATCH] git status: display current branch name in color
2010-01-18 2:32 UTC (3+ messages)
git rm --cached and pull semantics
2010-01-18 2:31 UTC (5+ messages)
git clone against firewall
2010-01-18 2:04 UTC (7+ messages)
[PATCH 1/2] Documentation/git-merge: reword references to "remote" and "pull"
2010-01-18 1:18 UTC (5+ messages)
` [PATCH v2 0/4] Documentation style fixes
[PATCH] sample pre-commit hook: don't trigger when recording a merge
2010-01-17 22:24 UTC (3+ messages)
Саня *** Ti-3 *** Бурим добавил Вас в друзья на сайте ВКонтакте.ру
2010-01-17 21:17 UTC
[PATCHv11 00/20] git notes
2010-01-17 21:04 UTC (21+ messages)
` [PATCHv11 01/20] Minor non-functional fixes to notes.c
` [PATCHv11 02/20] Notes API: get_commit_notes() -> format_note() + remove the commit restriction
` [PATCHv11 03/20] Add tests for checking correct handling of $GIT_NOTES_REF and core.notesRef
` [PATCHv11 04/20] Notes API: init_notes(): Initialize the notes tree from the given notes ref
` [PATCHv11 05/20] Notes API: add_note(): Add note objects to the internal notes tree structure
` [PATCHv11 06/20] Notes API: remove_note(): Remove note objects from the "
` [PATCHv11 07/20] Notes API: get_note(): Return the note annotating the given object
` [PATCHv11 08/20] Notes API: for_each_note(): Traverse the entire notes tree with a callback
` [PATCHv11 09/20] Notes API: write_notes_tree(): Store the notes tree in the database
` [PATCHv11 10/20] Notes API: Allow multiple concurrent notes trees with new struct notes_tree
` [PATCHv11 11/20] Refactor notes concatenation into a flexible interface for combining notes
` [PATCHv11 12/20] Builtin-ify git-notes
` [PATCHv11 13/20] t3301: Verify successful annotation of non-commits
` [PATCHv11 14/20] t3305: Verify that adding many notes with git-notes triggers increased fanout
` [PATCHv11 15/20] Teach notes code to properly preserve non-notes in the notes tree
` [PATCHv11 16/20] Teach builtin-notes to remove empty notes
` [PATCHv11 17/20] builtin-notes: Teach -d option for deleting existing notes
` [PATCHv11 18/20] t3305: Verify that removing notes triggers automatic fanout consolidation
` [PATCHv11 19/20] Notes API: gc_notes(): Prune notes that belong to non-existing objects
` [PATCHv11 20/20] builtin-gc: Teach the new --notes option to garbage-collect notes
[PATCH 0/8] Rescuing repeated merge of Documentation/git-merge.txt
2010-01-17 20:40 UTC (13+ messages)
` [PATCH 1/8] git_attr(): fix function signature
` [PATCH 2/8] xdl_merge(): introduce xmparam_t for merge specific parameters
` [PATCH 3/8] xdl_merge(): allow passing down marker_size in xmparam_t
` [PATCH 4/8] merge-tree: use ll_merge() not xdl_merge()
` [PATCH 5/8] rerere: use ll_merge() instead of using xdl_merge()
` [PATCH 6/8] conflict-marker-size: new attribute
` [PATCH 7/8] rerere: prepare for customizable conflict marker length
` [PATCH 8/8] rerere: honor conflict-marker-size attribute
[RFC PATCH (WIP)] Show a dirty working tree and a detached HEAD in status for submodule
2010-01-17 20:33 UTC (11+ messages)
` [PATCH] Show submodules as modified when they contain a dirty work tree
` [PATCH] Performance optimization for detection of modified submodules
[PATCH] git status: Show uncommitted submodule changes too when enabled
2010-01-17 19:42 UTC
[PATCH 0/2] Make it easy to use branch --track on existing branch
2010-01-17 19:38 UTC (7+ messages)
` [PATCH 1/2] branch: allow creating a branch with same name and same starting point
` [PATCH 2/2] branch: warn and refuse to set a branch as a tracking branch of itself
[PATCH] rev-parse --namespace
2010-01-17 19:28 UTC (5+ messages)
[PATCH] cvsimport: update to use non-dash git commands
2010-01-17 19:15 UTC (3+ messages)
` [PATCH] cvsimport: modernize and standardize external tool calling
[PATCH] Display author and committer after "git commit"
2010-01-17 16:18 UTC (6+ messages)
` [PATCH v2 3/3] commit: show interesting ident information in summary
[PATCH 0/2] Improve Git performance on big trees
2010-01-17 8:43 UTC (2+ messages)
` [PATCH] rm: only refresh entries that we may touch
Get rid of refreshing cache after "git commit"?
2010-01-17 8:27 UTC (2+ messages)
[PATCH] ident.c: suppress fprintf compiler warning
2010-01-17 6:16 UTC
Integration-Manager Workflow
2010-01-17 2:53 UTC (4+ messages)
[PATCH v2] Add push --set-upstream
2010-01-16 22:28 UTC (12+ messages)
Stamp Git commit id into file during build process
2010-01-16 21:27 UTC (10+ messages)
[PATCH v3] Add push --set-upstream
2010-01-16 18:43 UTC (11+ messages)
[PATCH] Update documentation: git-commit is not a shell command
2010-01-16 18:07 UTC (3+ messages)
[PATCH] Documentation: Update git core tutorial clarifying reference to scripts
2010-01-16 18:05 UTC
[PATCH v2 0/2] Show submodules as modified when they contain a dirty work tree
2010-01-16 17:42 UTC (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] Teach diff that modified submodule directory is dirty
[PATCH 1/3] t7800-difftool.sh: Simplify the --extcmd test
2010-01-16 13:44 UTC (6+ messages)
` [PATCH 2/3] difftool: Add '-x' and as an alias for '--extcmd'
[PATCH] Fix bad quoting in documentation
2010-01-16 11:58 UTC (4+ messages)
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).