aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | Document `delta` attribute in "git help attributes".Nasser Grainawi2009-10-21
| * | | | | | | | | | | | Mark files in t/t5100 as UTF-8Johannes Sixt2009-10-21
| * | | | | | | | | | | | Remove a left-over file from t/t5100Johannes Sixt2009-10-21
* | | | | | | | | | | | | Merge branch 'gb/maint-gitweb-esc-param'Junio C Hamano2009-10-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | / / | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
| * | | | | | | | | | | gitweb: fix esc_paramGiuseppe Bilotta2009-10-14
* | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2009-10-20
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Documentation/git-gc.txt: change "references" to "reference"Matt Kraai2009-10-20
* | | | | | | | | | | | Merge branch 'bg/rebase-reword'Junio C Hamano2009-10-19
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | rebase -i: fix reword when using a terminal editorStephen Boyd2009-10-19
| * | | | | | | | | | | | Teach 'rebase -i' the command "reword"Björn Gustavsson2009-10-07
* | | | | | | | | | | | | format_commit_message(): fix function signatureJunio C Hamano2009-10-19
* | | | | | | | | | | | | Merge branch 'jp/maint-send-email-fold'Junio C Hamano2009-10-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | git-send-email.perl: fold multiple entry "Cc:" and multiple single line "RCPT...Joe Perches2009-10-09
* | | | | | | | | | | | | Merge branch 'cc/replace-no-replace'Junio C Hamano2009-10-18
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | git: add --no-replace-objects option to disable replacingChristian Couder2009-10-13
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'jn/maint-1.6.3-check-ref-format-doc'Junio C Hamano2009-10-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Documentation: describe check-ref-format --branchJonathan Nieder2009-10-12
* | | | | | | | | | | | | Merge branch 'jk/maint-1.6.3-ls-files-no-ignore-cached'Junio C Hamano2009-10-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | ls-files: excludes should not impact tracked filesJeff King2009-10-12
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'jn/gitweb-show-size'Junio C Hamano2009-10-18
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | gitweb: Add 'show-sizes' feature to show blob sizes in tree viewJakub Narebski2009-09-07
* | | | | | | | | | | | | Merge branch 'jp/fetch-tag-match'Junio C Hamano2009-10-18
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | fetch: Speed up fetch by rewriting find_non_local_tagsJulian Phillips2009-09-18
* | | | | | | | | | | | | | Merge branch 'jn/gitweb-patch'Junio C Hamano2009-10-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | gitweb: Do not show 'patch' link for merge commitsJakub Narebski2009-10-09
* | | | | | | | | | | | | | | Merge branch 'tf/doc-pt-br'Junio C Hamano2009-10-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Documentation: update pt-BRThiago Farina2009-10-01
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch 'dk/blame-el'Junio C Hamano2009-10-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | git-blame.el: Change how blame information is shown.David Kågedal2009-09-29
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch 'mr/instaweb-cgid'Junio C Hamano2009-10-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | instaweb: support mod_cgid for apache2Mark Rada2009-09-29
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | describe: load refnames before calling describe()René Scharfe2009-10-18
* | | | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2009-10-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | git push: say that --tag can't be used with --all or --mirror in help textNanako Shiraishi2009-10-18
| * | | | | | | | | | | | | | git push: remove incomplete options list from help textNanako Shiraishi2009-10-18
| * | | | | | | | | | | | | | document push's new quiet optionJeff King2009-10-18
| * | | | | | | | | | | | | | Makefile: clean block-sha1/ directory instead of mozilla-sha1/Carlos R. Mafra2009-10-18
| | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Start 1.6.6 cycleJunio C Hamano2009-10-17
* | | | | | | | | | | | | | Merge branch 'jc/maint-blank-at-eof'Junio C Hamano2009-10-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/maint-1.6.0-blank-at-eof' into jc/maint-blank-at-eofJunio C Hamano2009-09-15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | diff -B: colour whitespace errorsJunio C Hamano2009-09-15
| * | | | | | | | | | | | | | | Merge branch 'jc/maint-1.6.0-blank-at-eof' (early part) into jc/maint-blank-a...Junio C Hamano2009-09-15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | diff.c: emit_add_line() takes only the rest of the lineJunio C Hamano2009-09-15
| | * | | | | | | | | | | | | | diff.c: split emit_line() from the first char and the rest of the lineJunio C Hamano2009-09-15
| * | | | | | | | | | | | | | | Merge branch 'jc/maint-1.6.0-blank-at-eof' (early part) into jc/maint-blank-a...Junio C Hamano2009-09-15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | diff.c: shuffling code aroundJunio C Hamano2009-09-14
| * | | | | | | | | | | | | | | Merge branch 'jc/maint-1.6.0-blank-at-eof' (early part) into jc/maint-blank-a...Junio C Hamano2009-09-15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | diff --whitespace: fix blank lines at endJunio C Hamano2009-09-14
| | * | | | | | | | | | | | | | core.whitespace: split trailing-space into blank-at-{eol,eof}Junio C Hamano2009-09-05
| | * | | | | | | | | | | | | | diff --color: color blank-at-eofJunio C Hamano2009-09-04