summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'vr/msvc'Junio C Hamano2011-12-0514-19/+7
|\
| * MSVC: Remove unneeded header stubsvr/msvcVincent van Ravesteijn2011-10-3112-12/+0
| * Compile fix for MSVC: Include <io.h>Vincent van Ravesteijn2011-10-311-0/+1
| * Compile fix for MSVC: Do not include sys/resources.hVincent van Ravesteijn2011-10-311-7/+6
* | Merge branch 'na/strtoimax'Junio C Hamano2011-12-054-13/+46
|\ \
| * | Support sizes >=2G in various config options accepting 'g' sizes.na/strtoimaxNick Alcock2011-11-051-10/+31
| * | Compatibility: declare strtoimax() under NO_STRTOUMAXJohannes Sixt2011-11-051-0/+2
| * | Add strtoimax() compatibility function.Nick Alcock2011-11-022-3/+13
* | | Merge branch 'ab/clang-lints'Junio C Hamano2011-12-053-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/prune-progress'Junio C Hamano2011-12-055-17/+60
|\ \ \ \
| * | | | reachable: per-object progressnd/prune-progressJeff King2011-11-071-14/+37
| * | | | prune: handle --progress/no-progressJeff King2011-11-072-3/+12
| * | | | prune: show progress while marking reachable objectsNguyễn Thái Ngọc Duy2011-11-074-7/+18
* | | | | Merge branch 'nd/fsck-progress'Junio C Hamano2011-12-054-27/+96
|\ \ \ \ \
| * | | | | fsck: print progressnd/fsck-progressNguyễn Thái Ngọc Duy2011-11-064-7/+61
| * | | | | fsck: avoid reading every object twiceNguyễn Thái Ngọc Duy2011-11-063-21/+39
| * | | | | verify_packfile(): check as many object as possible in a packNguyễn Thái Ngọc Duy2011-11-061-7/+2
| * | | | | fsck: return error code when verify_pack() goes wrongNguyễn Thái Ngọc Duy2011-11-061-1/+3
* | | | | | Merge branch 'mf/curl-select-fdset'Junio C Hamano2011-12-052-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'Junio C Hamano2011-12-0510-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'Junio C Hamano2011-12-052-2/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ 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
* | | | | | | | | | git-p4: introduce skipSubmitEditPete Wyckoff2011-12-053-24/+136
|/ / / / / / / / /
* | | | | | | | | 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
* | | | | | | | | | Merge branch 'jn/revert-quit'Junio C Hamano2011-11-2210-54/+314
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | revert: remove --reset compatibility optionjn/revert-quitJonathan Nieder2011-11-222-5/+2