Age | Commit message (Expand) | Author | Files | Lines |
2020-08-21 | sequencer: treat REVERT_HEAD as a pseudo ref | Han-Wen Nienhuys | 1 | -5/+3 |
2020-08-21 | sequencer: treat CHERRY_PICK_HEAD as a pseudo ref | Han-Wen Nienhuys | 1 | -3/+4 |
2020-04-10 | merge: teach --autostash option | Denton Liu | 1 | -1/+3 |
2019-08-26 | path: add a function to check for path suffix | brian m. carlson | 1 | -0/+3 |
2019-05-05 | *.[ch]: manually align parameter lists | Denton Liu | 1 | -5/+5 |
2019-05-05 | *.[ch]: remove extern from function declarations using sed | Denton Liu | 1 | -15/+15 |
2019-05-05 | *.[ch]: remove extern from function declarations using spatch | Denton Liu | 1 | -1/+1 |
2018-12-28 | path.h: make REPO_GIT_PATH_FUNC repository agnostic | Stefan Beller | 1 | -1/+1 |
2018-08-15 | Add missing includes and forward declarations | Elijah Newren | 1 | -0/+1 |
2018-07-24 | Merge branch 'bb/pedantic' | Junio C Hamano | 1 | -1/+1 |
2018-07-09 | sequencer.c: avoid empty statements at top level | Beat Bolli | 1 | -1/+1 |
2018-05-18 | path.c: migrate global git_path_* to take a repository argument | Stefan Beller | 1 | -9/+31 |
2017-12-13 | path: document path functions | Brandon Williams | 1 | -21/+112 |
2017-06-23 | path: add repo_worktree_path and strbuf_repo_worktree_path | Brandon Williams | 1 | -0/+8 |
2017-06-23 | path: add repo_git_path and strbuf_repo_git_path | Brandon Williams | 1 | -0/+8 |
2017-06-23 | path: convert strbuf_git_common_path to take a 'struct repository' | Brandon Williams | 1 | -2/+6 |
2017-06-23 | path: create path.h | Brandon Williams | 1 | -0/+62 |