summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | dir: fix COLLECT_IGNORED on excluded prefixesJeff King2010-03-131-2/+18
| * | | | | | | | | | t0050: mark non-working test as suchJunio C Hamano2010-03-131-2/+6
* | | | | | | | | | | Merge branch 'bg/apply-fix-blank-at-eof' into maintJunio C Hamano2010-03-244-40/+450
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | t3417: Add test cases for "rebase --whitespace=fix"Björn Gustavsson2010-03-061-0/+126
| * | | | | | | | | | | t4124: Add additional tests of --whitespace=fixBjörn Gustavsson2010-03-061-0/+170
| * | | | | | | | | | | apply: Allow blank context lines to match beyond EOFBjörn Gustavsson2010-03-061-30/+138
| * | | | | | | | | | | apply: Remove the quick rejection testBjörn Gustavsson2010-03-062-5/+16
| * | | | | | | | | | | apply: Don't unnecessarily update line lengths in the preimageBjörn Gustavsson2010-03-061-11/+6
* | | | | | | | | | | | Documentation: explain the meaning of "-g" in git-describe outputMarkus Heidelberg2010-03-241-0/+3
| |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
* | | | | | | | | | | Git 1.7.0.3v1.7.0.3Junio C Hamano2010-03-213-10/+5
* | | | | | | | | | | Merge branch 'maint-1.6.6' into maintJunio C Hamano2010-03-214-14/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Documentation/git-clone: Transform description list into item listMichael J Gruber2010-03-211-5/+5
| * | | | | | | | | | | Documentation/urls: Remove spurious example markersMichael J Gruber2010-03-211-6/+0
| * | | | | | | | | | | Documentation/gitdiffcore: Remove misleading date in headingMichael J Gruber2010-03-211-1/+1
| * | | | | | | | | | | Documentation/git-reflog: Fix formatting of command listsMichael J Gruber2010-03-211-2/+0
* | | | | | | | | | | | .mailmap: Map the the first submissions of MJG by e-mailMichael J Gruber2010-03-211-0/+1
| |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
* | | | | | | | | | | Update draft release notes to 1.7.0.3Junio C Hamano2010-03-201-1/+7
* | | | | | | | | | | fetch: Fix minor memory leakAndreas Gruenbacher2010-03-201-2/+3
* | | | | | | | | | | fetch: Future-proof initialization of a refspec on stackAndreas Gruenbacher2010-03-201-3/+1
* | | | | | | | | | | fetch: Check for a "^{}" suffix with suffixcmp()Andreas Gruenbacher2010-03-201-1/+1
* | | | | | | | | | | daemon: parse_host_and_port SIGSEGV if port is specifiedImre Deak2010-03-201-1/+1
* | | | | | | | | | | Makefile: Fix CDPATH problemJonathan Nieder2010-03-201-0/+6
* | | | | | | | | | | pull: replace unnecessary sed invocationStephen Boyd2010-03-201-1/+1
* | | | | | | | | | | Documentation: receive.denyCurrentBranch defaults to 'refuse'Thomas Rast2010-03-171-1/+1
* | | | | | | | | | | bash: complete *_HEAD refs if presentIan Ward Comfort2010-03-171-1/+3
* | | | | | | | | | | Documentation/git-read-tree: clarify 2-tree mergeMichael J Gruber2010-03-151-13/+15
* | | | | | | | | | | Documentation/git-read-tree: fix table layoutMichael J Gruber2010-03-151-10/+10
| |_|_|_|_|_|/ / / / |/| | | | | | | | |
* | | | | | | | | | don't use default revision if a rev was specifiedDave Olszewski2010-03-132-2/+13
* | | | | | | | | | for_each_recent_reflog_ent(): use strbuf, fix offset handlingRené Scharfe2010-03-131-10/+12
* | | | | | | | | | t/Makefile: remove test artifacts upon "make clean"Junio C Hamano2010-03-131-0/+2
* | | | | | | | | | blame: fix indent of line numbersRené Scharfe2010-03-132-2/+20
* | | | | | | | | | t9400: Use test_cmp when appropriateJunio C Hamano2010-03-111-12/+12
* | | | | | | | | | Merge accumulated fixes to prepare for 1.7.0.3Junio C Hamano2010-03-082-1/+35
* | | | | | | | | | Merge branch 'mw/maint-gcc-warns-unused-write' into maintJunio C Hamano2010-03-081-4/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | run-command.c: fix build warnings on UbuntuMichael Wookey2010-03-031-4/+6
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'fn/maint-mkdtemp-compat' into maintJunio C Hamano2010-03-081-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix gitmkdtemp: correct test for mktemp() return valueFilippo Negroni2010-02-251-1/+1
* | | | | | | | | | | Merge branch 'gb/maint-submodule-env' into maintJunio C Hamano2010-03-088-33/+69
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | is_submodule_modified(): clear environment properlyGiuseppe Bilotta2010-02-241-11/+11
| * | | | | | | | | | | submodules: ensure clean environment when operating in a submoduleGiuseppe Bilotta2010-02-241-10/+10
| * | | | | | | | | | | shell setup: clear_local_git_env() functionGiuseppe Bilotta2010-02-241-0/+7
| * | | | | | | | | | | rev-parse: --local-env-vars optionGiuseppe Bilotta2010-02-242-0/+13
| * | | | | | | | | | | Refactor list of of repo-local env varsGiuseppe Bilotta2010-02-243-12/+28
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'as/maint-expire' into maintJunio C Hamano2010-03-084-18/+86
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | reflog: honor gc.reflogexpire=neverAdam Simpkins2010-02-282-4/+43
| * | | | | | | | | | | prune: honor --expire=neverAdam Simpkins2010-02-282-14/+43
* | | | | | | | | | | | Merge branch 'ml/maint-grep-doc' into maintJunio C Hamano2010-03-081-13/+17
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | grep docs: document --no-index optionMark Lodato2010-02-251-4/+8
| * | | | | | | | | | | | grep docs: --cached and <tree>... are incompatibleMark Lodato2010-02-251-3/+3
| * | | | | | | | | | | | grep docs: use AsciiDoc literals consistentlyMark Lodato2010-02-251-5/+5