aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* git-blame.el: Do not use bare 0 to mean (point-min)Lawrence Mitchell2012-06-14
* git-blame.el: Use with-current-buffer where appropriateLawrence Mitchell2012-06-14
* git-blame.el: Do not use goto-line in lisp codeRüdiger Sonderfeld2012-06-14
* Merge branch 'dk/maint-blame-el'Junio C Hamano2010-11-17
|\
| * git-blame.el: Add (require 'format-spec)David Kågedal2010-11-03
* | Merge branch 'maint'Junio C Hamano2010-11-17
|\ \
| * | clean: remove redundant variable baselenNguyễn Thái Ngọc Duy2010-11-17
| * | Merge branch 'mz/maint-rebase-X-fix' into maintJunio C Hamano2010-11-17
| |\ \
| | * | t3402: test "rebase -s<strategy> -X<opt>"Junio C Hamano2010-11-11
| * | | Documentation/git-pull: clarify configurationMartin von Zweigbergk2010-11-17
| * | | Document that rev-list --graph triggers parent rewriting.Yann Dirson2010-11-17
| * | | clean: avoid quoting twiceNguyễn Thái Ngọc Duy2010-11-16
| * | | document sigchain apiJeff King2010-11-16
| * | | Keep together options controlling the behaviour of diffcore-rename.Yann Dirson2010-11-16
| |/ /
* | | Merge branch 'maint'Junio C Hamano2010-11-15
|\ \ \ | |/ /
| * | rebase -X: do not clobber strategyMartin von Zweigbergk2010-11-10
* | | tests: use test_cmp instead of piping to diff(1)Ævar Arnfjörð Bjarmason2010-11-14
* | | t7004-tag.sh: re-arrange git tag comment for clarityÆvar Arnfjörð Bjarmason2010-11-14
* | | Merge branch 'maint'Junio C Hamano2010-11-09
|\ \ \ | |/ /
| * | Documentation: document show -sJonathan Nieder2010-11-09
| * | dir.c: fix EXC_FLAG_MUSTBEDIR match in sparse checkoutNguyễn Thái Ngọc Duy2010-11-08
| |/
* | Merge branch 'aw/git-p4-deletion'Junio C Hamano2010-11-05
|\ \
| * | Fix handling of git-p4 on deleted filesAndrew Waters2010-10-22
* | | Merge branch 'master' of git://repo.or.cz/git-guiJunio C Hamano2010-11-05
|\ \ \
| * | | git-gui: apply color information from git diff outputPat Thoyts2010-10-27
| * | | git-gui: use wordprocessor tab style to ensure tabs work as expectedPat Thoyts2010-10-27
| * | | git-gui: correct assignment of work-treePat Thoyts2010-10-20
| * | | git-gui: use full dialog width for old name when renaming branchPat Thoyts2010-10-07
| * | | git-gui: generic version trimmingPat Thoyts2010-10-07
| * | | git-gui: enable the Tk console when tracing/debugging on WindowsPat Thoyts2010-10-05
| * | | git-gui: show command-line errors in a messagebox on WindowsPat Thoyts2010-10-05
| * | | On Windows, avoid git-gui to call Cygwin's nice utilitySebastian Schuberth2010-10-05
* | | | Merge branch 'maint'Junio C Hamano2010-11-05
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix a formatting error in git-merge.txtNathan W. Panike2010-10-29
* | | | t0003: properly quote $HOMEThomas Rast2010-10-29
* | | | contrib/ciabot: git-describe commit instead of HEADSven Eckelmann2010-10-29
* | | | completion: fix zsh check under bash with 'set -u'Mark Lodato2010-10-28
* | | | Merge branch 'ab/send-email-perl'Junio C Hamano2010-10-26
|\ \ \ \
| * | | | send-email: extract_valid_address use qr// regexesÆvar Arnfjörð Bjarmason2010-09-30
| * | | | send-email: is_rfc2047_quoted use qr// regexesÆvar Arnfjörð Bjarmason2010-09-30
| * | | | send-email: use Perl idioms in while loopÆvar Arnfjörð Bjarmason2010-09-30
| * | | | send-email: make_message_id use "require" instead of "use"Ævar Arnfjörð Bjarmason2010-09-30
| * | | | send-email: send_message die on $!, not $?Ævar Arnfjörð Bjarmason2010-09-30
| * | | | send-email: use (?:) instead of () if no match variables are neededÆvar Arnfjörð Bjarmason2010-09-30
| * | | | send-email: sanitize_address use qq["foo"], not "\"foo\""Ævar Arnfjörð Bjarmason2010-09-30
| * | | | send-email: sanitize_address use $foo, not "$foo"Ævar Arnfjörð Bjarmason2010-09-30
| * | | | send-email: use \E***\Q instead of \*\*\*Ævar Arnfjörð Bjarmason2010-09-30
| * | | | send-email: cleanup_compose_files doesn't need a prototypeÆvar Arnfjörð Bjarmason2010-09-30
| * | | | send-email: unique_email_list doesn't need a prototypeÆvar Arnfjörð Bjarmason2010-09-30
| * | | | send-email: file_declares_8bit_cte doesn't need a prototypeÆvar Arnfjörð Bjarmason2010-09-30