summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gitweb/gitweb.perl: remove use of qw(...) as parenthesesÆvar Arnfjörð Bjarmason2011-02-211-2/+2
* 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
* | | | | 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
* | | | | 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
|\ \ \ \ \
| * | | | | 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
* | | | | | clone: fixup recurse_submodules optionChris Packham2011-02-111-1/+1
* | | | | | svn-fe: warn about experimental statusJonathan Nieder2011-02-111-0/+3
* | | | | | compat: helper for detecting unsigned overflowJonathan Nieder2011-02-104-4/+11
* | | | | | Merge branch 'maint-1.7.0' into maintJunio C Hamano2011-02-093-0/+10
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | fast-import: introduce "feature notes" commandJonathan Nieder2011-02-093-0/+9
| * | | | | fast-import: clarify documentation of "feature" commandJonathan Nieder2011-02-091-20/+17
* | | | | | Documentation/merge subtree How-To: fix typoUwe Kleine-König2011-02-091-1/+1
* | | | | | pull: Document the "--[no-]recurse-submodules" optionsJens Lehmann2011-02-072-2/+9
* | | | | | quote.h: simplify the inclusionJonathan Nieder2011-02-071-2/+1
* | | | | | sha1_object_info: examine cached_object store tooNguyễn Thái Ngọc Duy2011-02-071-0/+8
* | | | | | sha1_file.c: move find_cached_object up so sha1_object_info can use itNguyễn Thái Ngọc Duy2011-02-071-35/+35
* | | | | | Add const to parse_{commit,tag}_buffer()Nguyễn Thái Ngọc Duy2011-02-074-6/+6
* | | | | | diff: support --cached on unborn branchesNguyễn Thái Ngọc Duy2011-02-075-2/+71
* | | | | | gitweb: Mention optional Perl modules in INSTALLJakub Narebski2011-02-071-0/+6
* | | | | | post-receive-email: suppress error if description file missingSitaram Chamarty2011-02-071-1/+1
* | | | | | t7407: fix line endings for mingw buildPat Thoyts2011-02-071-0/+4
* | | | | | t4120-apply-popt: help systems with core.filemode=falseJohannes Sixt2011-02-071-2/+7
* | | | | | t3509: use unconstrained initial test to setup repository.Pat Thoyts2011-02-071-2/+4
* | | | | | start_command: flush buffers in the WIN32 code path as wellJohannes Sixt2011-02-071-1/+1
* | | | | | bundle: Use OFS_DELTA in bundle filesShawn O. Pearce2011-02-061-2/+3
* | | | | | Merge branch 'jl/fetch-submodule-recursive' into maintJunio C Hamano2011-01-311-1/+1
|\ \ \ \ \ \
| * | | | | | t5526: Fix wrong argument order in "git config"Jens Lehmann2011-01-311-1/+1
* | | | | | | Git 1.7.4v1.7.4ko-masterJunio C Hamano2011-01-303-3/+11
| |_|/ / / / |/| | | | |
* | | | | | Don't pass "--xhtml" to hightlight in gitweb.perl script.Adam Tkac2011-01-271-1/+1
* | | | | | Merge branch 'maint'Junio C Hamano2011-01-275-3/+55
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | rebase -i: clarify in-editor documentation of "exec"ko-maintJonathan Nieder2011-01-271-1/+1
| * | | | | tests: sanitize more git environment variablesJeff King2011-01-271-0/+3
| * | | | | Merge branch 'jn/fast-import-empty-tree-removal' into maintJunio C Hamano2011-01-272-0/+48
| |\ \ \ \ \
| | * | | | | fast-import: treat filemodify with empty tree as deleteJonathan Nieder2011-01-272-0/+48