summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* blame: fix memory corruption scrambling revision name in error messagejs/blame-libSZEDER Gábor2017-07-241-2/+4
* blame: move entry prepend to libgitJeff Smith2017-05-253-14/+18
* blame: move scoreboard setup to libgitJeff Smith2017-05-253-284/+281
* blame: move scoreboard-related methods to libgitJeff Smith2017-05-253-1318/+1324
* blame: move fake-commit-related methods to libgitJeff Smith2017-05-253-199/+205
* blame: move origin-related methods to libgitJeff Smith2017-05-254-72/+78
* blame: move core structures to headerJeff Smith2017-05-252-133/+144
* blame: create entry prepend functionJeff Smith2017-05-251-10/+15
* blame: create scoreboard setup functionJeff Smith2017-05-251-89/+101
* blame: create scoreboard init functionJeff Smith2017-05-251-3/+8
* blame: rework methods that determine 'final' commitJeff Smith2017-05-251-26/+23
* blame: wrap blame_sort and compare_blame_finalJeff Smith2017-05-251-8/+9
* blame: move progress updates to a scoreboard callbackJeff Smith2017-05-251-10/+17
* blame: make sanity_check use a callback in scoreboardJeff Smith2017-05-241-8/+19
* blame: move no_whole_file_rename flag to scoreboardJeff Smith2017-05-241-1/+3
* blame: move xdl_opts flags to scoreboardJeff Smith2017-05-241-3/+5
* blame: move show_root flag to scoreboardJeff Smith2017-05-241-1/+4
* blame: move reverse flag to scoreboardJeff Smith2017-05-241-9/+14
* blame: move contents_from to scoreboardJeff Smith2017-05-241-0/+4
* blame: move copy/move thresholds to scoreboardJeff Smith2017-05-241-18/+23
* blame: move stat counters to scoreboardJeff Smith2017-05-241-17/+17
* blame: rename nth_line functionJeff Smith2017-05-241-8/+8
* blame: rename ent_score functionJeff Smith2017-05-241-7/+7
* blame: rename coalesce functionJeff Smith2017-05-241-2/+2
* blame: rename origin-related functionsJeff Smith2017-05-241-29/+29
* blame: rename scoreboard structure to blame_scoreboardJeff Smith2017-05-241-29/+29
* blame: rename origin structure to blame_originJeff Smith2017-05-241-57/+57
* blame: remove unused parametersJeff Smith2017-05-241-15/+10
* blame: move textconv_object with related functionsJeff Smith2017-05-245-30/+31
* blame: remove unneeded dependency on blob.hJeff Smith2017-05-241-1/+0
* Merge branch 'js/larger-timestamps'Junio C Hamano2017-05-1655-220/+257
|\
| * archive-tar: fix a sparse 'constant too large' warningRamsay Jones2017-05-091-2/+2
| * use uintmax_t for timestampsJohannes Schindelin2017-04-271-4/+4
| * date.c: abort if the system time cannot handle one of our timestampsJohannes Schindelin2017-04-271-2/+15
| * timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-2749-158/+170
| * PRItime: introduce a new "printf format" for timestampsJohannes Schindelin2017-04-2315-30/+31
| * parse_timestamp(): specify explicitly where we parse timestampsJohannes Schindelin2017-04-2313-18/+20
| * t0006 & t5000: skip "far in the future" test when time_t is too limitedJohannes Schindelin2017-04-204-4/+8
| * t0006 & t5000: prepare for 64-bit timestampsJohannes Schindelin2017-04-204-6/+11
| * ref-filter: avoid using `unsigned long` for catch-all data typeJohannes Schindelin2017-04-201-8/+8
* | Merge branch 'jc/apply-fix-mismerge'Junio C Hamano2017-05-161-169/+169
|\ \
| * | apply.c: fix whitespace-only mismergejc/apply-fix-mismergeJunio C Hamano2017-05-081-169/+169
* | | Merge branch 'ab/aix-needs-compat-regex'Junio C Hamano2017-05-161-0/+1
|\ \ \
| * | | config.mak.uname: set NO_REGEX=NeedsStartEnd on AIXab/aix-needs-compat-regexÆvar Arnfjörð Bjarmason2017-05-041-0/+1
| |/ /
* | | Merge branch 'jn/credential-doc-on-clear'Junio C Hamano2017-05-161-10/+10
|\ \ \
| * | | credential doc: make multiple-helper behavior more prominentjn/credential-doc-on-clearJonathan Nieder2017-05-021-10/+10
* | | | Merge branch 'jn/clone-add-empty-config-from-command-line'Junio C Hamano2017-05-162-1/+11
|\ \ \ \
| * | | | clone: handle empty config values in -cjn/clone-add-empty-config-from-command-lineJonathan Nieder2017-05-022-1/+11
| |/ / /
* | | | Merge branch 'bw/submodule-has-commits-update'Junio C Hamano2017-05-161-156/+149
|\ \ \ \
| * | | | submodule: refactor logic to determine changed submodulesbw/submodule-has-commits-updateBrandon Williams2017-05-021-142/+105