summaryrefslogtreecommitdiffstats
path: root/help.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-14Git 2.3.3v2.3.3Junio C Hamano4-3/+43
2015-03-10config,completion: add color.status.unmergedMichael J Gruber2-2/+5
2015-03-10Post 2.3 cycle (batch #9)Junio C Hamano1-0/+7
2015-03-10config.txt: update versioncmp.prereleaseSuffixNguyễn Thái Ngọc Duy1-2/+7
2015-03-07git: treat "git -C '<path>'" as a no-op when <path> is emptyKarthik Nayak2-4/+16
2015-03-07Post 2.3 cycle (batch #8)Junio C Hamano1-1/+25
2015-03-06Git 2.3.2v2.3.2Junio C Hamano3-2/+14
2015-03-06completion: simplify __git_remotes()SZEDER Gábor1-5/+2
2015-03-06completion: add a test for __git_remotes() helper functionSZEDER Gábor1-0/+19
2015-03-06rebase-interactive: re-word "item count" commentEric Sunshine1-1/+1
2015-03-06rebase-interactive: suppress whitespace preceding item countEric Sunshine2-0/+10
2015-03-06git: make was_alias and done_help non-staticAlexander Kuleshov1-3/+2
2015-03-06branch: name detached HEAD analogous to statusMichael J Gruber2-4/+48
2015-03-06wt-status: refactor detached HEAD analysisMichael J Gruber2-3/+4
2015-03-06sequencer: preserve commit messagesMichael J Gruber2-0/+33
2015-03-06commit/status: show the index-worktree diff with -v -vMichael J Gruber3-0/+35
2015-03-06t7508: test git status -vMichael J Gruber1-2/+12
2015-03-06t7508: .gitignore 'expect' and 'output' filesJunio C Hamano1-65/+13
2015-03-06zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}René Scharfe10-13/+2
2015-03-06archive-zip: mark text files in archivesRené Scharfe2-2/+70
2015-03-05Prepare for 2.3.2Junio C Hamano2-1/+69
2015-03-05Post 2.3 cycle (batch #7)Junio C Hamano1-0/+20
2015-03-05reflog_expire(): never update a reference to null_sha1Michael Haggerty1-2/+5
2015-03-05reflog_expire(): ignore --updateref for symbolic referencesMichael Haggerty2-4/+14
2015-03-05reflog: improve and update documentationMichael Haggerty2-64/+88
2015-03-05struct ref_lock: delete the force_write memberStefan Beller1-5/+9
2015-03-05lock_ref_sha1_basic(): do not set force_write for missing referencesMichael Haggerty1-9/+6
2015-03-05write_ref_sha1(): move write elision test to callersMichael Haggerty1-9/+9
2015-03-05write_ref_sha1(): remove check for lock == NULLMichael Haggerty1-4/+0
2015-03-03Post 2.3 cycle (batch #6)Junio C Hamano1-0/+24
2015-03-03t5516: correct misspelled pushInsteadOfAnders Kaseorg1-1/+1
2015-03-02submodule: improve documentation of update subcommandMichal Sojka3-37/+64
2015-03-02git-remote.txt: describe behavior without --tags and --no-tagsMichael J Gruber1-0/+3
2015-03-02kwset: use unsigned char to store values with high-bit setBen Walton4-7/+7
2015-03-02Add hint interactive cleaningJean-Noel Avila1-1/+2
2015-03-02diff --shortstat --dirstat: remove duplicate outputMårten Kongstad2-1/+15
2015-02-27diffcore-rename: avoid processing duplicate destinationsJeff King2-2/+85
2015-02-27diffcore-rename: split locate_rename_dst into two functionsJeff King1-12/+26
2015-02-27versionsort: support reorder prerelease suffixesNguyễn Thái Ngọc Duy3-0/+85
2015-02-27grep: correct help string for --exclude-standardNguyễn Thái Ngọc Duy1-1/+1
2015-02-26gettext.c: move get_preferred_languages() from http.cJeff King3-25/+28
2015-02-26Git::SVN::*: avoid premature FileHandle closureKyle J. McKay2-0/+11
2015-02-26git-svn: fix localtime=true on non-glibc environmentsRyuichi Kokubo1-1/+2
2015-02-26Documentation/git-clean.txt: document that -f may need to be given twiceMikko Rapeli1-2/+6
2015-02-26git-svn: lazy load some modulesEric Wong5-20/+26
2015-02-26Post 2.3 cyle (batch #5)Junio C Hamano1-0/+53
2015-02-25Git 2.3.1v2.3.1Junio C Hamano4-3/+56
2015-02-23test_ln_s_add: refresh stat info of fake symbolic linksJohannes Sixt1-1/+3
2015-02-23git-compat-util.h: remove redundant codeRamsay Jones1-6/+0
2015-02-22Post 2.3 cycle (batch #4)Junio C Hamano1-0/+28