aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/commit.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-15read-cache.c: mark a private file-scope symbol as staticJunio C Hamano2-2/+1
2012-09-15strbuf.c: mark a private file-scope symbol as staticJunio C Hamano2-15/+2
2012-09-15sha1-array.c: mark a private file-scope symbol as staticJunio C Hamano3-5/+1
2012-09-15symlinks.c: mark private file-scope symbols as staticJunio C Hamano2-4/+5
2012-09-15notes.c: mark a private file-scope symbol as staticJunio C Hamano2-16/+12
2012-09-15rerere.c: mark private file-scope symbols as staticJunio C Hamano2-2/+1
2012-09-15graph.c: mark private file-scope symbols as staticJunio C Hamano2-29/+30
2012-09-15diff.c: mark a private file-scope symbol as staticJunio C Hamano2-2/+1
2012-09-15commit.c: mark a file-scope private symbol as staticJunio C Hamano2-3/+5
2012-09-15builtin/notes.c: mark file-scope private symbols as staticJunio C Hamano2-4/+5
2012-09-14Draft release notes to 1.8.0Junio C Hamano1-0/+7
2012-09-14Draft release notes to 1.7.12.1Junio C Hamano1-47/+69
2012-09-14Git 1.7.11.7v1.7.11.7Junio C Hamano4-3/+50
2012-09-15l10n: zh.CN.po: msgmerge git.pot (1142t195f630u)Jiang Xin1-451/+3954
2012-09-15l10n: Update git.pot (825 new, 24 removed messages)Jiang Xin1-426/+3724
2012-09-14Add MALLOC_CHECK_ and MALLOC_PERTURB_ libc env to the test suite for detectin...Elia Pinto1-0/+9
2012-09-14fetch: align per-ref summary report in UTF-8 localesNguyễn Thái Ngọc Duy4-10/+26
2012-09-14The sixth batch for 1.8.0Junio C Hamano1-0/+13
2012-09-14log: document use of multiple commit limiting optionsJunio C Hamano1-5/+18
2012-09-14log --grep/--author: honor --all-match honored for multiple --grep patternsJunio C Hamano1-0/+19
2012-09-14grep: show --debug output only onceMichael J Gruber1-0/+1
2012-09-14grep: teach --debug option to dump the parse treeJunio C Hamano4-2/+96
2012-09-14cherry-pick: don't forget -s on failureMiklos Vajna6-65/+144
2012-09-14Revert diffstat back to EnglishNguyễn Thái Ngọc Duy1-6/+4
2012-09-13attr: failure to open a .gitattributes file is OK with ENOTDIRJunio C Hamano1-1/+1
2012-09-13Documentation: describe subject more preciselyJeremy White7-22/+31
2012-09-13l10n: Update Swedish translation (1166t0f0u)Peter Krefting1-342/+373
2012-09-12Start merging the sixth batch for 1.8.0Junio C Hamano1-33/+18
2012-09-12Further merging in preparation for 1.7.12.1Junio C Hamano1-0/+26
2012-09-12fetch-pack: eliminate spurious error messagesMichael Haggerty2-7/+7
2012-09-12cmd_fetch_pack(): simplify computation of return valueMichael Haggerty1-11/+10
2012-09-12fetch-pack: report missing refs even if no existing refs were receivedMichael Haggerty2-2/+2
2012-09-12cmd_fetch_pack(): return early if finish_connect() failsMichael Haggerty1-3/+3
2012-09-12filter_refs(): simplify logicMichael Haggerty1-19/+18
2012-09-12filter_refs(): build refs list as we goMichael Haggerty1-27/+4
2012-09-12filter_refs(): delete matched refs from sought listMichael Haggerty3-15/+25
2012-09-12fetch_pack(): update sought->nr to reflect number of unique entriesMichael Haggerty2-15/+2
2012-09-12filter_refs(): do not check the same sought_pos twiceMichael Haggerty1-1/+1
2012-09-12Change fetch_pack() and friends to take string_list argumentsMichael Haggerty3-60/+51
2012-09-12fetch_pack(): reindent function decl and defnMichael Haggerty2-10/+10
2012-09-12Rename static function fetch_pack() to http_fetch_pack()Michael Haggerty1-2/+2
2012-09-12t5500: add tests of fetch-pack --all --depth=N $URL $REFMichael Haggerty1-0/+15
2012-09-12t5500: add tests of error output for missing refsMichael Haggerty1-0/+30
2012-09-12api-string-list.txt: initialize the string_list the easy wayMichael Haggerty1-2/+1
2012-09-12string_list: add a function string_list_longest_prefix()Michael Haggerty5-0/+86
2012-09-12string_list: add a new function, string_list_remove_duplicates()Michael Haggerty5-0/+60
2012-09-12string_list: add a new function, filter_string_list()Michael Haggerty5-0/+96
2012-09-12string_list: add two new functions for splitting stringsMichael Haggerty7-1/+213
2012-09-12string_list: add function string_list_append_nodup()Michael Haggerty3-8/+47
2012-09-12ll-merge: warn about inability to merge binary files only when we can'tJunio C Hamano1-3/+4