summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* string_list: Add STRING_LIST_INIT macro and make use of it.Thiago Farina2010-07-0516-31/+36
* Convert the users of for_each_string_list to for_each_string_list_item macroAlex Riesen2010-07-054-103/+64
* Add a for_each_string_list_item macroAlex Riesen2010-07-051-1/+3
* Git 1.7.2-rc1v1.7.2-rc1Junio C Hamano2010-06-302-5/+12
* git.spec.in: Add gitweb subpackageJunio C Hamano2010-06-301-0/+15
* Merge branch 'ar/decorate-color'Junio C Hamano2010-06-306-8/+176
|\
| * Add test for correct coloring of git log --decorationNazri Ramliy2010-06-301-0/+66
| * Allow customizable commit decorations colorsNazri Ramliy2010-06-244-0/+45
| * log --decorate: Colorize commit decorationsNazri Ramliy2010-06-201-1/+33
| * log-tree.c: Use struct name_decoration's type for classifying decorationNazri Ramliy2010-06-201-8/+32
| * commit.h: add 'type' to struct name_decorationNazri Ramliy2010-06-201-0/+1
* | Merge branch 'mg/doc-rev-parse-treepath-syntax'Junio C Hamano2010-06-301-6/+9
|\ \
| * | git-rev-parse.txt: Add more examples for caret and colonMichael J Gruber2010-06-291-7/+8
| * | git-rev-parse.txt: Document ":path" specifierMichael J Gruber2010-06-271-1/+3
* | | Merge branch 'cc/cherry-pick-stdin'Junio C Hamano2010-06-304-25/+61
|\ \ \
| * | | revert: do not rebuild argv on heapJonathan Nieder2010-06-292-16/+34
| * | | Merge commit 'v1.7.2-rc0~6^2' into cc/cherry-pick-stdinJunio C Hamano2010-06-294-2/+13
| |\ \ \
| * | | | revert: accept arbitrary rev-list optionsChristian Couder2010-06-253-1/+19
| * | | | t3508 (cherry-pick): futureproof against unmerged filesJonathan Nieder2010-06-141-7/+7
* | | | | Merge branch 'jl/status-ignore-submodules'Junio C Hamano2010-06-309-16/+177
|\ \ \ \ \
| * | | | | Add the option "--ignore-submodules" to "git status"Jens Lehmann2010-06-258-13/+174
| * | | | | git submodule: ignore dirty submodules for summary and statusJens Lehmann2010-06-251-3/+3
* | | | | | Merge branch 'jk/url-decode'Junio C Hamano2010-06-301-4/+4
|\ \ \ \ \ \
| * | | | | | url_decode: URL scheme ends with a colon and does not require a slashJunio C Hamano2010-06-241-4/+4
* | | | | | | Merge branch 'jn/grep-open'Junio C Hamano2010-06-307-39/+276
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jp/string-list-api-cleanup' into jn/grep-openJulian Phillips2010-06-2730-150/+150
| |\ \ \ \ \ \ \
| * | | | | | | | t/t7811-grep-open.sh: remove broken/redundant creation of fake "less" scriptBrandon Casey2010-06-211-5/+0
| * | | | | | | | t/t7811-grep-open.sh: ensure fake "less" is made executableBrandon Casey2010-06-211-1/+2
| * | | | | | | | t/lib-pager.sh: remove unnecessary '^' from 'expr' regular expressionBrandon Casey2010-06-211-1/+1
| * | | | | | | | grep -O: allow optional argument specifying the pager (or editor)Johannes Schindelin2010-06-133-20/+21
| * | | | | | | | grep: Add the option '--open-files-in-pager'Johannes Schindelin2010-06-137-13/+255
| * | | | | | | | Unify code paths of threaded grepsJohannes Schindelin2010-06-131-17/+5
| * | | | | | | | grep: refactor grep_objects loop into its own functionJonathan Nieder2010-06-131-10/+20
* | | | | | | | | Merge branch 'jp/string-list-api-cleanup'Junio C Hamano2010-06-3029-147/+147
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | string_list: Fix argument order for string_list_appendJulian Phillips2010-06-2716-64/+64
| * | | | | | | | string_list: Fix argument order for string_list_lookupJulian Phillips2010-06-2711-17/+17
| * | | | | | | | string_list: Fix argument order for string_list_insert_at_indexJulian Phillips2010-06-273-6/+6
| * | | | | | | | string_list: Fix argument order for string_list_insertJulian Phillips2010-06-2719-40/+40
| * | | | | | | | string_list: Fix argument order for for_each_string_listJulian Phillips2010-06-277-18/+18
| * | | | | | | | string_list: Fix argument order for print_string_listJulian Phillips2010-06-272-2/+2
| |/ / / / / / /
* | | | | | | | Merge branch 'tr/rev-list-count'Junio C Hamano2010-06-306-1/+204
|\ \ \ \ \ \ \ \
| * | | | | | | | bash completion: Support "divergence from upstream" messages in __git_ps1Andrew Sayers2010-06-241-1/+143
| * | | | | | | | rev-list: introduce --count optionThomas Rast2010-06-125-0/+61
* | | | | | | | | Merge branch 'as/maint-completion-set-u-fix'Junio C Hamano2010-06-301-7/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | bash-completion: Fix __git_ps1 to work with "set -u"Andrew Sayers2010-06-181-7/+7
* | | | | | | | | | Merge branch 'mg/rev-parse-tests'Junio C Hamano2010-06-301-1/+16
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | t6018: make sure all tested symbolic names are different revsMichael J Gruber2010-06-271-1/+3
| * | | | | | | | | | t6018: add tests for rev-list's --branches and --tagsMichael J Gruber2010-06-271-0/+13
* | | | | | | | | | | Merge branch 'jl/maint-diff-ignore-submodules'Junio C Hamano2010-06-305-5/+116
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| * | | | | | | | | | t4027,4041: Use test -s to test for an empty fileBrian Gernhardt2010-06-252-13/+13