Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Fix various sparse warnings in the git source code | Linus Torvalds | 2009-06-20 |
* | Merge branch 'ph/submodule-rebase' | Junio C Hamano | 2009-06-20 |
|\ | |||
| * | git-submodule: add support for --merge. | Johan Herland | 2009-06-03 |
* | | Merge branch 'jc/cache-tree' | Junio C Hamano | 2009-06-20 |
|\ \ | |||
| * | | Avoid "diff-index --cached" optimization under --find-copies-harder | Junio C Hamano | 2009-05-25 |
| * | | Optimize "diff-index --cached" using cache-tree | Junio C Hamano | 2009-05-25 |
| * | | t4007: modernize the style | Junio C Hamano | 2009-05-25 |
| * | | cache-tree.c::cache_tree_find(): simplify internal API | Junio C Hamano | 2009-05-25 |
| * | | write-tree --ignore-cache-tree | Junio C Hamano | 2009-05-20 |
* | | | Merge branch 'mg/pushurl' | Junio C Hamano | 2009-06-20 |
|\ \ \ | |||
| * | | | avoid NULL dereference on failed malloc | Jim Meyering | 2009-06-14 |
| * | | | builtin-remote: Make "remote -v" display push urls | Michael J Gruber | 2009-06-13 |
| * | | | builtin-remote: Show push urls as well | Michael J Gruber | 2009-06-13 |
| * | | | technical/api-remote: Describe new struct remote member pushurl | Michael J Gruber | 2009-06-09 |
| * | | | t5516: Check pushurl config setting | Michael J Gruber | 2009-06-09 |
| * | | | Allow push and fetch urls to be different | Michael J Gruber | 2009-06-09 |
* | | | | Merge branch 'mn/maint-iconv-autoconf' | Junio C Hamano | 2009-06-20 |
|\ \ \ \ | |||
| * | | | | fix handling of iconv configuration options | Marco Nelissen | 2009-06-08 |
* | | | | | Merge branch 'sb/pull-rebase' | Junio C Hamano | 2009-06-20 |
|\ \ \ \ \ | |||
| * | | | | | parse-remote: remove unused functions | Santi Béjar | 2009-06-11 |
| * | | | | | parse-remote: support default reflist in get_remote_merge_branch | Santi Béjar | 2009-06-11 |
| * | | | | | parse-remote: function to get the tracking branch to be merge | Santi Béjar | 2009-06-11 |
* | | | | | | Merge branch 'pb/send-email-cccmd-fix' | Junio C Hamano | 2009-06-20 |
|\ \ \ \ \ \ | |||
| * | | | | | | Test cccmd in t9001-send-email.sh and fix some bugs | Paolo Bonzini | 2009-06-18 |
* | | | | | | | Merge branch 'pb/maint-1.6.2-userdiff-fix' | Junio C Hamano | 2009-06-20 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | upload-archive: fix infinite loop on Cygwin | René Scharfe | 2009-06-18 |
| * | | | | | | | avoid exponential regex match for java and objc function names | Paolo Bonzini | 2009-06-18 |
* | | | | | | | | Merge branch 'sb/maint-1.6.0-add-config-fix' | Junio C Hamano | 2009-06-20 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | add: allow configurations to be overriden by command line | Stephen Boyd | 2009-06-18 |
| * | | | | | | | | use xstrdup, not strdup in ll-merge.c | Jim Meyering | 2009-06-14 |
* | | | | | | | | | Merge branch 'lt/maint-unsigned-left-shift' | Junio C Hamano | 2009-06-20 |
|\ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | Fix big left-shifts of unsigned char | Linus Torvalds | 2009-06-18 |
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/gitk/gitk | Junio C Hamano | 2009-06-20 |
|\ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | gitk: Allow diff view without context lines | Markus Heidelberg | 2009-05-25 |
| * | | | | | | | | | | gitk: Add another string to translation | Michele Ballabio | 2009-05-25 |
| * | | | | | | | | | | gitk: Add option 'Simple history' to the options menu | Dirk Suesserott | 2009-05-25 |
| * | | | | | | | | | | gitk: Handle msysGit version during version comparisons | Pat Thoyts | 2009-05-19 |
| * | | | | | | | | | | gitk: Make more options easily accessible from Edit View dialog | Elijah Newren | 2009-05-16 |
| * | | | | | | | | | | gitk: Check git version before using --textconv flag | Paul Mackerras | 2009-05-16 |
| * | | | | | | | | | | gitk: Use --textconv to generate diff text | Johannes Sixt | 2009-05-16 |
| * | | | | | | | | | | gitk: Update German translation. | Christian Stimming | 2009-05-16 |
* | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-06-18 |
|\ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | http.c: fix compiling with libcurl 7.9.2 | Mark Lodato | 2009-06-18 |
| * | | | | | | | | | | | import-tars: support symlinks | Johannes Schindelin | 2009-06-18 |
| * | | | | | | | | | | | pull, rebase: simplify to use die() | Stephen Boyd | 2009-06-14 |
| | |/ / / / / / / / / | |/| | | | | | | | | | |||
* | | | | | | | | | | | Merge branch 'sb/parse-options-integer' | Junio C Hamano | 2009-06-18 |
|\ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | parse-options: simplify usage argh handling | Stephen Boyd | 2009-06-06 |
| * | | | | | | | | | | | parse-options: make OPT_INTEGER's argh explicit | Stephen Boyd | 2009-06-06 |
* | | | | | | | | | | | | Merge branch 'ak/maint-for-each-ref-no-lookup' | Junio C Hamano | 2009-06-18 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | | for-each-ref: Do not lookup objects when they will not be used | Anders Kaseorg | 2009-05-28 |