aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | tree_entry_interesting(): refactor into separate smaller functionsNguyễn Thái Ngọc Duy2011-02-03
| * | | | | | | | | diff-tree: convert base+baselen to writable strbufNguyễn Thái Ngọc Duy2011-02-03
| * | | | | | | | | glossary: define pathspecJonathan Nieder2011-02-03
| * | | | | | | | | Move tree_entry_interesting() to tree-walk.c and export itNguyễn Thái Ngọc Duy2011-02-03
| * | | | | | | | | tree_entry_interesting(): remove dependency on struct diff_optionsNguyễn Thái Ngọc Duy2011-02-03
| * | | | | | | | | Convert struct diff_options to use struct pathspecNguyễn Thái Ngọc Duy2011-02-03
| * | | | | | | | | diff-no-index: use diff_tree_setup_paths()Nguyễn Thái Ngọc Duy2011-02-03
| * | | | | | | | | Add struct pathspecNguyễn Thái Ngọc Duy2011-02-03
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | gitweb: Make i18n (encoding) tests in t9500 leave clean stateJakub Narebski2011-02-27
* | | | | | | | | git-add: make -A description clearer vs. -uMichael J Gruber2011-02-27
* | | | | | | | | Merge branch 'maint'Junio C Hamano2011-02-27
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | branch_merged: fix grammar in warningEric Hanchrow2011-02-27
* | | | | | | | | | update-index --refresh --porcelain: add missing constJonathan Nieder2011-02-22
* | | | | | | | | | checkout: add missing const to describe_detached_headJonathan Nieder2011-02-22
* | | | | | | | | | Merge branch 'maint'Junio C Hamano2011-02-21
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Documentation: clarify -u<mode> option defaultsClemens Buchacher2011-02-21
* | | | | | | | | | Merge branch 'maint'Junio C Hamano2011-02-21
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | | / / | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | t/t7500-commit.sh: use test_cmp instead of testÆvar Arnfjörð Bjarmason2011-02-21
| * | | | | | | | t/gitweb-lib.sh: Ensure that errors are shown for --debug --immediateÆvar Arnfjörð Bjarmason2011-02-21
| * | | | | | | | gitweb/gitweb.perl: don't call S_ISREG() with undefÆvar Arnfjörð Bjarmason2011-02-21
| * | | | | | | | gitweb/gitweb.perl: remove use of qw(...) as parenthesesÆvar Arnfjörð Bjarmason2011-02-21
* | | | | | | | | Merge branch 'maint'Junio C Hamano2011-02-16
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge branch 'maint-1.7.3' into maintJunio C Hamano2011-02-16
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'maint-1.7.2' into maint-1.7.3Junio C Hamano2011-02-16
| | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Merge branch 'maint-1.7.1' into maint-1.7.2Junio C Hamano2011-02-16
| | | |\ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ Merge branch 'maint-1.7.0' into maint-1.7.1Junio C Hamano2011-02-16
| | | | |\ \ \ \ \ \ \ \ | | | | | | |_|_|/ / / / | | | | | |/| | | | | |
| * | | | | | | | | | | parse_tag_buffer(): do not prefixcmp() out of rangeNguyễn Thái Ngọc Duy2011-02-16
* | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2011-02-15
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | pull: do not display fetch usage on --help-allMichael J Gruber2011-02-15
| * | | | | | | | | | | git-tag.txt: list all modes in the descriptionMichael J Gruber2011-02-15
| * | | | | | | | | | | commit,status: describe -u likewiseMichael J Gruber2011-02-15
| * | | | | | | | | | | add: describe --patch like checkout, resetMichael J Gruber2011-02-15
| * | | | | | | | | | | commit,merge,tag: describe -m likewiseMichael J Gruber2011-02-15
| * | | | | | | | | | | clone,init: describe --template using the same wordingMichael J Gruber2011-02-15
| * | | | | | | | | | | commit,status: describe --porcelain just like pushMichael J Gruber2011-02-15
| * | | | | | | | | | | commit,tag: use same wording for -FMichael J Gruber2011-02-15
| * | | | | | | | | | | configure: use AC_LANG_PROGRAM consistentlyRalf Wildenhues2011-02-14
| * | | | | | | | | | | string_list_append: always set util pointer to NULLJeff King2011-02-14
| * | | | | | | | | | | correct type of EMPTY_TREE_SHA1_BINJonathan Nieder2011-02-14
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Revert "unpack_trees(): skip trees that are the same in all input"Junio C Hamano2011-02-15
* | | | | | | | | | | Obey p4 views when using client specIan Wienand2011-02-14
* | | | | | | | | | | gitignore: add test-mktemp to ignore listÆvar Arnfjörð Bjarmason2011-02-13
* | | | | | | | | | | repo-config: add deprecation warningRené Scharfe2011-02-13
* | | | | | | | | | | Merge branch 'maint'Junio C Hamano2011-02-11
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Git 1.7.4.1v1.7.4.1Junio C Hamano2011-02-11
| * | | | | | | | | | Merge branch 'jc/fsck-fixes' into maintJunio C Hamano2011-02-11
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | clone: fixup recurse_submodules optionChris Packham2011-02-11
| * | | | | | | | | | | svn-fe: warn about experimental statusJonathan Nieder2011-02-11
* | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2011-02-10
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | compat: helper for detecting unsigned overflowJonathan Nieder2011-02-10