summaryrefslogtreecommitdiffstats
path: root/convert.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-12-12revert: give --continue handling its own functionJonathan Nieder1-11/+17
2011-11-23revert --abort: do not leave behind useless sequencer-old directoryJonathan Nieder2-0/+9
2011-11-23Fix revert --abort on WindowsJohannes Sixt1-2/+2
2011-11-23revert: do not pass non-literal string as format to git_path()Nguyễn Thái Ngọc Duy1-1/+1
2011-11-23Update 1.7.8 draft release notes in preparation for rc4Junio C Hamano1-1/+1
2011-11-23revert: remove --reset compatibility optionJonathan Nieder2-5/+2
2011-11-23revert: introduce --abort to cancel a failed cherry-pickJonathan Nieder5-3/+185
2011-11-22revert: write REVERT_HEAD pseudoref during conflicted revertJonathan Nieder4-3/+61
2011-11-22revert: improve error message for cherry-pick during cherry-pickJonathan Nieder1-7/+6
2011-11-22revert: rearrange pick_revisions() for clarityJonathan Nieder1-24/+24
2011-11-22revert: rename --reset option to --quitJonathan Nieder7-25/+49
2011-11-21convert.c: Fix return type of git_path_check_eol()Ramsay Jones1-1/+1
2011-11-21documentation fix: git difftool uses diff tools, not merge tools.Thomas Hochstein1-1/+1
2011-11-21config.c: Fix a static buffer overwrite bug by avoiding mkpath()Ramsay Jones1-2/+2
2011-11-21t5501-*.sh: Fix url passed to clone in setup testRamsay Jones1-1/+1
2011-11-18Hopefully final update of release notes before 1.7.8 finalJunio C Hamano1-1/+1
2011-11-18Makefile: add option to disable automatic dependency generationJonathan Nieder1-7/+24
2011-11-18Git 1.7.7.4v1.7.7.4Junio C Hamano3-2/+16
2011-11-18Makefile: add missing header file dependenciesJonathan Nieder1-2/+3
2011-11-18notes merge: eliminate OUTPUT macroJonathan Nieder1-43/+61
2011-11-18do not let git_path clobber errno when reporting errorsJonathan Nieder2-24/+34
2011-11-17Git 1.7.8-rc3v1.7.8-rc3Junio C Hamano2-5/+2
2011-11-17refs: loosen over-strict "format" checkJunio C Hamano2-10/+17
2011-11-17mailmap: xcalloc mailmap_infoMarc-André Lureau1-3/+2
2011-11-16revert: prettify fatal messagesRamkumar Ramachandra1-5/+5
2011-11-16git-compat-util: don't assume value for undefined variableRamkumar Ramachandra1-1/+1
2011-11-16sha1_file: don't mix enum with intRamkumar Ramachandra1-1/+1
2011-11-16convert: don't mix enum with intRamkumar Ramachandra1-3/+3
2011-11-16http: remove unused function hex()Ramkumar Ramachandra1-8/+0
2011-11-16name-rev --all: do not even attempt to describe non-commit objectJunio C Hamano1-1/+1
2011-11-16Revert "upload-archive: use start_command instead of fork"Junio C Hamano4-31/+55
2011-11-13Git 1.7.8-rc2v1.7.8-rc2Junio C Hamano2-2/+2
2011-11-10mktree: fix a memory leak in write_tree()Liu Yuan1-0/+1
2011-11-09completion: don't leak variable from the prompt into environmentSZEDER Gábor1-1/+1
2011-11-09Update draft release notes to 1.7.8Junio C Hamano1-14/+5
2011-11-09Git 1.7.7.3v1.7.7.3Junio C Hamano3-2/+21
2011-11-08docs: Update install-doc-quickJunio C Hamano3-50/+46
2011-11-08docs: don't mention --quiet or --exit-code in git-log(1)Jeff King1-0/+2
2011-11-08Git 1.7.8-rc1v1.7.8-rc1Junio C Hamano2-2/+6
2011-11-08blame.c: Properly initialize strbuf after calling textconv_object(), againSebastian Schuberth1-4/+3
2011-11-07remote: fix remote set-url usageFelipe Contreras1-1/+1
2011-11-07remote: fix set-branches usageJunio C Hamano1-1/+1
2011-11-06git-p4: ignore apple filetypePete Wyckoff2-0/+44
2011-11-06t/t7508-status.sh: use test_i18ncmpÆvar Arnfjörð Bjarmason1-2/+2
2011-11-06t/t6030-bisect-porcelain.sh: use test_i18ngrepÆvar Arnfjörð Bjarmason1-1/+1
2011-11-04http: don't always prompt for passwordStefan Naewe1-4/+3
2011-11-03receive-pack: do not expect object 0{40} to existJunio C Hamano1-6/+11
2011-11-02t3200: add test case for 'branch -m'Stefan Naewe1-0/+5
2011-11-02branch -m: handle no arg properlyTay Ray Chuan1-5/+8
2011-11-02Update draft release notes to 1.7.8Junio C Hamano1-55/+11