summaryrefslogtreecommitdiffstats
path: root/t/t4200-rerere.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2013-03-27merge-tree: fix typo in merge-tree.c::unresolvedJohn Keeping1-1/+1
2013-03-27git-commit doc: describe use of multiple `-m` optionsChristian Helmuth1-0/+2
2013-03-27git-pull doc: fix grammo ("conflicts" is plural)Mihai Capotă1-1/+1
2013-03-26Correct the docs about GIT_SSH.Dan Bornstein1-3/+6
2013-03-17t1507: Test that branchname@{upstream} is interpreted as branchKacper Kornet1-0/+4
2013-03-17rev-parse: clarify documentation of $name@{upstream} syntaxKacper Kornet1-4/+4
2013-03-17sha1_name: pass object name length to diagnose_invalid_sha1_path()René Scharfe1-18/+14
2013-03-17Makefile: keep LIB_H entries together and sortedRené Scharfe1-16/+13
2013-03-11git.c: make usage match manual pageKevin Bracey1-2/+2
2013-03-10Translate git_more_info_string consistentlyKevin Bracey1-1/+1
2013-03-09perf: update documentation of GIT_PERF_REPEAT_COUNTAntoine Pelisse1-1/+1
2013-03-08bundle: Add colons to list headings in "verify"Lukas Fleischer1-4/+4
2013-03-07bundle: Fix "verify" output if history is completeLukas Fleischer1-1/+1
2013-03-07gitweb/README: remove reference to git.kernel.orgFredrik Gustafsson1-3/+0
2013-03-01Git 1.8.1.5v1.8.1.5Junio C Hamano3-2/+9
2013-03-01Make !pattern in .gitattributes non-fatalThomas Rast2-4/+7
2013-03-01Documentation/githooks: Fix linkgitAndrew Wong1-1/+1
2013-02-27Update draft release notes to 1.8.1.5Junio C Hamano1-1/+5
2013-02-27Documentation/submodule: Add --force to update synopsisBrad King1-1/+1
2013-02-26Documentation: filter-branch env-filter exampleTadeusz Andrzej Kadłubowski1-0/+20
2013-02-26git-filter-branch.txt: clarify ident variables usageTadeusz Andrzej Kadłubowski1-2/+5
2013-02-25git-compat-util.h: Provide missing netdb.h definitionsDavid Michael2-4/+11
2013-02-25Prepare for 1.8.1.5Junio C Hamano2-1/+38
2013-02-25Documentation: "advice" is uncountableGreg Price2-2/+2
2013-02-25describe: Document --match pattern formatGreg Price1-2/+3
2013-02-24Documentation/githooks: Explain pre-rebase parametersW. Trevor King1-3/+5
2013-02-23update-index: list supported idx versions and their featuresNguyễn Thái Ngọc Duy1-1/+9
2013-02-23diff-options: unconfuse description of --colorJunio C Hamano1-2/+2
2013-02-22read-cache.c: use INDEX_FORMAT_{LB,UB} in verify_hdr()Nguyễn Thái Ngọc Duy1-1/+1
2013-02-22index-format.txt: mention of v4 is missing in some placesNguyễn Thái Ngọc Duy1-3/+3
2013-02-22Provide a mechanism to turn off symlink resolution in ceiling pathsMichael Haggerty3-16/+52
2013-02-21Makefile: avoid infinite loop on configure.ac changeJeff King1-6/+8
2013-02-20Git 1.8.1.4v1.8.1.4Junio C Hamano4-3/+15
2013-02-20imap-send: support subjectAltName as wellOswald Buddenhagen1-0/+19
2013-02-20imap-send: the subject of SSL certificate must match the hostOswald Buddenhagen1-0/+39
2013-02-19user-manual: Flesh out uncommitted changes and submodule updatesW. Trevor King1-1/+3
2013-02-19user-manual: Use request-pull to generate "please pull" textW. Trevor King1-9/+5
2013-02-19user-manual: Reorganize the reroll sections, adding 'git rebase -i'W. Trevor King1-46/+69
2013-02-19imap-send: move #ifdef aroundJunio C Hamano1-2/+7
2013-02-18user-manual: typofix (ofthe->of the)Junio C Hamano1-1/+1
2013-02-18user-manual: use -o latest.tar.gz to create a gzipped tarballW. Trevor King1-3/+12
2013-02-18user-manual: use 'git config --global user.*' for setupW. Trevor King1-5/+13
2013-02-18user-manual: mention 'git remote add' for remote branch configW. Trevor King1-27/+13
2013-02-18user-manual: give 'git push -f' as an alternative to +masterW. Trevor King1-0/+7
2013-02-18user-manual: use 'remote add' to setup push URLsW. Trevor King1-5/+10
2013-02-15git.txt: update description of the configuration mechanismMatthieu Moy1-6/+5
2013-02-14user-manual: Update for receive.denyCurrentBranch=refuseW. Trevor King1-3/+4
2013-02-12Replace filepattern with pathspec for consistencyMatthieu Moy3-8/+8
2013-02-12parse-options: report uncorrupted multi-byte optionsErik Faye-Lund1-1/+4
2013-02-11Add utf8_fprintf helper that returns correct number of columnsJiang Xin3-2/+25