aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* notes-merge: convert notes_merge* to struct object_idBrandon Williams2017-06-05
* tree-diff: convert diff_root_tree_sha1 to struct object_idBrandon Williams2017-06-02
* combine-diff: convert diff_tree_combined to struct object_idBrandon Williams2017-06-02
* patch-ids: convert to struct object_idBrandon Williams2017-06-02
* diff: convert fill_filespec to struct object_idBrandon Williams2017-06-02
* grep: convert to struct object_idBrandon Williams2017-06-02
* notes: convert some accessor functions to struct object_idbrian m. carlson2017-06-02
* builtin/notes: convert to struct object_idbrian m. carlson2017-06-02
* notes: make get_note return pointer to struct object_idbrian m. carlson2017-06-02
* notes: convert for_each_note to struct object_idbrian m. carlson2017-06-02
* Merge branch 'js/larger-timestamps'Junio C Hamano2017-05-30
|\
| * name-rev: change a "long" variable to timestamp_tJunio C Hamano2017-05-20
* | Merge branch 'bw/pathspec-sans-the-index'Junio C Hamano2017-05-30
|\ \
| * | pathspec: convert find_pathspecs_matching_against_index to take an indexBrandon Williams2017-05-12
| * | pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_CHEAPBrandon Williams2017-05-12
| * | ls-files: prevent prune_cache from overeagerly pruning submodulesBrandon Williams2017-05-12
| * | pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flagBrandon Williams2017-05-12
| * | submodule: add die_in_unpopulated_submodule functionBrandon Williams2017-05-10
* | | Merge branch 'jc/name-rev-lw-tag'Junio C Hamano2017-05-30
|\ \ \
| * | | name-rev: favor describing with tags and use committer date to tiebreakJunio C Hamano2017-03-29
| * | | name-rev: refactor logic to see if a new candidate is a better nameJunio C Hamano2017-03-29
* | | | Merge branch 'bm/interpret-trailers-cut-line-is-eom'Junio C Hamano2017-05-29
|\ \ \ \
| * | | | interpret-trailers: honor the cut lineBrian Malehorn2017-05-18
| | |/ / | |/| |
* | | | Merge branch 'ja/do-not-ask-needless-questions'Junio C Hamano2017-05-29
|\ \ \ \
| * | | | read-tree -m: make error message for merging 0 trees less smart aleckJean-Noel Avila2017-05-12
| * | | | usability: don't ask questions if no reply is requiredJean-Noel Avila2017-05-12
* | | | | Merge branch 'jk/bug-to-abort'Junio C Hamano2017-05-29
|\ \ \ \ \
| * | | | | config: complain about --local outside of a git repoJeff King2017-05-15
| | |/ / / | |/| | |
* | | | | Merge branch 'jc/read-tree-empty-with-m'Junio C Hamano2017-05-29
|\ \ \ \ \
| * | | | | read-tree: "read-tree -m --empty" does not make senseJunio C Hamano2017-05-10
* | | | | | Merge branch 'js/plug-leaks'Junio C Hamano2017-05-29
|\ \ \ \ \ \
| * | | | | | checkout: fix memory leakJunio C Hamano2017-05-09
| * | | | | | show_worktree(): plug memory leakJohannes Schindelin2017-05-08
| * | | | | | name-rev: avoid leaking memory in the `deref` caseJohannes Schindelin2017-05-08
| * | | | | | receive-pack: plug memory leak in update()Johannes Schindelin2017-05-08
| * | | | | | fast-export: avoid leaking memory in handle_tag()Johannes Schindelin2017-05-08
| * | | | | | mktree: plug memory leaks reported by CoverityJohannes Schindelin2017-05-08
| * | | | | | pack-redundant: plug memory leakJohannes Schindelin2017-05-08
| * | | | | | checkout: fix memory leakJohannes Schindelin2017-05-08
| * | | | | | cat-file: fix memory leakJohannes Schindelin2017-05-08
| * | | | | | mailinfo & mailsplit: check for EOF while parsingJohannes Schindelin2017-05-08
| * | | | | | difftool: address a couple of resource/memory leaksJohannes Schindelin2017-05-08
| * | | | | | get_mail_commit_oid(): avoid resource leakJohannes Schindelin2017-05-08
* | | | | | | Merge branch 'jk/disable-pack-reuse-when-broken'Junio C Hamano2017-05-29
|\ \ \ \ \ \ \
| * | | | | | | pack-objects: disable pack reuse for object-selection optionsJeff King2017-05-09
* | | | | | | | Merge branch 'bc/object-id'Junio C Hamano2017-05-29
|\ \ \ \ \ \ \ \
| * | | | | | | | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-08
| * | | | | | | | tree: convert parse_tree_indirect to struct object_idbrian m. carlson2017-05-08
| * | | | | | | | diff-lib: convert do_diff_cache to struct object_idbrian m. carlson2017-05-08
| * | | | | | | | builtin/ls-tree: convert to struct object_idbrian m. carlson2017-05-08