Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hashmap.h: compare function has access to a data field | Stefan Beller | 2017-06-30 | 3 | -15/+24 |
* | Merge branch 'lb/status-stash-count' | Junio C Hamano | 2017-06-26 | 1 | -0/+6 |
|\ | |||||
| * | status: add optional stash count information | Liam Beguin | 2017-06-19 | 1 | -0/+6 |
* | | Merge branch 'ab/free-and-null' | Junio C Hamano | 2017-06-24 | 7 | -39/+18 |
|\ \ | |||||
| * | | *.[ch] refactoring: make use of the FREE_AND_NULL() macro | Ævar Arnfjörð Bjarmason | 2017-06-16 | 2 | -15/+6 |
| * | | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 2017-06-16 | 6 | -24/+12 |
| |/ | |||||
* | | Merge branch 'jk/warn-add-gitlink' | Junio C Hamano | 2017-06-24 | 1 | -1/+45 |
|\ \ | |||||
| * | | add: warn when adding an embedded repository | Jeff King | 2017-06-15 | 1 | -1/+45 |
* | | | Merge branch 'bw/config-h' | Junio C Hamano | 2017-06-24 | 78 | -11/+93 |
|\ \ \ | |||||
| * | | | config: don't implicitly use gitdir or commondir | Brandon Williams | 2017-06-15 | 1 | -11/+15 |
| * | | | config: don't include config.h by default | Brandon Williams | 2017-06-15 | 78 | -0/+78 |
* | | | | Merge branch 'bw/ls-files-sans-the-index' | Junio C Hamano | 2017-06-24 | 2 | -80/+101 |
|\ \ \ \ | |||||
| * | | | | ls-files: factor out tag calculation | Brandon Williams | 2017-06-13 | 1 | -16/+25 |
| * | | | | ls-files: factor out debug info into a function | Brandon Williams | 2017-06-13 | 1 | -9/+14 |
| * | | | | ls-files: convert show_files to take an index | Brandon Williams | 2017-06-13 | 1 | -15/+15 |
| * | | | | ls-files: convert show_ce_entry to take an index | Brandon Williams | 2017-06-13 | 1 | -5/+6 |
| * | | | | ls-files: convert prune_cache to take an index | Brandon Williams | 2017-06-13 | 1 | -7/+8 |
| * | | | | ls-files: convert ce_excluded to take an index | Brandon Williams | 2017-06-13 | 1 | -4/+5 |
| * | | | | ls-files: convert show_ru_info to take an index | Brandon Williams | 2017-06-13 | 1 | -4/+4 |
| * | | | | ls-files: convert show_other_files to take an index | Brandon Williams | 2017-06-13 | 1 | -3/+4 |
| * | | | | ls-files: convert show_killed_files to take an index | Brandon Williams | 2017-06-13 | 1 | -10/+11 |
| * | | | | ls-files: convert write_eolinfo to take an index | Brandon Williams | 2017-06-13 | 1 | -7/+6 |
| * | | | | ls-files: convert overlay_tree_on_cache to take an index | Brandon Williams | 2017-06-13 | 2 | -8/+10 |
| * | | | | tree: convert read_tree to take an index parameter | Brandon Williams | 2017-06-13 | 1 | -1/+1 |
| * | | | | convert: convert get_cached_convert_stats_ascii to take an index | Brandon Williams | 2017-06-13 | 1 | -1/+2 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'pc/dir-count-slashes' | Junio C Hamano | 2017-06-22 | 1 | -10/+3 |
|\ \ \ \ | |||||
| * | | | | dir: create function 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 |
|\ \ \ \ \ \ |