summaryrefslogtreecommitdiffstats
path: root/GIT-VERSION-GEN (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-21trailer: ignore first line of messageChristian Couder2-2/+16
2015-08-21Documentation/config: fix inconsistent label on gc.*.reflogExpireUnreachableAndreas Schwab1-1/+1
2015-08-21log: show merge commit when --cc is givenJunio C Hamano1-0/+4
2015-08-21log: when --cc is given, default to -p unless told otherwiseJunio C Hamano1-0/+4
2015-08-20log: rename "tweak" helpersJunio C Hamano1-5/+6
2015-08-20get_urlmatch: avoid useless strbuf writeJeff King1-4/+1
2015-08-20format_config: simplify buffer handlingJeff King1-22/+16
2015-08-20format_config: don't init strbufJeff King1-2/+1
2015-08-20config: restructure format_config() for better control flowSZEDER Gábor1-41/+37
2015-08-20t3020: fix typo in test descriptionSZEDER Gábor1-1/+1
2015-08-20ps_matched: xcalloc() takes nmemb and then element sizeJunio C Hamano2-2/+2
2015-08-19Fourth batch for 2.6Junio C Hamano1-1/+34
2015-08-19Start preparing for 2.5.1Junio C Hamano2-1/+50
2015-08-19push: add a config option push.gpgSign for default signed pushesDave Borowitz3-15/+70
2015-08-19push: support signing pushes iff the server supports itDave Borowitz10-49/+128
2015-08-19builtin/send-pack.c: use parse_options APIDave Borowitz1-104/+59
2015-08-19config.c: rename git_config_maybe_bool_text and export it as git_parse_maybe_...Dave Borowitz2-3/+4
2015-08-19transport: remove git_transport_options.push_certDave Borowitz2-4/+0
2015-08-19gitremote-helpers.txt: document pushcert optionDave Borowitz1-0/+3
2015-08-19Documentation/git-send-pack.txt: document --signedDave Borowitz1-1/+9
2015-08-19Documentation/git-send-pack.txt: wrap long synopsis lineDave Borowitz1-1/+3
2015-08-19Documentation/git-push.txt: document when --signed may failDave Borowitz1-1/+3
2015-08-19submodule: allow erroneous values for the fetchRecurseSubmodules optionHeiko Voigt6-17/+66
2015-08-19submodule: use new config API for worktree configurationsHeiko Voigt9-138/+104
2015-08-19submodule: extract functions for config set and lookupHeiko Voigt1-45/+97
2015-08-19submodule: implement a config API for lookup of .gitmodules valuesHeiko Voigt9-0/+671
2015-08-19am --skip/--abort: merge HEAD/ORIG_HEAD tree into indexPaul Tan2-13/+60
2015-08-19untracked cache: fix entry invalidationNguyễn Thái Ngọc Duy2-13/+83
2015-08-19untracked-cache: fix subdirectory handlingDavid Turner2-7/+79
2015-08-19t7063: use --force-untracked-cache to speed up a bitNguyễn Thái Ngọc Duy1-1/+1
2015-08-18notes: teach git-notes about notes.<name>.mergeStrategy optionJacob Keller4-1/+64
2015-08-18notes: add notes.mergeStrategy option to select default strategyJacob Keller4-3/+76
2015-08-18notes: add tests for --commit/--abort/--strategy exclusivityJacob Keller1-0/+12
2015-08-18notes: extract parse_notes_merge_strategy to notes-utilsJacob Keller3-11/+20
2015-08-18notes: extract enum notes_merge_strategy to notes-utils.hJacob Keller2-7/+11
2015-08-18notes: document cat_sort_uniq rewriteModeJacob Keller2-4/+5
2015-08-18Third batch for 2.6Junio C Hamano1-0/+11
2015-08-17send-email: provide whitelist of SMTP AUTH mechanismsJan Viktorin2-1/+38
2015-08-17po/README: Update directions for l10n contributorsPhilip Oakley1-0/+19
2015-08-17http: add support for specifying the SSL versionElia Pinto3-1/+56
2015-08-14config: close config file handle in case of errorSven Strickroth1-1/+4
2015-08-12credential-cache--daemon: use tempfile moduleMichael Haggerty1-20/+6
2015-08-12credential-cache--daemon: delete socket from main()Michael Haggerty1-1/+2
2015-08-12gc: use tempfile module to handle gc.pid fileMichael Haggerty1-20/+5
2015-08-12lock_repo_for_gc(): compute the path to "gc.pid" only onceMichael Haggerty1-3/+6
2015-08-12diff: use tempfile moduleMichael Haggerty1-23/+23
2015-08-12Second batch for 2.6Junio C Hamano1-0/+25
2015-08-12git_open_noatime: return with errno=0 on successClemens Buchacher1-1/+4
2015-08-12am: let --signoff override --no-signoffPaul Tan2-3/+45
2015-08-12am: let command-line options override saved optionsPaul Tan2-4/+94