summaryrefslogtreecommitdiffstats
path: root/object.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-10l10n: es.po: Spanish update for v2.18.0 round 2Christopher Diaz Riveros1-422/+994
2018-06-08l10n: sv.po: Update Swedish translation (3608t0f0u)Peter Krefting1-428/+981
2018-06-08l10n: sv.po: Update Swedish translation (3470t0f0u)Peter Krefting1-2296/+2852
2018-06-08l10n: git.pot: v2.18.0 round 2 (144 new, 6 removed)Jiang Xin1-409/+962
2018-06-04Git 2.18-rc1v2.18.0-rc1Junio C Hamano2-1/+13
2018-06-04remote: doc typofixDuy Nguyen1-1/+1
2018-06-04update-ref --stdin: use skip_prefix()SZEDER Gábor1-12/+13
2018-06-04sha1-file.c: correct $GITDIR to $GIT_DIR in a commentRobert P. J. Day1-1/+1
2018-06-04sequencer.c: plug leaks in do_pick_commitStefan Beller1-1/+2
2018-06-04t9104: kosherly remove remote refsChristian Couder1-1/+3
2018-06-04t3430: test clean-upbrian m. carlson1-3/+2
2018-06-04upload-pack: reject shallow requests that would return nothingNguyễn Thái Ngọc Duy2-0/+14
2018-06-03l10n: fr.po v2.18 round 1Jean-Noël Avila1-2317/+2889
2018-06-03l10n: vi(3470t): Updated Vietnamese translation for v2.18.0Tran Ngoc Quan1-2298/+2863
2018-06-02l10n: es.po: Spanish update for v2.18.0 round 1Christopher Diaz Riveros1-2360/+2918
2018-06-01A bit more topics before -rc1Junio C Hamano1-0/+22
2018-06-01fetch: do not pass ref-prefixes for fetch by exact SHA1Jonathan Nieder3-0/+25
2018-06-01submodule--helper: plug mem leak in print_default_remoteStefan Beller1-1/+2
2018-06-01index-pack: handle --strict checks of non-repo packsJeff King2-2/+16
2018-06-01prepare_commit_graft: treat non-repository as a noopJeff King2-0/+9
2018-06-01refspec-api: avoid uninitialized field in refspec itemJunio C Hamano1-0/+2
2018-06-01refs/packed-backend.c: close fd of empty fileStefan Beller1-0/+1
2018-06-01p4.txt: Use backquotes for variable namesRobert P. J. Day1-5/+5
2018-06-01remote.txt: update documentation for 'update' commandDuy Nguyen1-2/+2
2018-06-01completion: complete remote names tooŁukasz Stelmach1-1/+1
2018-06-01RelNotes: remove duplicate release noteElijah Newren1-11/+3
2018-06-01rebase: remove -p code from git-rebase--interactive.shAlban Gruin1-794/+8
2018-06-01rebase: use the new git-rebase--preserve-merges.shAlban Gruin1-7/+25
2018-06-01rebase: strip unused code in git-rebase--preserve-merges.shAlban Gruin1-61/+4
2018-06-01rebase: introduce a dedicated backend for --preserve-mergesAlban Gruin3-0/+1072
2018-06-01note git-security@googlegroups.com in more placesThomas Gummerer2-0/+16
2018-06-01SubmittingPatches: replace numbered attributes with namesThomas Gummerer1-4/+4
2018-05-31l10n: git.pot: v2.18.0 round 1 (108 new, 14 removed)Jiang Xin1-2259/+2739
2018-05-30Git 2.18-rc0v2.18.0-rc0Junio C Hamano2-1/+37
2018-05-30The seventh batch for 2.18Junio C Hamano1-0/+80
2018-05-30init: fix grammar in "templates not found" msgRobert P. J. Day1-1/+1
2018-05-30sequencer: ensure labels that are object IDs are rewrittenbrian m. carlson2-1/+18
2018-05-30t990X: use '.git/objects' as 'deep inside .git' pathChristian Couder2-2/+2
2018-05-29completion: complete general config vars in two stepsNguyễn Thái Ngọc Duy1-2/+7
2018-05-29log-tree: allow to customize 'grafted' colorNguyễn Thái Ngọc Duy2-1/+3
2018-05-29completion: support case-insensitive config varsNguyễn Thái Ngọc Duy1-1/+9
2018-05-29completion: keep other config var completion in camelCaseNguyễn Thái Ngọc Duy1-6/+6
2018-05-29completion: drop the hard coded list of config varsNguyễn Thái Ngọc Duy4-331/+49
2018-05-29am: move advice.amWorkDir parsing back to advice.cNguyễn Thái Ngọc Duy4-6/+5
2018-05-29advice: keep config name in camelCase in advice_config[]Nguyễn Thái Ngọc Duy1-21/+21
2018-05-29fsck: produce camelCase config key namesNguyễn Thái Ngọc Duy1-4/+18
2018-05-29help: add --config to list all available configNguyễn Thái Ngọc Duy13-1/+172
2018-05-29fsck: factor out msg_id_info[] lazy initialization codeNguyễn Thái Ngọc Duy1-16/+24
2018-05-29grep: keep all colors in an arrayNguyễn Thái Ngọc Duy2-65/+62
2018-05-29Add and use generic name->id mapping code for color slot parsingNguyễn Thái Ngọc Duy7-112/+82