summaryrefslogtreecommitdiffstats
path: root/connected.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-01-17clone: allow --branch to take a tagNguyễn Thái Ngọc Duy4-3/+46
2012-01-17clone: refuse to clone if --branch points to bogus refNguyễn Thái Ngọc Duy3-21/+6
2012-01-17clone: --branch=<branch> always means refs/heads/<branch>Nguyễn Thái Ngọc Duy1-14/+16
2012-01-17clone: delay cloning until after remote HEAD checkingNguyễn Thái Ngọc Duy2-28/+31
2012-01-17clone: factor out remote ref writingNguyễn Thái Ngọc Duy1-14/+25
2012-01-17clone: factor out HEAD update codeNguyễn Thái Ngọc Duy1-17/+24
2012-01-17clone: factor out checkout codeNguyễn Thái Ngọc Duy1-43/+58
2012-01-17clone: write detached HEAD in bare repositoriesNguyễn Thái Ngọc Duy2-7/+27
2012-01-17t5601: add missing && cascadeNguyễn Thái Ngọc Duy1-3/+3
2012-01-08clone: add --single-branch to fetch only one branchNguyễn Thái Ngọc Duy3-6/+129
2012-01-03docs: describe behavior of relative submodule URLsJens Lehmann1-1/+6
2012-01-03fix hang in git fetch if pointed at a 0 length bundleBrian Harring2-2/+8
2012-01-01Documentation: read-tree --prefix works with existing subtreesClemens Buchacher1-5/+4
2011-12-29Add MYMETA.json to perl/.gitignoreJack Nagel1-0/+1
2011-12-28Update draft release notes to 1.7.9Junio C Hamano1-72/+4
2011-12-28Git 1.7.8.2v1.7.8.2Junio C Hamano3-2/+73
2011-12-27Fix an incorrect reference to --set-all.Jelmer Vernooij1-1/+1
2011-12-27git-p4: document and test submit optionsPete Wyckoff3-2/+67
2011-12-27git-p4: test and document --use-client-specPete Wyckoff3-2/+55
2011-12-27git-p4: test --keep-pathPete Wyckoff1-0/+24
2011-12-27git-p4: test --max-changesPete Wyckoff1-0/+10
2011-12-27git-p4: document and test --import-localPete Wyckoff2-1/+25
2011-12-27git-p4: honor --changesfile option and testPete Wyckoff2-1/+38
2011-12-27git-p4: document and test clone --branchPete Wyckoff2-1/+20
2011-12-27git-p4: test cloning with two dirs, clarify docPete Wyckoff2-2/+69
2011-12-27git-p4: clone does not use --git-dirPete Wyckoff2-1/+36
2011-12-27git-p4: introduce asciidoc documentationPete Wyckoff2-302/+455
2011-12-27rename git-p4 testsPete Wyckoff5-0/+0
2011-12-23Update draft release notes in preparation for 1.7.9-rc0Junio C Hamano1-1/+9
2011-12-22Update draft release notes to 1.7.9Junio C Hamano1-27/+39
2011-12-21Git 1.7.8.1v1.7.8.1Junio C Hamano1-4/+25
2011-12-21bash completion: use read -r everywhereThomas Rast1-6/+6
2011-12-21clone: the -o option has nothing to do with <branch>Carlos Martín Nieto1-2/+2
2011-12-21builtin/log: remove redundant initializationMichael Schubert1-2/+0
2011-12-21builtin/commit: add missing '/' in help messageMichael Schubert1-1/+1
2011-12-21Appease Sun Studio by renaming "tmpfile"Ævar Arnfjörð Bjarmason4-16/+16
2011-12-21Fix a bitwise negation assignment issue spotted by Sun StudioÆvar Arnfjörð Bjarmason3-4/+4
2011-12-21Fix an enum assignment issue spotted by Sun StudioÆvar Arnfjörð Bjarmason1-2/+2
2011-12-21builtin/init-db.c: eliminate -Wformat warning on SolarisÆvar Arnfjörð Bjarmason1-1/+1
2011-12-20git-sh-setup: make require_clean_work_tree part of the interfaceThomas Rast1-0/+10
2011-12-20t/t2023-checkout-m.sh: fix use of test_must_failÆvar Arnfjörð Bjarmason1-1/+3
2011-12-20commit: do not lose mergetag header when not amendingJunio C Hamano1-1/+5
2011-12-20t0090: be prepared that 'wc -l' writes leading blanksJohannes Sixt1-4/+2
2011-12-20Update draft release notes to 1.7.9Junio C Hamano1-1/+48
2011-12-19gitweb: Fix fallback mode of to_utf8 subroutineJakub Narebski1-2/+2
2011-12-19test-terminal: set output terminals to raw modeThomas Rast1-0/+4
2011-12-19request-pull: do not emit "tag" before the tagnameJunio C Hamano2-4/+2
2011-12-19remote-curl: don't pass back fake refsJeff King2-3/+36
2011-12-19advice: Document that they all default to trueJunio C Hamano1-11/+8
2011-12-19lf_to_crlf_filter(): resurrect CRLF->CRLF hackJunio C Hamano1-10/+50