Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | string_list: Add STRING_LIST_INIT macro and make use of it. | Thiago Farina | 2010-07-05 | 16 | -31/+36 |
* | Convert the users of for_each_string_list to for_each_string_list_item macro | Alex Riesen | 2010-07-05 | 4 | -103/+64 |
* | Add a for_each_string_list_item macro | Alex Riesen | 2010-07-05 | 1 | -1/+3 |
* | 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 |
| * | | | | | | | | string_list: Fix argument order for string_list_lookup | Julian Phillips | 2010-06-27 | 11 | -17/+17 |
| * | | | | | | | | string_list: Fix argument order for string_list_insert_at_index | Julian Phillips | 2010-06-27 | 3 | -6/+6 |
| * | | | | | | | | string_list: Fix argument order for string_list_insert | Julian Phillips | 2010-06-27 | 19 | -40/+40 |
| * | | | | | | | | string_list: Fix argument order for for_each_string_list | Julian Phillips | 2010-06-27 | 7 | -18/+18 |
| * | | | | | | | | string_list: Fix argument order for print_string_list | Julian Phillips | 2010-06-27 | 2 | -2/+2 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'tr/rev-list-count' | Junio C Hamano | 2010-06-30 | 6 | -1/+204 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | bash completion: Support "divergence from upstream" messages in __git_ps1 | Andrew Sayers | 2010-06-24 | 1 | -1/+143 |
| * | | | | | | | | rev-list: introduce --count option | Thomas Rast | 2010-06-12 | 5 | -0/+61 |
* | | | | | | | | | Merge branch 'as/maint-completion-set-u-fix' | Junio C Hamano | 2010-06-30 | 1 | -7/+7 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | bash-completion: Fix __git_ps1 to work with "set -u" | Andrew Sayers | 2010-06-18 | 1 | -7/+7 |
* | | | | | | | | | | Merge branch 'mg/rev-parse-tests' | Junio C Hamano | 2010-06-30 | 1 | -1/+16 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | t6018: make sure all tested symbolic names are different revs | Michael J Gruber | 2010-06-27 | 1 | -1/+3 |
| * | | | | | | | | | | t6018: add tests for rev-list's --branches and --tags | Michael J Gruber | 2010-06-27 | 1 | -0/+13 |
* | | | | | | | | | | | Merge branch 'jl/maint-diff-ignore-submodules' | Junio C Hamano | 2010-06-30 | 5 | -5/+116 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | | | |||||
| * | | | | | | | | | | t4027,4041: Use test -s to test for an empty file | Brian Gernhardt | 2010-06-25 | 2 | -13/+13 |