summaryrefslogtreecommitdiffstats
path: root/kwset.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-06-25Git 2.4.5v2.4.5Junio C Hamano4-3/+32
2015-06-25Fix definition of ARRAY_SIZE for non-gcc buildsCharles Bailey1-5/+3
2015-06-16Git 2.4.4v2.4.4Junio C Hamano4-3/+39
2015-06-15Revert "stash: require a clean index to apply"Jeff King2-9/+0
2015-06-12l10n: de.po: translation fix for fall-back to 3way mergeMichael J Gruber1-1/+1
2015-06-12l10n: de.po: punctuation fixesMichael J Gruber1-2/+2
2015-06-12l10n: de.po: grammar fixMichael J Gruber1-1/+1
2015-06-12l10n: de.po: change error message from "sagen" to "Meinten Sie"Phillip Sz1-1/+1
2015-06-05Git 2.4.3v2.4.3Junio C Hamano4-3/+80
2015-06-02Documentation/technical/pack-protocol: mention http as possible protocolStefan Beller1-3/+3
2015-06-01suppress errors on missing UNINTERESTING linksJeff King1-1/+1
2015-06-01silence broken link warnings with revs->ignore_missing_linksJeff King3-2/+17
2015-06-01add quieter versions of parse_{tree,commit}Jeff King4-6/+16
2015-05-29glossary: add "remote", "submodule", "superproject"Stefan Beller1-0/+16
2015-05-29setup_git_directory: delay core.bare/core.worktree errorsJeff King2-10/+26
2015-05-29Makefile: silence perl/PM.stamp recipeJeff King1-1/+1
2015-05-29Makefile: avoid timestamp updates to GIT-BUILD-OPTIONSJeff King1-21/+22
2015-05-29Makefile: drop dependency between git-instaweb and gitwebJeff King1-1/+1
2015-05-29submodule doc: reorder introductory paragraphsStefan Beller1-28/+22
2015-05-28Documentation: include 'merge.branchdesc' for merge and config as wellSZEDER Gábor3-16/+12
2015-05-28xmmap(): drop "Out of memory?"Junio C Hamano1-1/+1
2015-05-28config.c: rewrite ENODEV into EISDIR when mmap failsJeff King1-0/+2
2015-05-28config.c: avoid xmmap error messagesJeff King3-6/+21
2015-05-28config.c: fix mmap leak when writing configJeff King1-4/+5
2015-05-28read-cache.c: drop PROT_WRITE from mmap of indexJeff King1-1/+1
2015-05-27diff.h: rename DIFF_PLAIN color slot to DIFF_CONTEXTJeff King4-20/+20
2015-05-27diff: accept color.diff.context as a synonym for "plain"Jeff King2-2/+3
2015-05-27clone: reorder --dissociate and --reference optionsJeff King1-2/+2
2015-05-27clone: use OPT_STRING_LIST for --referenceJeff King1-11/+2
2015-05-26Git 2.4.2v2.4.2Junio C Hamano4-3/+49
2015-05-26http-backend: spool ref negotiation requests to bufferJeff King3-11/+105
2015-05-22test_bitmap_walk: free bitmap with bitmap_freeJeff King1-1/+1
2015-05-22doc: fix inconsistent spelling of "packfile"Patrick Steinhardt2-3/+3
2015-05-22t5407: use <<- to align the expected outputJunio C Hamano1-40/+40
2015-05-22rebase -i: fix post-rewrite hook with failed exec commandMatthieu Moy2-6/+6
2015-05-22rebase -i: demonstrate incorrect behavior of post-rewriteMatthieu Moy1-0/+17
2015-05-21Documentation/log: clarify sha1 non-abbreviation in log --rawMatthieu Moy1-1/+4
2015-05-20dir: remove unused variable sbRené Scharfe1-2/+0
2015-05-20clean: remove unused variable bufRené Scharfe1-2/+0
2015-05-20use file_exists() to check if a file exists in the worktreeRené Scharfe5-22/+9
2015-05-20stash: recognize "--help" for subcommandsJeff King1-0/+11
2015-05-20stash: complain about unknown flagsJeff King2-1/+9
2015-05-20t5551: factor out tag creationJeff King1-13/+21
2015-05-20Documentation/git-commit: grammofixMichael Coleman1-1/+1
2015-05-19pack-bitmaps: plug memory leak, fix allocation size for recent_bitmapsRené Scharfe1-5/+3
2015-05-19clone: call transport_set_verbosity before anything else on the newly created...Mike Hommey1-2/+2
2015-05-19subdirectory tests: code cleanup, uncomment testStefan Beller1-4/+7
2015-05-18clean: only lstat files in pathspecDavid Turner1-3/+3
2015-05-18Documentation/log: clarify what --raw meansMatthieu Moy1-1/+10
2015-05-18pull: parse pull.ff as a bool or stringPaul Tan1-1/+1