summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* advice: Document that they all default to truejc/advice-docJunio C Hamano2011-12-181-11/+8
* Update draft release notes for 1.7.8.1Junio C Hamano2011-12-132-1/+18
* Merge branch 'jc/maint-pack-object-cycle' into maintJunio C Hamano2011-12-131-12/+43
|\
| * pack-object: tolerate broken packs that have duplicated objectsjc/maint-pack-object-cycleJunio C Hamano2011-11-161-12/+43
* | Merge branch 'jc/index-pack-reject-dups' into maintJunio C Hamano2011-12-134-2/+11
|\ \
| * | receive-pack, fetch-pack: reject bogus pack that records objects twicejc/index-pack-reject-dupsJunio C Hamano2011-11-164-2/+11
* | | Merge branch 'mf/curl-select-fdset' into maintJunio C Hamano2011-12-132-27/+21
|\ \ \
| * | | http: drop "local" member from request structmf/curl-select-fdsetJeff King2011-11-042-7/+0
| * | | http.c: Rely on select instead of tracking whether data was receivedMika Fischer2011-11-042-16/+1
| * | | http.c: Use timeout suggested by curl instead of fixed 50ms timeoutMika Fischer2011-11-041-2/+18
| * | | http.c: Use curl_multi_fdset to select on curl fds instead of just sleepingMika Fischer2011-11-041-3/+3
* | | | Merge branch 'nd/misc-cleanups' into maintJunio C Hamano2011-12-1310-95/+112
|\ \ \ \
| * | | | unpack_object_header_buffer(): clear the size field upon errornd/misc-cleanupsJunio C Hamano2011-10-271-1/+2
| * | | | tree_entry_interesting: make use of local pointer "item"Nguyễn Thái Ngọc Duy2011-10-271-2/+2
| * | | | tree_entry_interesting(): give meaningful names to return valuesNguyễn Thái Ngọc Duy2011-10-276-44/+56
| * | | | read_directory_recursive: reduce one indentation levelNguyễn Thái Ngọc Duy2011-10-271-25/+25
| * | | | get_tree_entry(): do not call find_tree_entry() on an empty treeJunio C Hamano2011-10-271-3/+7
| * | | | tree-walk.c: do not leak internal structure in tree_entry_len()Nguyễn Thái Ngọc Duy2011-10-277-20/+20
* | | | | Merge branch 'maint-1.7.7' into maintJunio C Hamano2011-12-1310-48/+101
|\ \ \ \ \
| * | | | | Git 1.7.7.5v1.7.7.5Junio C Hamano2011-12-134-3/+21
| * | | | | Merge branch 'ab/clang-lints' into maint-1.7.7Junio C Hamano2011-12-133-5/+2
| |\ \ \ \ \
| | * | | | | cast variable in call to free() in builtin/diff.c and submodule.cab/clang-lintsÆvar Arnfjörð Bjarmason2011-11-062-2/+2
| | * | | | | apply: get rid of useless x < 0 comparison on a size_t typeÆvar Arnfjörð Bjarmason2011-11-061-3/+0
| * | | | | | Merge branch 'nd/maint-ignore-exclude' into maint-1.7.7Junio C Hamano2011-12-132-2/+2
| |\ \ \ \ \ \
| | * | | | | | checkout,merge: loosen overwriting untracked file check based on info/excludend/maint-ignore-excludeNguyễn Thái Ngọc Duy2011-11-282-2/+2
| * | | | | | | Merge branch 'maint-1.7.6' into maint-1.7.7Junio C Hamano2011-12-134-40/+78
| |\ \ \ \ \ \ \
| | * | | | | | | Git 1.7.6.5v1.7.6.5Junio C Hamano2011-12-134-3/+30
| | * | | | | | | Merge branch 'jk/maint-fetch-status-table' into maint-1.7.6Junio C Hamano2011-12-131-38/+49
| | |\ \ \ \ \ \ \
| | | * | | | | | | fetch: create status table using strbufjk/maint-fetch-status-tableJeff King2011-12-091-38/+49
| | * | | | | | | | Merge branch 'jc/maint-name-rev-all' into maint-1.7.6Junio C Hamano2011-12-131-1/+1
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'ml/mailmap' into maint-1.7.6Junio C Hamano2011-12-131-3/+2
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | blame: don't overflow time bufferJeff King2011-12-131-1/+1
* | | | | | | | | | | | Merge branch 'maint-1.7.7' into maintJunio C Hamano2011-12-094-15/+5
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | am: don't persist keepcr flagMartin von Zweigbergk2011-12-091-7/+0
| * | | | | | | | | | | mingw: give waitpid the correct signatureErik Faye-Lund2011-12-092-2/+2
| * | | | | | | | | | | git symbolic-ref: documentation fixMichael Haggerty2011-12-081-6/+3
* | | | | | | | | | | | Merge branch 'maint-1.7.7' into maintJunio C Hamano2011-12-052-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | Merge branch 'maint-1.7.6' into maint-1.7.7Junio C Hamano2011-12-052-2/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| | * | | | | | | | | | stripspace: fix outdated commentJeff King2011-12-051-2/+0
| | * | | | | | | | | | Add MYMETA.yml to perl/.gitignoreSebastian Morr2011-12-051-0/+1
* | | | | | | | | | | | Merge branch 'js/merge-edit-option'Junio C Hamano2011-12-051-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Documentation: fix formatting error in merge-options.txtjs/merge-edit-optionJack Nagel2011-12-051-1/+0
* | | | | | | | | | | | | Git 1.7.8v1.7.8Junio C Hamano2011-12-023-11/+8
* | | | | | | | | | | | | Git 1.7.8-rc4v1.7.8-rc4Junio C Hamano2011-11-282-2/+2
* | | | | | | | | | | | | builtin-reset: Documentation updateVincent van Ravesteijn2011-11-231-4/+4
* | | | | | | | | | | | | builtin-branch: Fix crash on invalid use of --forceVincent van Ravesteijn2011-11-231-2/+2
* | | | | | | | | | | | | revert --abort: do not leave behind useless sequencer-old directoryJonathan Nieder2011-11-232-0/+9
* | | | | | | | | | | | | Fix revert --abort on WindowsJohannes Sixt2011-11-231-2/+2
* | | | | | | | | | | | | revert: do not pass non-literal string as format to git_path()Nguyễn Thái Ngọc Duy2011-11-231-1/+1
* | | | | | | | | | | | | Update 1.7.8 draft release notes in preparation for rc4Junio C Hamano2011-11-221-1/+1