summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/clang-lints'Junio C Hamano2011-12-052-4/+1
|\
| * cast variable in call to free() in builtin/diff.c and submodule.cab/clang-lintsÆvar Arnfjörð Bjarmason2011-11-061-1/+1
| * 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-053-3/+16
|\ \
| * | prune: handle --progress/no-progressJeff King2011-11-072-3/+12
| * | prune: show progress while marking reachable objectsNguyễn Thái Ngọc Duy2011-11-072-2/+6
| |/
* | Merge branch 'nd/fsck-progress'Junio C Hamano2011-12-051-16/+62
|\ \
| * | fsck: print progressnd/fsck-progressNguyễn Thái Ngọc Duy2011-11-061-2/+38
| * | fsck: avoid reading every object twiceNguyễn Thái Ngọc Duy2011-11-061-17/+25
| * | fsck: return error code when verify_pack() goes wrongNguyễn Thái Ngọc Duy2011-11-061-1/+3
* | | Merge branch 'nd/misc-cleanups'Junio C Hamano2011-12-052-6/+7
|\ \ \
| * | | tree_entry_interesting(): give meaningful names to return valuesNguyễn Thái Ngọc Duy2011-10-271-4/+5
| * | | tree-walk.c: do not leak internal structure in tree_entry_len()Nguyễn Thái Ngọc Duy2011-10-272-2/+2
* | | | Merge branch 'maint-1.7.7' into maintJunio C Hamano2011-12-051-2/+0
|\ \ \ \
| * \ \ \ Merge branch 'maint-1.7.6' into maint-1.7.7Junio C Hamano2011-12-051-2/+0
| |\ \ \ \
| | * | | | stripspace: fix outdated commentJeff King2011-12-051-2/+0
* | | | | | 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-231-0/+1
* | | | | | 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
* | | | | | revert: remove --reset compatibility optionjn/revert-quitJonathan Nieder2011-11-221-3/+0
* | | | | | revert: introduce --abort to cancel a failed cherry-pickJonathan Nieder2011-11-221-3/+84
* | | | | | revert: write REVERT_HEAD pseudoref during conflicted revertJonathan Nieder2011-11-222-3/+6
* | | | | | revert: improve error message for cherry-pick during cherry-pickJonathan Nieder2011-11-221-7/+6
* | | | | | revert: rearrange pick_revisions() for clarityJonathan Nieder2011-11-221-24/+24
* | | | | | revert: rename --reset option to --quitJonathan Nieder2011-11-221-11/+14
* | | | | | Sync with 1.7.7.4Junio C Hamano2011-11-181-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'jc/maint-name-rev-all' into maintJunio C Hamano2011-11-181-1/+1
| * | | | | Merge branch 'dm/pack-objects-update' into maintJunio C Hamano2011-11-081-19/+55
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'bc/attr-ignore-case' into maintJunio C Hamano2011-11-012-1/+7
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'cn/fetch-prune' into maintJunio C Hamano2011-11-012-6/+30
| |\ \ \ \ \ \ \
* | | | | | | | | do not let git_path clobber errno when reporting errorsjn/git-path-errnoJonathan Nieder2011-11-172-24/+34
* | | | | | | | | revert: prettify fatal messagesRamkumar Ramachandra2011-11-151-5/+5
* | | | | | | | | Revert "upload-archive: use start_command instead of fork"Junio C Hamano2011-11-152-26/+48
* | | | | | | | | Merge branch 'ly/mktree-using-strbuf'Junio C Hamano2011-11-111-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Merge "Move 'builtin-*' into a 'builtin/' subdirectory"ly/mktree-using-strbufJunio C Hamano2011-11-101-0/+1
* | | | | | | | | | Merge branch 'jc/remote-setbranches-usage-fix'Junio C Hamano2011-11-081-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | remote: fix set-branches usagejc/remote-setbranches-usage-fixJunio C Hamano2011-11-061-1/+1
* | | | | | | | | | | Merge branch 'fc/remote-seturl-usage-fix'Junio C Hamano2011-11-081-1/+1
* | | | | | | | | | | Merge branch 'ss/blame-textconv-fake-working-tree'Junio C Hamano2011-11-071-4/+3
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
| * | | | | | | | | | blame.c: Properly initialize strbuf after calling textconv_object(), againSebastian Schuberth2011-11-071-4/+3
* | | | | | | | | | | receive-pack: do not expect object 0{40} to existJunio C Hamano2011-11-031-6/+11
* | | | | | | | | | | branch -m: handle no arg properlyTay Ray Chuan2011-11-021-5/+8
* | | | | | | | | | | Merge branch 'ss/blame-textconv-fake-working-tree'Junio C Hamano2011-11-011-1/+3
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | blame.c: Properly initialize strbuf after calling, textconv_object()Sebastian Schuberth2011-10-281-1/+3
* | | | | | | | | | | Merge branch 'ef/mingw-upload-archive'Junio C Hamano2011-11-012-48/+26
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | upload-archive: use start_command instead of forkErik Faye-Lund2011-10-302-48/+26
* | | | | | | | | | | | Merge branch 'dm/pack-objects-update'Junio C Hamano2011-11-011-19/+55
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
| * | | | | | | | | | | pack-objects: don't traverse objects unnecessarilyDan McGee2011-10-201-6/+12
| * | | | | | | | | | | pack-objects: rewrite add_descendants_to_write_order() iterativelyDan McGee2011-10-181-7/+37