summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-08i18n: builtin/branch.c: mark option for translationLibravatar Vasco Almeida1-1/+1
2016-04-08i18n: index-pack: use plural string instead of normal oneLibravatar Vasco Almeida1-1/+3
2016-04-08configure: remove checking for HMAC_CTX_cleanupLibravatar Kazuki Yamaguchi3-13/+0
2016-04-08imap-send: avoid deprecated TLSv1_method()Libravatar Kazuki Yamaguchi1-5/+4
2016-04-08imap-send: check NULL return of SSL_CTX_new()Libravatar Kazuki Yamaguchi1-0/+4
2016-04-08imap-send: use HMAC() function provided by OpenSSLLibravatar Kazuki Yamaguchi2-10/+13
2016-04-08set_worktree_head_symref(): fix error messageLibravatar Kazuki Yamaguchi1-1/+2
2016-04-07commit: do not ignore an empty message given by -m ''Libravatar Jeff King2-6/+6
2016-04-07commit: --amend -m '' silently fails to wipe messageLibravatar Adam Dinwoodie1-0/+20
2016-04-07setup.c: do not feed NULL to "%.*s" even with precision 0Libravatar Junio C Hamano1-1/+1
2016-04-06send-email: do not load Data::DumperLibravatar Eric Wong1-1/+0
2016-04-06send-email: more meaningful Message-IDLibravatar Eric Wong1-2/+3
2016-04-05correct blame for files commited with CRLFLibravatar Torsten Bögershausen2-0/+15
2016-04-05api-trace.txt: fix typoLibravatar Elia Pinto1-1/+1
2016-04-05Makefile: fix misdirected redirectionsLibravatar Junio C Hamano1-2/+2
2016-04-04branch: fix shortening of non-remote symrefsLibravatar Jeff King2-7/+24
2016-04-04Windows: shorten code by re-using convert_slashes()Libravatar Johannes Sixt2-11/+3
2016-04-04git-format-patch.txt: don't show -s as shorthand for multiple optionsLibravatar Eric Sunshine1-1/+1
2016-04-04branch -m: update all per-worktree HEADsLibravatar Kazuki Yamaguchi4-3/+53
2016-04-04refs: add a new function set_worktree_head_symrefLibravatar Kazuki Yamaguchi2-0/+44
2016-04-03Git 2.8.1Libravatar Junio C Hamano4-3/+13
2016-04-03Merge branch 'mm/readme-markdown' into maintLibravatar Junio C Hamano1-1/+1
2016-04-03git.spec.in: use README.md, not READMELibravatar Matthieu Moy1-1/+1
2016-04-01ident: give "please tell me" message upon useConfigOnly errorLibravatar Marios Titas1-4/+8
2016-04-01ident: check for useConfigOnly before auto-detection of name/emailLibravatar Marios Titas1-6/+6
2016-04-01submodule--helper, module_clone: catch fprintf failureLibravatar Stefan Beller1-2/+2
2016-04-01submodule--helper: do not borrow absolute_path() result for too longLibravatar Junio C Hamano1-5/+4
2016-04-01submodule--helper, module_clone: always operate on absolute pathsLibravatar Stefan Beller2-15/+15
2016-04-01credential-cache, send_request: close fd when doneLibravatar Stefan Beller1-0/+1
2016-04-01bundle: don't leak an fd in case of early returnLibravatar Stefan Beller1-6/+17
2016-04-01abbrev_sha1_in_line: don't leak memoryLibravatar Stefan Beller1-3/+1
2016-04-01notes: don't leak memory in git_config_get_notes_strategyLibravatar Stefan Beller1-2/+3
2016-04-01builtin/apply: free patch when parse_chunk() failsLibravatar Christian Couder1-1/+3
2016-04-01builtin/apply: handle parse_binary() failureLibravatar Christian Couder1-0/+7
2016-03-31submodule--helper clone: create the submodule path just onceLibravatar Stefan Beller1-4/+0
2016-03-31submodule--helper: fix potential NULL-dereferenceLibravatar Stefan Beller1-4/+4
2016-03-31recursive submodules: test for relative pathsLibravatar Stefan Beller1-0/+41
2016-03-31git-send-pack: fix --all option when used with directoryLibravatar Stanislav Kolotinskiy2-1/+13
2016-03-30for-each-ref: fix description of '--contains' in manpageLibravatar SZEDER Gábor1-1/+1
2016-03-30diffcore: fix iteration order of identical files during rename detectionLibravatar SZEDER Gábor2-2/+15
2016-03-30t7407: make expectation as clear as possibleLibravatar Stefan Beller1-2/+6
2016-03-30submodule update: test recursive path reporting from subdirectoryLibravatar Stefan Beller1-0/+20
2016-03-30submodule update: align reporting path for custom command executionLibravatar Stefan Beller2-5/+28
2016-03-30submodule status: correct path handling in recursive submodulesLibravatar Stefan Beller2-0/+22
2016-03-30submodule update --init: correct path handling in recursive submodulesLibravatar Stefan Beller2-1/+34
2016-03-30submodule foreach: correct path display in recursive submodulesLibravatar Stefan Beller2-3/+23
2016-03-30MSVC: use shipped headers instead of fallback definitionsLibravatar Sven Strickroth2-1/+5
2016-03-30MSVC: vsnprintf in Visual Studio 2015 doesn't need SNPRINTF_SIZE_CORR any moreLibravatar Sven Strickroth1-1/+1
2016-03-29Documentation: git diff --check detects conflict markersLibravatar Ori Avtalion1-2/+2
2016-03-29branch -d: refuse deleting a branch which is currently checked outLibravatar Kazuki Yamaguchi2-8/+20