aboutsummaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAge
* Merge branch 'jk/maint-add-p-empty' into maintJunio C Hamano2009-11-16
|\
| * add-interactive: handle deletion of empty filesJeff King2009-10-27
* | Merge branch 'js/maint-diff-color-words' into maintJunio C Hamano2009-11-16
|\ \
| * | diff --color-words -U0: fix the location of hunk headersJohannes Schindelin2009-10-30
| * | t4034-diff-words: add a test for word diff without contextMarkus Heidelberg2009-10-30
| |/
* | Merge branch 'jk/maint-format-patch-p-suppress-stat' into maintJunio C Hamano2009-11-15
|\ \
| * | format-patch: make "-p" suppress diffstatJeff King2009-11-08
| |/
* | Merge branch 'jk/maint-1.6.3-ls-files-i' into maintJunio C Hamano2009-11-15
|\ \
| * | ls-files: unbreak "ls-files -i"Jeff King2009-10-30
* | | Merge branch 'jc/maint-blank-at-eof' into maintJunio C Hamano2009-11-15
|\ \ \
| * \ \ 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
| | * | | diff --color: color blank-at-eofJunio C Hamano2009-09-04
| | * | | diff --whitespace=warn/error: fix blank-at-eof checkJunio C Hamano2009-09-04
| | * | | diff --whitespace=warn/error: obey blank-at-eofJunio C Hamano2009-09-04
| | * | | apply --whitespace: warn blank but not necessarily empty lines at EOFJunio C Hamano2009-09-04
| | * | | apply --whitespace=warn/error: diagnose blank at EOFJunio C Hamano2009-09-04
| | * | | apply --whitespace=fix: detect new blank lines at eof correctlyJunio C Hamano2009-09-04
| | * | | apply --whitespace=fix: fix handling of blank lines at the eofJunio C Hamano2009-09-04
| | * | | Merge branch 'maint-1.5.6' into maint-1.6.0Junio C Hamano2009-08-27
| | |\ \ \
* | | \ \ \ Merge branch 'maint-1.6.4' into maintJunio C Hamano2009-10-25
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'jk/maint-1.6.3-ls-files-no-ignore-cached' into maint-1.6.4Junio C Hamano2009-10-25
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | ls-files: excludes should not impact tracked filesJeff King2009-10-12
* | | | | | | t7800-difftool: fix the effectless GIT_DIFFTOOL_PROMPT testMarkus Heidelberg2009-10-24
* | | | | | | Merge branch 'jp/maint-send-email-fold' into maintJunio C Hamano2009-10-23
|\ \ \ \ \ \ \
| * | | | | | | git-send-email.perl: fold multiple entry "Cc:" and multiple single line "RCPT...Joe Perches2009-10-09
* | | | | | | | Merge branch 'pv/maint-add-p-no-exclude' into maintJunio C Hamano2009-10-23
|\ \ \ \ \ \ \ \
| * | | | | | | | git-add--interactive: never skip files included in indexPauli Virtanen2009-10-10
| |/ / / / / / /
* | | | | | | | Do not fail "describe --always" in a tag-less repositoryJunio C Hamano2009-10-23
* | | | | | | | Mark files in t/t5100 as UTF-8Johannes Sixt2009-10-21
* | | | | | | | Remove a left-over file from t/t5100Johannes Sixt2009-10-21
* | | | | | | | Merge branch 'maint-1.6.4' into maintJunio C Hamano2009-10-16
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | grep: do not segfault when -f is usedMatt Kraai2009-10-16
| |/ / / / / /
* | | | | | | sha1_file: Fix infinite loop when pack is corruptedShawn O. Pearce2009-10-14
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'rs/maint-archive-prefix'Junio C Hamano2009-10-09
|\ \ \ \ \ \
| * | | | | | Git archive and trailing "/" in prefixRené Scharfe2009-10-08
| |/ / / / /
* | | | | | Merge branch 'maint'Junio C Hamano2009-10-04
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'jc/maint-1.6.4-show-branch-default' into maintJunio C Hamano2009-10-04
| |\ \ \ \ \
| | * | | | | show-branch: fix segfault when showbranch.default existsJunio C Hamano2009-10-04
| * | | | | | Merge branch 'jc/maint-unpack-objects-strict' into maintJunio C Hamano2009-09-16
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jk/maint-1.6.3-checkout-unborn' into maintJunio C Hamano2009-09-16
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'jc/maint-checkout-index-to-prefix' into maintJunio C Hamano2009-09-16
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Fix '--relative-date'Johan Sageryd2009-10-03
* | | | | | | | | tests: make all test files executableMark Rada2009-10-02
* | | | | | | | | parse-opt: ignore negation of OPT_NONEG for ambiguity checksAndreas Schwab2009-09-29
* | | | | | | | | test local clone by copyingClemens Buchacher2009-09-13
* | | | | | | | | Merge branch 'jt/pushinsteadof'Junio C Hamano2009-09-13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add url.<base>.pushInsteadOf: URL rewriting for push onlyJosh Triplett2009-09-08
* | | | | | | | | | Merge branch 'maint'Junio C Hamano2009-09-13
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | svn: properly escape arguments for authors-progMark Lodato2009-09-13