summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-166-24/+12
* Merge branch 'nd/fopen-errors'Junio C Hamano2017-06-139-25/+17
|\
| * log: fix memory leak in open_next_file()Nguyễn Thái Ngọc Duy2017-05-261-4/+8
| * print errno when reporting a system call errorNguyễn Thái Ngọc Duy2017-05-261-1/+2
| * wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy2017-05-261-1/+1
| * clone: use xfopen() instead of fopen()Nguyễn Thái Ngọc Duy2017-05-261-1/+1
| * use xfopen() in more placesNguyễn Thái Ngọc Duy2017-05-266-20/+7
* | Merge branch 'jc/diff-tree-stale-comment'Junio C Hamano2017-06-131-3/+5
|\ \
| * | diff-tree: update stale in-code commentsjc/diff-tree-stale-commentJunio C Hamano2017-06-021-3/+5
* | | Merge branch 'sb/submodule-blanket-recursive'Junio C Hamano2017-06-136-78/+38
|\ \ \
| * | | builtin/fetch.c: respect 'submodule.recurse' optionsb/submodule-blanket-recursiveStefan Beller2017-06-011-0/+7
| * | | builtin/push.c: respect 'submodule.recurse' optionStefan Beller2017-06-011-0/+4
| * | | builtin/grep.c: respect 'submodule.recurse' optionStefan Beller2017-06-011-0/+3
| * | | Introduce 'submodule.recurse' option for worktree manipulatorsStefan Beller2017-06-013-3/+19
| * | | reset/checkout/read-tree: unify config callback for submodule recursionStefan Beller2017-05-303-76/+6
| * | | submodule recursing: do not write a config variable twiceStefan Beller2017-05-303-3/+3
| * | | Merge branch 'ab/grep-preparatory-cleanup' into sb/submodule-blanket-recursiveJunio C Hamano2017-05-302-5/+22
| |\ \ \
* | \ \ \ Merge branch 'jc/noent-notdir'Junio C Hamano2017-06-132-2/+2
|\ \ \ \ \
| * | | | | treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checkedjc/noent-notdirJunio C Hamano2017-05-302-2/+2
* | | | | | Merge branch 'tb/pull-ff-rebase-autostash'Junio C Hamano2017-06-051-11/+14
|\ \ \ \ \ \
| * | | | | | pull: ff --rebase --autostash works in dirty repotb/pull-ff-rebase-autostashTyler Brazier2017-06-011-11/+14
* | | | | | | Merge branch 'js/blame-lib'Junio C Hamano2017-06-052-2048/+65
|\ \ \ \ \ \ \
| * | | | | | | blame: move entry prepend to libgitJeff Smith2017-05-251-14/+0
| * | | | | | | blame: move scoreboard setup to libgitJeff Smith2017-05-251-276/+0
| * | | | | | | blame: move scoreboard-related methods to libgitJeff Smith2017-05-251-1318/+0
| * | | | | | | blame: move fake-commit-related methods to libgitJeff Smith2017-05-251-197/+0
| * | | | | | | blame: move origin-related methods to libgitJeff Smith2017-05-251-72/+0
| * | | | | | | blame: move core structures to headerJeff Smith2017-05-251-133/+1
| * | | | | | | 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-242-28/+1