summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/maint-1.7.2-status-ignored'Junio C Hamano2011-06-293-2/+128
|\
| * git status --ignored: tests and docsJunio C Hamano2011-06-022-0/+127
| * status: fix bug with missing --ignore filesJeff King2011-06-021-1/+1
* | Merge branch 'jc/diff-index-quick-exit-early'Junio C Hamano2011-06-293-2/+10
|\ \
| * | diff-index --quiet: learn the "stop feeding the backend early" logicJunio C Hamano2011-05-313-2/+10
| * | Merge remote-tracking branch 'ko/maint' into jc/diff-index-quick-exit-earlyJunio C Hamano2011-05-311452-35445/+144356
| |\ \
* | \ \ Merge branch 'mg/diff-stat-count'Junio C Hamano2011-06-294-10/+78
|\ \ \ \
| * | | | diff --stat-count: finishing touchesJunio C Hamano2011-05-272-2/+29
| * | | | diff-options.txt: describe --stat-{width,name-width,count}Michael J Gruber2011-05-271-0/+3
| * | | | diff: introduce --stat-lines to limit the stat linesMichael J Gruber2011-05-273-5/+39
| * | | | diff.c: omit hidden entries from namelen calculation with --statMichael J Gruber2011-05-271-5/+9
* | | | | Merge branch 'jc/advice-about-to-lose-commit'Junio C Hamano2011-06-291-10/+11
|\ \ \ \ \
| * | | | | checkout: make advice when reattaching the HEAD less loudJunio C Hamano2011-05-241-6/+9
* | | | | | Merge branch 'jk/combine-diff-binary-etc'Junio C Hamano2011-06-295-83/+376
|\ \ \ \ \ \
| * | | | | | combine-diff: respect textconv attributesJeff King2011-05-242-9/+131
| * | | | | | refactor get_textconv to not require diff_filespecJeff King2011-05-233-13/+20
| * | | | | | combine-diff: handle binary files as binaryJeff King2011-05-232-2/+148
| * | | | | | combine-diff: calculate mode_differs earlierJeff King2011-05-231-2/+7
| * | | | | | combine-diff: split header printing into its own functionJeff King2011-05-231-61/+74
* | | | | | | Merge branch 'instaweb' of git://bogomips.org/git-svnJunio C Hamano2011-06-292-34/+58
|\ \ \ \ \ \ \
| * | | | | | | git-instaweb: Check that correct config file exists for (re)startJakub Narebski2011-06-272-4/+11
| * | | | | | | git-instaweb: Move all actions at the end of scriptJakub Narebski2011-06-271-7/+20
| * | | | | | | git-instaweb: Use $conf, not $fqgitdir/gitweb/httpd.confJakub Narebski2011-06-271-2/+2
| * | | | | | | git-instaweb: Extract configuring web server into configure_httpdJakub Narebski2011-06-271-21/+25
* | | | | | | | Merge git://bogomips.org/git-svn into maintJunio C Hamano2011-06-292-4/+41
|\ \ \ \ \ \ \ \
| * | | | | | | | git-svn: Correctly handle root commits in mergeinfo rangesMichael Haggerty2011-06-282-3/+7
| * | | | | | | | git-svn: Disambiguate rev-list arguments to improve error messageMichael Haggerty2011-06-281-2/+2
| * | | | | | | | git-svn: Demonstrate a bug with root commits in mergeinfo rangesMichael Haggerty2011-06-281-0/+33
| |/ / / / / / /
* | | | | | | | Merge branch 'maint-1.7.5' into maintJunio C Hamano2011-06-292-3/+11
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | test: skip clean-up when running under --immediate modeJunio C Hamano2011-06-291-2/+10
| * | | | | | | "branch -d" can remove more than one branchesJunio C Hamano2011-06-291-1/+1
* | | | | | | | Git 1.7.6v1.7.6Junio C Hamano2011-06-263-8/+7
* | | | | | | | Merge branch 'maint'Junio C Hamano2011-06-261-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge branch 'maint-1.7.4' into maintJunio C Hamano2011-06-241-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | completion: replace core.abbrevguard to core.abbrevNamhyung Kim2011-06-241-1/+1
* | | | | | | | | Git 1.7.6-rc3v1.7.6-rc3Junio C Hamano2011-06-221-1/+1
* | | | | | | | | Merge branch 'maint'Junio C Hamano2011-06-221-4/+8
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Documentation: git diff --check respects core.whitespaceChristof Krüger2011-06-221-4/+8
* | | | | | | | | Merge branch 'maint'Junio C Hamano2011-06-211-0/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | gitweb: 'pickaxe' and 'grep' features requires 'search' to be enabledJakub Narebski2011-06-211-0/+2
* | | | | | | | | Merge branch 'mk/grep-pcre'Junio C Hamano2011-06-201-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t7810: avoid unportable use of "echo"Junio C Hamano2011-06-201-3/+3
* | | | | | | | | | plug a few coverity-spotted leaksJim Meyering2011-06-204-5/+12
* | | | | | | | | | Merge branch 'di/no-no-existant'Junio C Hamano2011-06-197-14/+14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix typo: existant->existentDmitry Ivankov2011-06-167-14/+14
* | | | | | | | | | | Merge branch 'maint'Junio C Hamano2011-06-191-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | builtin/gc.c: add missing newline in messageAndreas Schwab2011-06-191-1/+1
* | | | | | | | | | | tests: link shell libraries into valgrind directoryJeff King2011-06-171-2/+7
* | | | | | | | | | | t/Makefile: pass test opts to valgrind target properlyJeff King2011-06-171-1/+1
* | | | | | | | | | | Merge branch 'ab/i18n-scripts-basic'Junio C Hamano2011-06-171-1/+0
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |