Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | | builtin-merge.c: call exclude_cmds() correctly. | Avery Pennarun | 2009-11-29 | |
| |/ / / / / / / / / | ||||
* | | | | | | | | | | Merge branch 'jc/maint-am-keep' into maint | Junio C Hamano | 2009-12-03 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | Remove dead code from "git am" | Junio C Hamano | 2009-11-27 | |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||
* | | | | | | | | | | Merge branch 'rs/work-around-grep-opt-insanity' into maint | Junio C Hamano | 2009-12-03 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | Protect scripted Porcelains from GREP_OPTIONS insanity | Junio C Hamano | 2009-11-23 | |
| * | | | | | | | | | | mergetool--lib: simplify guess_merge_tool() | René Scharfe | 2009-11-23 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||
* | | | | | | | | | | Merge branch 'rj/maint-cygwin-count-objects' into maint | Junio C Hamano | 2009-12-03 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | git-count-objects: Fix a disk-space under-estimate on Cygwin | Ramsay Jones | 2009-11-19 | |
| |/ / / / / / / / / | ||||
* | | | | | | | | | | Merge branch 'mm/maint-hint-failed-merge' into maint | Junio C Hamano | 2009-12-03 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | user-manual: Document that "git merge" doesn't like uncommited changes. | Matthieu Moy | 2009-11-22 | |
| * | | | | | | | | | | merge-recursive: point the user to commit when file would be overwritten. | Matthieu Moy | 2009-11-22 | |
| |/ / / / / / / / / | ||||
* | | | | | | | | | | Merge branch 'th/maint-remote-update-help-string' into maint | Junio C Hamano | 2009-12-03 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | Update 'git remote update' usage string to match man page. | Tim Henigan | 2009-11-15 | |
| |/ / / / / / / / / | ||||
* | | | | | | | | | | Merge branch 'rj/maint-t9700' into maint | Junio C Hamano | 2009-12-03 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | t9700-perl-git.sh: Fix a test failure on Cygwin | Ramsay Jones | 2009-11-19 | |
| |/ / / / / / / / / | ||||
* | | | | | | | | | | Merge branch 'ls/maint-mailinfo-no-inbody' into maint | Junio C Hamano | 2009-12-03 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | git am/mailinfo: Don't look at in-body headers when rebasing | Lukas Sandström | 2009-11-20 | |
| |/ / / / / / / / / | ||||
* | | | | | | | | | | Merge branch 'mo/maint-crlf-doc' into maint | Junio C Hamano | 2009-12-03 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | core.autocrlf documentation: mention the crlf attribute | Matthew Ogilvie | 2009-11-16 | |
| |/ / / / / / / / / | ||||
* | | | | | | | | | | Merge branch 'th/remote-usage' into maint | Junio C Hamano | 2009-12-03 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | git remote: Separate usage strings for subcommands | Tim Henigan | 2009-11-20 | |
| |/ / / / / / / / / | ||||
* | | | | | | | | | | Merge branch 'pb/maint-use-custom-perl' into maint | Junio C Hamano | 2009-12-03 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | Make sure $PERL_PATH is defined when the test suite is run. | Philippe Bruhat (BooK) | 2009-11-17 | |
| |/ / / / / / / / / | ||||
* | | | | | | | | | | Merge branch 'mm/config-pathname-tilde-expand' into maint | Junio C Hamano | 2009-12-03 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | Documentation: avoid xmlto input error | Junio C Hamano | 2009-11-21 | |
| * | | | | | | | | | | expand_user_path: expand ~ to $HOME, not to the actual homedir. | Matthieu Moy | 2009-11-19 | |
| * | | | | | | | | | | Expand ~ and ~user in core.excludesfile, commit.template | Matthieu Moy | 2009-11-17 | |
| |/ / / / / / / / / | ||||
* | | | | | | | | | | Merge branch 'bc/grep-i-F' into maint | Junio C Hamano | 2009-12-03 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | grep: Allow case insensitive search of fixed-strings | Brian Collins | 2009-11-16 | |
| |/ / / / / / / / / | ||||
* | | | | | | | | | | Merge branch 'jk/maint-break-rename-reduce-memory' into maint | Junio C Hamano | 2009-12-03 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | diffcore-rename: reduce memory footprint by freeing blob data early | Junio C Hamano | 2009-11-20 | |
| * | | | | | | | | | | diffcore-break: save cnt_data for other phases | Jeff King | 2009-11-16 | |
| * | | | | | | | | | | diffcore-break: free filespec data as we go | Jeff King | 2009-11-16 | |
| |/ / / / / / / / / | ||||
* | | | | | | | | | | Merge branch 'rj/maint-simplify-cygwin-makefile' into maint | Junio C Hamano | 2009-12-03 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | Makefile: merge two Cygwin configuration sections into one | Ramsay Jones | 2009-11-08 | |
| |/ / / / / / / / / | ||||
* | | | | | | | | | | Merge branch 'rg/doc-workflow' into maint | Junio C Hamano | 2009-12-03 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | Add branch management for releases to gitworkflows | Raman Gupta | 2009-11-20 | |
| |/ / / / / / / / / | ||||
* | | | | | | | | | | Merge branch 'np/maint-sideband-favor-status' into maint | Junio C Hamano | 2009-12-03 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | give priority to progress messages | Nicolas Pitre | 2009-11-13 | |
* | | | | | | | | | | | Documentation: xmlto 0.0.18 does not know --stringparam | Junio C Hamano | 2009-12-03 | |
* | | | | | | | | | | | Git 1.6.5.4v1.6.5.4 | Junio C Hamano | 2009-12-03 | |
* | | | | | | | | | | | Unconditionally set man.base.url.for.relative.links | Junio C Hamano | 2009-12-03 | |
* | | | | | | | | | | | Documentation/Makefile: allow man.base.url.for.relative.link to be set from Make | Junio C Hamano | 2009-12-03 | |
* | | | | | | | | | | | Prepare for 1.6.5.4 | Junio C Hamano | 2009-12-02 | |
| |_|_|_|/ / / / / / |/| | | | | | | | | | ||||
* | | | | | | | | | | merge: do not add standard message when message is given with -m option | Junio C Hamano | 2009-12-02 | |
* | | | | | | | | | | Do not misidentify "git merge foo HEAD" as an old-style invocation | Junio C Hamano | 2009-12-02 | |
* | | | | | | | | | | help: Do not unnecessarily look for a repository | David Aguilar | 2009-12-01 | |
* | | | | | | | | | | Documentation: Fix a few i.e./e.g. mix-ups | Michael J Gruber | 2009-12-01 | |
* | | | | | | | | | | Documentation: Document --branch option in git clone synopsis | David Soria Parra | 2009-11-30 | |
* | | | | | | | | | | builtin-apply.c: pay attention to -p<n> when determining the name | Junio C Hamano | 2009-11-26 |