summaryrefslogtreecommitdiffstats
path: root/git-parse-remote.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2011-02-10rebase: remove $branch as synonym for $orig_headMartin von Zweigbergk1-10/+9
2011-02-10rebase -i: support --statMartin von Zweigbergk1-7/+7
2011-02-10rebase: factor out call to pre-rebase hookMartin von Zweigbergk2-19/+7
2011-02-10rebase: factor out clean work tree checkMartin von Zweigbergk2-4/+2
2011-02-10rebase: factor out reference parsingMartin von Zweigbergk2-48/+9
2011-02-10rebase: reorder validation stepsMartin von Zweigbergk2-7/+7
2011-02-10rebase -i: remove now unnecessary directory checksMartin von Zweigbergk1-6/+0
2011-02-10rebase: factor out command line option processingMartin von Zweigbergk2-182/+100
2011-02-10rebase: align variable contentMartin von Zweigbergk2-6/+14
2011-02-10rebase: align variable namesMartin von Zweigbergk2-256/+256
2011-02-10rebase: stricter check of standalone sub commandMartin von Zweigbergk4-2/+22
2011-02-10rebase: act on command line outside parsing loopMartin von Zweigbergk2-209/+217
2011-02-10rebase: improve detection of rebase in progressMartin von Zweigbergk1-39/+41
2011-02-10rebase: remove unused rebase state 'prev_head'Martin von Zweigbergk1-8/+0
2011-02-10rebase: read state outside loopMartin von Zweigbergk1-2/+2
2011-02-10rebase: refactor reading of stateMartin von Zweigbergk1-30/+23
2011-02-10rebase: clearer names for directory variablesMartin von Zweigbergk1-70/+71
2011-02-10fast-import: introduce "feature notes" commandJonathan Nieder3-0/+9
2011-02-10fast-import: clarify documentation of "feature" commandJonathan Nieder1-20/+17
2011-02-09Documentation/merge subtree How-To: fix typoUwe Kleine-König1-1/+1
2011-02-08pull: Document the "--[no-]recurse-submodules" optionsJens Lehmann2-2/+9
2011-02-08quote.h: simplify the inclusionJonathan Nieder1-2/+1
2011-02-08sha1_object_info: examine cached_object store tooNguyễn Thái Ngọc Duy1-0/+8
2011-02-08sha1_file.c: move find_cached_object up so sha1_object_info can use itNguyễn Thái Ngọc Duy1-35/+35
2011-02-08Add const to parse_{commit,tag}_buffer()Nguyễn Thái Ngọc Duy4-6/+6
2011-02-08diff: support --cached on unborn branchesNguyễn Thái Ngọc Duy5-2/+71
2011-02-07gitweb: Mention optional Perl modules in INSTALLJakub Narebski1-0/+6
2011-02-07post-receive-email: suppress error if description file missingSitaram Chamarty1-1/+1
2011-02-07t7407: fix line endings for mingw buildPat Thoyts1-0/+4
2011-02-07t4120-apply-popt: help systems with core.filemode=falseJohannes Sixt1-2/+7
2011-02-07t3509: use unconstrained initial test to setup repository.Pat Thoyts1-2/+4
2011-02-07start_command: flush buffers in the WIN32 code path as wellJohannes Sixt1-1/+1
2011-02-07bundle: Use OFS_DELTA in bundle filesShawn O. Pearce1-2/+3
2011-01-31t5526: Fix wrong argument order in "git config"Jens Lehmann1-1/+1
2011-01-31Git 1.7.4v1.7.4Junio C Hamano3-3/+11
2011-01-27fsck: do not give up too early in fsck_dir()Junio C Hamano1-6/+12
2011-01-27fsck: drop unused parameter from traverse_one_object()Junio C Hamano1-3/+10
2011-01-27Don't pass "--xhtml" to hightlight in gitweb.perl script.Adam Tkac1-1/+1
2011-01-27rebase -i: clarify in-editor documentation of "exec"Jonathan Nieder1-1/+1
2011-01-27tests: sanitize more git environment variablesJeff King1-0/+3
2011-01-27fast-import: treat filemodify with empty tree as deleteJonathan Nieder2-0/+48
2011-01-27rebase: give a better error message for bogus branchJeff King1-0/+1
2011-01-27rebase: use explicit "--" with checkoutJeff King2-2/+2
2011-01-24Git 1.7.4-rc3v1.7.4-rc3Junio C Hamano1-7/+1
2011-01-24t1510: fix typo in the comment of a testJonathan Nieder1-1/+1
2011-01-24Documentation updates for 'GIT_WORK_TREE without GIT_DIR' historical usecaseJunio C Hamano2-17/+21
2011-01-21Subject: setup: officially support --work-tree without --git-dirJonathan Nieder2-95/+134
2011-01-21Documentation: do not treat reset --keep as a special caseJonathan Nieder1-7/+2
2011-01-20Correctly report corrupted objectsBjörn Steinbrink1-1/+1
2011-01-19tests: compress the setup testsJonathan Nieder1-4401/+618