summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fast-import: don't allow 'ls' of path with empty componentsjn/maint-fast-import-empty-lsJonathan Nieder2012-03-092-0/+41
* fast-import: leakfix for 'ls' of dirty treesJonathan Nieder2012-03-091-0/+2
* fast-import: add 'ls' commandDavid Barr2011-02-263-14/+303
* update-index --refresh --porcelain: add missing constJonathan Nieder2011-02-222-3/+3
* checkout: add missing const to describe_detached_headJonathan Nieder2011-02-221-1/+1
* Merge branch 'maint'Junio C Hamano2011-02-212-14/+14
|\
| * Documentation: clarify -u<mode> option defaultsClemens Buchacher2011-02-212-14/+14
* | Merge branch 'maint'Junio C Hamano2011-02-215-92/+15
|\ \ | |/
| * t/t7500-commit.sh: use test_cmp instead of testÆvar Arnfjörð Bjarmason2011-02-211-1/+6
| * t/gitweb-lib.sh: Ensure that errors are shown for --debug --immediateÆvar Arnfjörð Bjarmason2011-02-213-88/+6
| * gitweb/gitweb.perl: don't call S_ISREG() with undefÆvar Arnfjörð Bjarmason2011-02-211-1/+1
| * gitweb/gitweb.perl: remove use of qw(...) as parenthesesÆvar Arnfjörð Bjarmason2011-02-211-2/+2
* | Merge branch 'maint'Junio C Hamano2011-02-161-2/+4
|\ \ | |/
| * Merge branch 'maint-1.7.3' into maintJunio C Hamano2011-02-160-0/+0
| |\
| | * Merge branch 'maint-1.7.2' into maint-1.7.3Junio C Hamano2011-02-163-20/+26
| | |\
| | | * Merge branch 'maint-1.7.1' into maint-1.7.2Junio C Hamano2011-02-163-20/+26
| | | |\
| | | | * Merge branch 'maint-1.7.0' into maint-1.7.1Junio C Hamano2011-02-163-20/+26
| | | | |\
| * | | | | parse_tag_buffer(): do not prefixcmp() out of rangeNguyễn Thái Ngọc Duy2011-02-161-2/+4
* | | | | | Merge branch 'maint'Junio C Hamano2011-02-1515-63/+49
|\ \ \ \ \ \ | |/ / / / /
| * | | | | pull: do not display fetch usage on --help-allMichael J Gruber2011-02-151-1/+1
| * | | | | git-tag.txt: list all modes in the descriptionMichael J Gruber2011-02-151-5/+6
| * | | | | commit,status: describe -u likewiseMichael J Gruber2011-02-151-1/+1
| * | | | | add: describe --patch like checkout, resetMichael J Gruber2011-02-151-1/+1
| * | | | | commit,merge,tag: describe -m likewiseMichael J Gruber2011-02-153-5/+5
| * | | | | clone,init: describe --template using the same wordingMichael J Gruber2011-02-152-3/+3
| * | | | | commit,status: describe --porcelain just like pushMichael J Gruber2011-02-151-2/+2
| * | | | | commit,tag: use same wording for -FMichael J Gruber2011-02-152-2/+2
| * | | | | configure: use AC_LANG_PROGRAM consistentlyRalf Wildenhues2011-02-142-39/+21
| * | | | | string_list_append: always set util pointer to NULLJeff King2011-02-141-0/+1
| * | | | | correct type of EMPTY_TREE_SHA1_BINJonathan Nieder2011-02-144-4/+6
* | | | | | Revert "unpack_trees(): skip trees that are the same in all input"Junio C Hamano2011-02-151-56/+0
* | | | | | Obey p4 views when using client specIan Wienand2011-02-142-4/+51
* | | | | | gitignore: add test-mktemp to ignore listÆvar Arnfjörð Bjarmason2011-02-131-0/+1
* | | | | | repo-config: add deprecation warningRené Scharfe2011-02-133-2/+9
* | | | | | Merge branch 'maint'Junio C Hamano2011-02-114-2/+33
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Git 1.7.4.1v1.7.4.1Junio C Hamano2011-02-114-3/+31
| * | | | | Merge branch 'jc/fsck-fixes' into maintJunio C Hamano2011-02-111-9/+22
| |\ \ \ \ \
| * | | | | | clone: fixup recurse_submodules optionChris Packham2011-02-111-1/+1
| * | | | | | svn-fe: warn about experimental statusJonathan Nieder2011-02-111-0/+3
* | | | | | | Merge branch 'maint'Junio C Hamano2011-02-104-4/+11
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | compat: helper for detecting unsigned overflowJonathan Nieder2011-02-104-4/+11
* | | | | | | Merge branch 'tr/merge-unborn-clobber'Junio C Hamano2011-02-091-0/+16
|\ \ \ \ \ \ \
| * | | | | | | Exhibit merge bug that clobbers index&WTThomas Rast2010-08-251-0/+16
* | | | | | | | Merge branch 'jc/unpack-trees'Junio C Hamano2011-02-091-2/+62
|\ \ \ \ \ \ \ \
| * | | | | | | | unpack_trees(): skip trees that are the same in all inputJunio C Hamano2011-01-041-0/+56
| * | | | | | | | unpack-trees.c: cosmetic fixJunio C Hamano2010-12-221-4/+8
* | | | | | | | | Merge branch 'jc/fsck-fixes'Junio C Hamano2011-02-091-9/+22
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | fsck: do not give up too early in fsck_dir()Junio C Hamano2011-01-271-6/+12
| * | | | | | | | fsck: drop unused parameter from traverse_one_object()Junio C Hamano2011-01-271-3/+10
* | | | | | | | | Merge branch 'tr/diff-words-test'Junio C Hamano2011-02-0941-255/+933
|\ \ \ \ \ \ \ \ \