summaryrefslogtreecommitdiffstats
path: root/sigchain.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-14t1309: test read_early_config()Johannes Schindelin2-0/+65
2017-03-14read_early_config(): really discover .git/Johannes Schindelin2-23/+16
2017-03-14read_early_config(): avoid .git/config hack when unneededJohannes Schindelin1-2/+3
2017-03-14setup: make read_early_config() reusableJohannes Schindelin3-31/+32
2017-03-14setup: introduce the discover_git_directory() functionJohannes Schindelin2-0/+50
2017-03-14setup_git_directory_1(): avoid changing global stateJohannes Schindelin1-75/+118
2017-03-14setup: prepare setup_discovered_git_dir() for the root directoryJohannes Schindelin1-2/+4
2017-03-08setup_git_directory(): use is_dir_sep() helperJohannes Schindelin1-1/+3
2017-03-03t7006: replace dubious testJohannes Schindelin1-1/+11
2017-02-24Git 2.12v2.12.0Junio C Hamano3-1/+12
2017-02-24docs/git-gc: fix default value for `--aggressiveDepth`Patrick Steinhardt1-1/+1
2017-02-24l10n: zh_CN: for git v2.12.0 l10n round 2Jiang Xin1-1446/+2761
2017-02-24l10n: Update Catalan translationJordi Mas1-280/+340
2017-02-23l10n: pt_PT: update Portuguese tranlationVasco Almeida1-1634/+2928
2017-02-22git add -i: replace \t with blanks in the help messageRalf Thielow1-1/+1
2017-02-22Documentation: use brackets for optional argumentsbrian m. carlson1-2/+2
2017-02-22Documentation: correctly spell git worktree --detachbrian m. carlson1-1/+1
2017-02-21git-check-ref-format: clarify documentation for --normalizeDamien Regad1-3/+3
2017-02-20l10n: sv.po: Update Swedish translation (3139t0f0u)Peter Krefting1-168/+176
2017-02-20l10n: de.po: translate 241 messagesRalf Thielow1-1472/+2859
2017-02-19l10n: ko.po: Update Korean translationChangwoo Ryu1-178/+200
2017-02-18l10n: vi.po (3139t): Updated 2 new messages for rc1Tran Ngoc Quan1-169/+177
2017-02-18init: document dotfiles exclusion on template copyGrégoire Paris1-2/+2
2017-02-18l10n: fr.po: v2.12.0 round 2 3139tJean-Noel Avila1-192/+234
2017-02-17Git 2.12-rc2v2.12.0-rc2Junio C Hamano1-1/+1
2017-02-17l10n: git.pot: v2.12.0 round 2 (2 new)Jiang Xin1-167/+175
2017-02-17l10n: vi.po: Updated Vietnamese translation (3137t)Tran Ngoc Quan1-1338/+2669
2017-02-16Hopefully the final batch of mini-topics before the finalJunio C Hamano1-0/+18
2017-02-16tempfile: avoid "ferror | fclose" trickJeff King1-6/+2
2017-02-16config.txt: fix formatting of submodule.alternateErrorStrategy sectionDavid Pursehouse1-1/+1
2017-02-16reset: add an example of how to split a commit into twoJacob Keller1-0/+48
2017-02-16Revert "reset: add an example of how to split a commit into two"Junio C Hamano1-38/+0
2017-02-16l10n: update Catalan translationJordi Mas1-1366/+2621
2017-02-15A bit more for -rc2Junio C Hamano1-0/+15
2017-02-14mingw: make stderr unbuffered againJohannes Schindelin1-0/+4
2017-02-13rm: reuse strbuf for all remove_dir_recursively() calls, againRené Scharfe1-3/+3
2017-02-13Documentation/stash: remove mention of git reset --hardThomas Gummerer1-2/+3
2017-02-13docs/git-submodule: fix unbalanced quoteJeff King1-3/+6
2017-02-13docs/gitremote-helpers: fix unbalanced quotesJeff King1-3/+3
2017-02-13ls-files: move only kept cache entries in prune_cache()René Scharfe1-5/+4
2017-02-13ls-files: pass prefix length explicitly to prune_cache()René Scharfe1-5/+7
2017-02-11cocci: detect useless free(3) callsRené Scharfe1-0/+6
2017-02-11l10n: sv.po: Update Swedish translation (3137t0f0u)Peter Krefting1-1337/+2670
2017-02-11l10n: fr.po: v2.11-rc0 first roundJean-Noel Avila1-1337/+2648
2017-02-11l10n: ko.po: Update Korean translationChangwoo Ryu1-1320/+2617
2017-02-10git-p4: fix git-p4.pathEncoding for removed filesLars Schneider2-10/+30
2017-02-10Git 2.12-rc1v2.12.0-rc1Junio C Hamano2-1/+16
2017-02-10Documentation: unify bottom "part of git suite" linesStefan Beller8-8/+8
2017-02-09push options: pass push options to the transport helperStefan Beller3-0/+26
2017-02-08diff: print line prefix for --name-only outputJeff King2-0/+49