Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | Merge branch 'maint-1.6.4' into maint | Junio C Hamano | 2010-07-07 | 2 | -2/+20 | |
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | | | ||||||
| | * | | | | | | | | rev-parse: fix --parse-opt --keep-dashdash --stop-at-non-option | Uwe Kleine-König | 2010-07-07 | 2 | -2/+20 | |
| * | | | | | | | | | Merge branch 'mg/doc-rev-parse-treepath-syntax' into maint | Junio C Hamano | 2010-07-07 | 1 | -6/+9 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'tr/receive-pack-aliased-update-fix' into maint | Junio C Hamano | 2010-07-07 | 2 | -37/+140 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | fix git branch -m in presence of cross devices | Pierre Habouzit | 2010-07-07 | 1 | -6/+15 | |
* | | | | | | | | | | | | t/t0006: specify timezone as EST5 not EST to comply with POSIX | Brandon Casey | 2010-07-07 | 1 | -1/+1 | |
* | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2010-07-06 | 2 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | add missing && to submodule-merge testcase | Heiko Voigt | 2010-07-06 | 1 | -1/+1 | |
| * | | | | | | | | | | | test-date: fix sscanf type conversion | Jeff King | 2010-07-06 | 1 | -2/+2 | |
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2010-07-05 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | | | | | / / / | |_|_|_|_|_|_|/ / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | xdiff: optimise for no whitespace difference when ignoring whitespace. | Dylan Reid | 2010-07-05 | 1 | -1/+3 | |
* | | | | | | | | | | gitweb: Move evaluate_gitweb_config out of run_request | Jakub Narebski | 2010-07-05 | 1 | -6/+11 | |
* | | | | | | | | | | parse_date: fix signedness in timezone calculation | Jeff King | 2010-07-05 | 2 | -1/+2 | |
* | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2010-07-05 | 4 | -6/+22 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | ||||||
| * | | | | | | | | | t0006: test timezone parsing | Jeff King | 2010-07-05 | 2 | -5/+9 | |
| * | | | | | | | | | rerere.txt: Document forget subcommand | Michael J Gruber | 2010-07-05 | 1 | -1/+6 | |
| * | | | | | | | | | Documentation/git-gc.txt: add reference to githooks | Chris Packham | 2010-07-02 | 1 | -0/+7 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Updates from the list to 1.7.2 Release Notes | Junio C Hamano | 2010-07-02 | 1 | -12/+14 | |
| |_|_|_|_|/ / / |/| | | | | | | | ||||||
* | | | | | | | | Git 1.7.2-rc1v1.7.2-rc1 | Junio C Hamano | 2010-06-30 | 2 | -5/+12 | |
* | | | | | | | | git.spec.in: Add gitweb subpackage | Junio C Hamano | 2010-06-30 | 1 | -0/+15 | |
* | | | | | | | | Merge branch 'ar/decorate-color' | Junio C Hamano | 2010-06-30 | 6 | -8/+176 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add test for correct coloring of git log --decoration | Nazri Ramliy | 2010-06-30 | 1 | -0/+66 | |
| * | | | | | | | | Allow customizable commit decorations colors | Nazri Ramliy | 2010-06-24 | 4 | -0/+45 | |
| * | | | | | | | | log --decorate: Colorize commit decorations | Nazri Ramliy | 2010-06-20 | 1 | -1/+33 | |
| * | | | | | | | | log-tree.c: Use struct name_decoration's type for classifying decoration | Nazri Ramliy | 2010-06-20 | 1 | -8/+32 | |
| * | | | | | | | | commit.h: add 'type' to struct name_decoration | Nazri Ramliy | 2010-06-20 | 1 | -0/+1 | |
* | | | | | | | | | Merge branch 'mg/doc-rev-parse-treepath-syntax' | Junio C Hamano | 2010-06-30 | 1 | -6/+9 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | git-rev-parse.txt: Add more examples for caret and colon | Michael J Gruber | 2010-06-29 | 1 | -7/+8 | |
| * | | | | | | | | git-rev-parse.txt: Document ":path" specifier | Michael J Gruber | 2010-06-27 | 1 | -1/+3 | |
* | | | | | | | | | Merge branch 'cc/cherry-pick-stdin' | Junio C Hamano | 2010-06-30 | 4 | -25/+61 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | revert: do not rebuild argv on heap | Jonathan Nieder | 2010-06-29 | 2 | -16/+34 | |
| * | | | | | | | | | Merge commit 'v1.7.2-rc0~6^2' into cc/cherry-pick-stdin | Junio C Hamano | 2010-06-29 | 4 | -2/+13 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | revert: accept arbitrary rev-list options | Christian Couder | 2010-06-25 | 3 | -1/+19 | |
| * | | | | | | | | | | t3508 (cherry-pick): futureproof against unmerged files | Jonathan Nieder | 2010-06-14 | 1 | -7/+7 | |
* | | | | | | | | | | | Merge branch 'jl/status-ignore-submodules' | Junio C Hamano | 2010-06-30 | 9 | -16/+177 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Add the option "--ignore-submodules" to "git status" | Jens Lehmann | 2010-06-25 | 8 | -13/+174 | |
| * | | | | | | | | | | | git submodule: ignore dirty submodules for summary and status | Jens Lehmann | 2010-06-25 | 1 | -3/+3 | |
* | | | | | | | | | | | | Merge branch 'jk/url-decode' | Junio C Hamano | 2010-06-30 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | url_decode: URL scheme ends with a colon and does not require a slash | Junio C Hamano | 2010-06-24 | 1 | -4/+4 | |
* | | | | | | | | | | | | | Merge branch 'jn/grep-open' | Junio C Hamano | 2010-06-30 | 7 | -39/+276 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge branch 'jp/string-list-api-cleanup' into jn/grep-open | Julian Phillips | 2010-06-27 | 30 | -150/+150 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | t/t7811-grep-open.sh: remove broken/redundant creation of fake "less" script | Brandon Casey | 2010-06-21 | 1 | -5/+0 | |
| * | | | | | | | | | | | | | t/t7811-grep-open.sh: ensure fake "less" is made executable | Brandon Casey | 2010-06-21 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | t/lib-pager.sh: remove unnecessary '^' from 'expr' regular expression | Brandon Casey | 2010-06-21 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | grep -O: allow optional argument specifying the pager (or editor) | Johannes Schindelin | 2010-06-13 | 3 | -20/+21 | |
| * | | | | | | | | | | | | | grep: Add the option '--open-files-in-pager' | Johannes Schindelin | 2010-06-13 | 7 | -13/+255 | |
| * | | | | | | | | | | | | | Unify code paths of threaded greps | Johannes Schindelin | 2010-06-13 | 1 | -17/+5 | |
| * | | | | | | | | | | | | | grep: refactor grep_objects loop into its own function | Jonathan Nieder | 2010-06-13 | 1 | -10/+20 | |
* | | | | | | | | | | | | | | Merge branch 'jp/string-list-api-cleanup' | Junio C Hamano | 2010-06-30 | 29 | -147/+147 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | string_list: Fix argument order for string_list_append | Julian Phillips | 2010-06-27 | 16 | -64/+64 |