aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | tests: Say "pass" rather than "ok" on empty lines for TAPÆvar Arnfjörð Bjarmason2010-06-25
| * | | | | | | | | tests: Skip tests in a way that makes sense under TAPÆvar Arnfjörð Bjarmason2010-06-25
| * | | | | | | | | test-lib: output a newline before "ok" under a TAP harnessÆvar Arnfjörð Bjarmason2010-06-25
| * | | | | | | | | test-lib: Make the test_external_* functions TAP-awareÆvar Arnfjörð Bjarmason2010-06-25
| * | | | | | | | | test-lib: Adjust output to be valid TAP formatÆvar Arnfjörð Bjarmason2010-06-25
* | | | | | | | | | Merge branch 'maint'Junio C Hamano2010-07-07
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | backmerge a few more fixes to 1.7.1.X seriesJunio C Hamano2010-07-07
| * | | | | | | | | Merge branch 'maint-1.6.4' into maintJunio C Hamano2010-07-07
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | rev-parse: fix --parse-opt --keep-dashdash --stop-at-non-optionUwe Kleine-König2010-07-07
| * | | | | | | | | Merge branch 'mg/doc-rev-parse-treepath-syntax' into maintJunio C Hamano2010-07-07
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'tr/receive-pack-aliased-update-fix' into maintJunio C Hamano2010-07-07
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fix git branch -m in presence of cross devicesPierre Habouzit2010-07-07
* | | | | | | | | | | | t/t0006: specify timezone as EST5 not EST to comply with POSIXBrandon Casey2010-07-07
* | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2010-07-06
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | add missing && to submodule-merge testcaseHeiko Voigt2010-07-06
| * | | | | | | | | | | test-date: fix sscanf type conversionJeff King2010-07-06
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'maint'Junio C Hamano2010-07-05
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | | | | | / / / | |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| * | | | | | | | | xdiff: optimise for no whitespace difference when ignoring whitespace.Dylan Reid2010-07-05
* | | | | | | | | | gitweb: Move evaluate_gitweb_config out of run_requestJakub Narebski2010-07-05
* | | | | | | | | | parse_date: fix signedness in timezone calculationJeff King2010-07-05
* | | | | | | | | | Merge branch 'maint'Junio C Hamano2010-07-05
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | t0006: test timezone parsingJeff King2010-07-05
| * | | | | | | | | rerere.txt: Document forget subcommandMichael J Gruber2010-07-05
| * | | | | | | | | Documentation/git-gc.txt: add reference to githooksChris Packham2010-07-02
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Updates from the list to 1.7.2 Release NotesJunio C Hamano2010-07-02
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Git 1.7.2-rc1v1.7.2-rc1Junio C Hamano2010-06-30
* | | | | | | | git.spec.in: Add gitweb subpackageJunio C Hamano2010-06-30
* | | | | | | | Merge branch 'ar/decorate-color'Junio C Hamano2010-06-30
|\ \ \ \ \ \ \ \
| * | | | | | | | Add test for correct coloring of git log --decorationNazri Ramliy2010-06-30
| * | | | | | | | Allow customizable commit decorations colorsNazri Ramliy2010-06-24
| * | | | | | | | log --decorate: Colorize commit decorationsNazri Ramliy2010-06-20
| * | | | | | | | log-tree.c: Use struct name_decoration's type for classifying decorationNazri Ramliy2010-06-20
| * | | | | | | | commit.h: add 'type' to struct name_decorationNazri Ramliy2010-06-20
* | | | | | | | | Merge branch 'mg/doc-rev-parse-treepath-syntax'Junio C Hamano2010-06-30
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | git-rev-parse.txt: Add more examples for caret and colonMichael J Gruber2010-06-29
| * | | | | | | | git-rev-parse.txt: Document ":path" specifierMichael J Gruber2010-06-27
* | | | | | | | | Merge branch 'cc/cherry-pick-stdin'Junio C Hamano2010-06-30
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | revert: do not rebuild argv on heapJonathan Nieder2010-06-29
| * | | | | | | | | Merge commit 'v1.7.2-rc0~6^2' into cc/cherry-pick-stdinJunio C Hamano2010-06-29
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | revert: accept arbitrary rev-list optionsChristian Couder2010-06-25
| * | | | | | | | | | t3508 (cherry-pick): futureproof against unmerged filesJonathan Nieder2010-06-14
* | | | | | | | | | | Merge branch 'jl/status-ignore-submodules'Junio C Hamano2010-06-30
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add the option "--ignore-submodules" to "git status"Jens Lehmann2010-06-25
| * | | | | | | | | | | git submodule: ignore dirty submodules for summary and statusJens Lehmann2010-06-25
* | | | | | | | | | | | Merge branch 'jk/url-decode'Junio C Hamano2010-06-30
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | url_decode: URL scheme ends with a colon and does not require a slashJunio C Hamano2010-06-24
* | | | | | | | | | | | | Merge branch 'jn/grep-open'Junio C Hamano2010-06-30
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'jp/string-list-api-cleanup' into jn/grep-openJulian Phillips2010-06-27
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | t/t7811-grep-open.sh: remove broken/redundant creation of fake "less" scriptBrandon Casey2010-06-21
| * | | | | | | | | | | | | t/t7811-grep-open.sh: ensure fake "less" is made executableBrandon Casey2010-06-21