Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | Merge branch 'kb/merge-recursive-rename-threshold' | Junio C Hamano | 2010-10-26 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | diff: add synonyms for -M, -C, -B | Kevin Ballard | 2010-09-29 | |
| * | | | | | | | merge-recursive: option to specify rename threshold | Kevin Ballard | 2010-09-29 | |
* | | | | | | | | Merge branch 'jp/send-email-to-cmd' | Junio C Hamano | 2010-10-26 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | git-send-email.perl: Add --to-cmd | Joe Perches | 2010-09-27 | |
| | |/ / / / / / | |/| | | | | | | ||||
* | | | | | | | | Merge branch 'as/daemon-multi-listen' | Junio C Hamano | 2010-10-26 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | daemon: allow more than one host address given via --listen | Alexander Sulfrian | 2010-09-28 | |
| * | | | | | | | | daemon: add helper function named_sock_setup | Alexander Sulfrian | 2010-09-28 | |
* | | | | | | | | | Merge branch 'dm/mergetool-vimdiff' | Junio C Hamano | 2010-10-26 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | mergetool-lib: make the three-way diff the default for vim/gvim | Dan McGee | 2010-09-29 | |
| * | | | | | | | | | mergetool-lib: add a three-way diff view for vim/gvim | Dan McGee | 2010-09-15 | |
| * | | | | | | | | | mergetool-lib: combine vimdiff and gvimdiff run blocks | Dan McGee | 2010-09-15 | |
* | | | | | | | | | | Merge branch 'kf/post-receive-sample-hook' | Junio C Hamano | 2010-10-26 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | post-receive-email: ensure sent messages are not empty | Kevin P. Fleming | 2010-09-10 | |
* | | | | | | | | | | | Merge branch 'jf/merge-ignore-ws' | Junio C Hamano | 2010-10-26 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||
| * | | | | | | | | | | merge-recursive: options to ignore whitespace changes | Justin Frankel | 2010-08-27 | |
| * | | | | | | | | | | merge-recursive --patience | Justin Frankel | 2010-08-26 | |
| * | | | | | | | | | | ll-merge: replace flag argument with options struct | Jonathan Nieder | 2010-08-26 | |
| * | | | | | | | | | | merge-recursive: expose merge options for builtin merge | Jonathan Nieder | 2010-08-26 | |
* | | | | | | | | | | | Merge branch 'ml/completion-zsh' | Junio C Hamano | 2010-10-26 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | completion: make compatible with zsh | Mark Lodato | 2010-09-09 | |
* | | | | | | | | | | | | Merge branch 'po/sendemail' | Junio C Hamano | 2010-10-26 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | New send-email option smtpserveroption. | Pascal Obry | 2010-09-06 | |
| * | | | | | | | | | | | | Remove @smtp_host_parts variable as not used. | Pascal Obry | 2010-09-06 | |
| * | | | | | | | | | | | | Minor indentation fix. | Pascal Obry | 2010-09-06 | |
* | | | | | | | | | | | | | Merge branch 'en/tree-walk-optim' | Junio C Hamano | 2010-10-26 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | diff_tree(): Skip skip_uninteresting() when all remaining paths interesting | Elijah Newren | 2010-08-26 | |
| * | | | | | | | | | | | | | tree_entry_interesting(): Make return value more specific | Elijah Newren | 2010-08-26 | |
| * | | | | | | | | | | | | | tree-walk: Correct bitrotted comment about tree_entry() | Elijah Newren | 2010-08-26 | |
| * | | | | | | | | | | | | | Document pre-condition for tree_entry_interesting | Elijah Newren | 2010-08-26 | |
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2010-10-26 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | ||||
| * | | | | | | | | | | | | Fix copy-pasted comments related to tree diff handling. | Yann Dirson | 2010-10-25 | |
* | | | | | | | | | | | | | Sync with 1.7.3.2 | Junio C Hamano | 2010-10-21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | ||||
| * | | | | | | | | | | | | Git 1.7.3.2v1.7.3.2 | Junio C Hamano | 2010-10-21 | |
| * | | | | | | | | | | | | Merge branch 'sn/doc-opt-notation' into maint | Junio C Hamano | 2010-10-21 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | Fix {update,checkout}-index usage strings | Štěpán Němec | 2010-10-08 | |
| | * | | | | | | | | | | | | Put a space between `<' and argument in pack-objects usage string | Štěpán Němec | 2010-10-08 | |
| | * | | | | | | | | | | | | Remove stray quotes in --pretty and --format documentation | Štěpán Němec | 2010-10-08 | |
| | * | | | | | | | | | | | | Use parentheses and `...' where appropriate | Štěpán Němec | 2010-10-08 | |
| | * | | | | | | | | | | | | Fix odd markup in --diff-filter documentation | Štěpán Němec | 2010-10-08 | |
| | * | | | | | | | | | | | | Use angles for placeholders consistently | Štěpán Němec | 2010-10-08 | |
| * | | | | | | | | | | | | | Merge branch 'mg/fix-build-remote-helpers' into maint | Junio C Hamano | 2010-10-21 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | remote-helpers: build in platform independent directory | Michael J Gruber | 2010-09-27 | |
| | | |_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | {cvs,svn}import: use the new 'git read-tree --empty' | Thomas Rast | 2010-10-19 | |
* | | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2010-10-19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / | ||||
| * | | | | | | | | | | | | | t/t9001-send-email.sh: fix stderr redirection in 'Invalid In-Reply-To' | Antonio Ospite | 2010-10-19 | |
| * | | | | | | | | | | | | | Clarify and extend the "git diff" format documentation | Andreas Gruenbacher | 2010-10-19 | |
| * | | | | | | | | | | | | | git-show-ref.txt: clarify the pattern matching | Michael J Gruber | 2010-10-19 | |
| * | | | | | | | | | | | | | documentation: git-config minor cleanups | Cliff Frey | 2010-10-19 | |
| * | | | | | | | | | | | | | Update test script annotate-tests.sh to handle missing/extra authors | Kevin Ballard | 2010-10-19 |