Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'pc/dir-count-slashes' | Junio C Hamano | 2017-06-22 | 1 | -10/+3 |
|\ | |||||
| * | dir: create function count_slashes()pc/dir-count-slashes | Prathamesh Chavan | 2017-06-12 | 1 | -10/+3 |
* | | Merge branch 'jk/consistent-h' | Junio C Hamano | 2017-06-19 | 9 | -8/+28 |
|\ \ | |||||
| * | | diff- and log- family: handle "git cmd -h" early | Junio C Hamano | 2017-06-05 | 4 | -0/+12 |
| * | | submodule--helper: show usage for "-h" | Jeff King | 2017-05-30 | 1 | -3/+2 |
| * | | remote-{ext,fd}: print usage message on invalid arguments | Jeff King | 2017-05-30 | 2 | -2/+8 |
| * | | upload-archive: handle "-h" option early | Jeff King | 2017-05-30 | 1 | -1/+4 |
| * | | credential: handle invalid arguments earlier | Jeff King | 2017-05-30 | 1 | -2/+2 |
* | | | Merge branch 'bw/object-id' | Junio C Hamano | 2017-06-19 | 9 | -104/+100 |
|\ \ \ | |||||
| * | | | builtin/diff-tree: cleanup references to sha1 | Brandon Williams | 2017-06-05 | 1 | -5/+3 |
| * | | | diff-tree: convert diff_tree_sha1 to struct object_id | Brandon Williams | 2017-06-05 | 6 | -22/+20 |
| * | | | notes-merge: convert notes_merge* to struct object_id | Brandon Williams | 2017-06-05 | 1 | -3/+3 |
| * | | | tree-diff: convert diff_root_tree_sha1 to struct object_id | Brandon Williams | 2017-06-02 | 1 | -2/+2 |
| * | | | combine-diff: convert diff_tree_combined to struct object_id | Brandon Williams | 2017-06-02 | 1 | -1/+1 |
| * | | | patch-ids: convert to struct object_id | Brandon Williams | 2017-06-02 | 1 | -1/+1 |
| * | | | diff: convert fill_filespec to struct object_id | Brandon Williams | 2017-06-02 | 2 | -3/+3 |
| * | | | grep: convert to struct object_id | Brandon Williams | 2017-06-02 | 1 | -11/+11 |
| * | | | notes: convert some accessor functions to struct object_id | brian m. carlson | 2017-06-02 | 1 | -10/+10 |
| * | | | builtin/notes: convert to struct object_id | brian m. carlson | 2017-06-02 | 3 | -57/+57 |
| * | | | notes: make get_note return pointer to struct object_id | brian m. carlson | 2017-06-02 | 1 | -11/+11 |
| * | | | notes: convert for_each_note to struct object_id | brian m. carlson | 2017-06-02 | 1 | -3/+3 |
* | | | | Merge branch 'ab/pcre-v2' | Junio C Hamano | 2017-06-19 | 1 | -3/+13 |
|\ \ \ \ | |||||
| * | | | | grep: skip pthreads overhead when using one thread | Ævar Arnfjörð Bjarmason | 2017-05-26 | 1 | -0/+2 |
| * | | | | grep: don't redundantly compile throwaway patterns under threading | Ævar Arnfjörð Bjarmason | 2017-05-26 | 1 | -3/+11 |
* | | | | | Merge branch 'nd/fopen-errors' | Junio C Hamano | 2017-06-13 | 9 | -25/+17 |
|\ \ \ \ \ | |||||
| * | | | | | log: fix memory leak in open_next_file() | Nguyễn Thái Ngọc Duy | 2017-05-26 | 1 | -4/+8 |
| * | | | | | print errno when reporting a system call error | Nguyễn Thái Ngọc Duy | 2017-05-26 | 1 | -1/+2 |
| * | | | | | wrapper.c: add and use fopen_or_warn() | Nguyễn Thái Ngọc Duy | 2017-05-26 | 1 | -1/+1 |
| * | | | | | clone: use xfopen() instead of fopen() | Nguyễn Thái Ngọc Duy | 2017-05-26 | 1 | -1/+1 |
| * | | | | | use xfopen() in more places | Nguyễn Thái Ngọc Duy | 2017-05-26 | 6 | -20/+7 |
* | | | | | | Merge branch 'jc/diff-tree-stale-comment' | Junio C Hamano | 2017-06-13 | 1 | -3/+5 |
|\ \ \ \ \ \ | |||||
| * | | | | | | diff-tree: update stale in-code commentsjc/diff-tree-stale-comment | Junio C Hamano | 2017-06-02 | 1 | -3/+5 |
* | | | | | | | Merge branch 'sb/submodule-blanket-recursive' | Junio C Hamano | 2017-06-13 | 6 | -78/+38 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | builtin/fetch.c: respect 'submodule.recurse' optionsb/submodule-blanket-recursive | Stefan Beller | 2017-06-01 | 1 | -0/+7 |
| * | | | | | | | builtin/push.c: respect 'submodule.recurse' option | Stefan Beller | 2017-06-01 | 1 | -0/+4 |
| * | | | | | | | builtin/grep.c: respect 'submodule.recurse' option | Stefan Beller | 2017-06-01 | 1 | -0/+3 |
| * | | | | | | | Introduce 'submodule.recurse' option for worktree manipulators | Stefan Beller | 2017-06-01 | 3 | -3/+19 |
| * | | | | | | | reset/checkout/read-tree: unify config callback for submodule recursion | Stefan Beller | 2017-05-30 | 3 | -76/+6 |
| * | | | | | | | submodule recursing: do not write a config variable twice | Stefan Beller | 2017-05-30 | 3 | -3/+3 |
| * | | | | | | | Merge branch 'ab/grep-preparatory-cleanup' into sb/submodule-blanket-recursive | Junio C Hamano | 2017-05-30 | 2 | -5/+22 |
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | |||||
* | | | | | | | | Merge branch 'jc/noent-notdir' | Junio C Hamano | 2017-06-13 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checkedjc/noent-notdir | Junio C Hamano | 2017-05-30 | 2 | -2/+2 |
* | | | | | | | | | Merge branch 'tb/pull-ff-rebase-autostash' | Junio C Hamano | 2017-06-05 | 1 | -11/+14 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | pull: ff --rebase --autostash works in dirty repotb/pull-ff-rebase-autostash | Tyler Brazier | 2017-06-01 | 1 | -11/+14 |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'js/blame-lib' | Junio C Hamano | 2017-06-05 | 2 | -2048/+65 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | blame: move entry prepend to libgit | Jeff Smith | 2017-05-25 | 1 | -14/+0 |
| * | | | | | | | | | blame: move scoreboard setup to libgit | Jeff Smith | 2017-05-25 | 1 | -276/+0 |
| * | | | | | | | | | blame: move scoreboard-related methods to libgit | Jeff Smith | 2017-05-25 | 1 | -1318/+0 |
| * | | | | | | | | | blame: move fake-commit-related methods to libgit | Jeff Smith | 2017-05-25 | 1 | -197/+0 |
| * | | | | | | | | | blame: move origin-related methods to libgit | Jeff Smith | 2017-05-25 | 1 | -72/+0 |