Age | Commit message (Expand) | Author | Files | Lines |
2016-10-06 | Merge branch 'vn/revision-shorthand-for-side-branch-log' | Junio C Hamano | 1 | -4/+30 |
2016-09-27 | revision: new rev^-n shorthand for rev^n..rev | Vegard Nossum | 1 | -4/+30 |
2016-09-07 | cache: convert struct cache_entry to use struct object_id | brian m. carlson | 1 | -1/+1 |
2016-08-12 | Merge branch 'kw/patch-ids-optim' | Junio C Hamano | 1 | -15/+3 |
2016-08-04 | Merge branch 'jc/grep-commandline-vs-configuration' | Junio C Hamano | 1 | -4/+4 |
2016-07-29 | patch-ids: replace the seen indicator with a commit pointer | Kevin Willford | 1 | -15/+3 |
2016-07-25 | grep: further simplify setting the pattern type | Junio C Hamano | 1 | -4/+4 |
2016-07-11 | Merge branch 'mj/log-show-signature-conf' | Junio C Hamano | 1 | -0/+2 |
2016-06-24 | log: add "--no-show-signature" command line option | Mehul Jain | 1 | -0/+2 |
2016-06-02 | pathspec: rename free_pathspec() to clear_pathspec() | Junio C Hamano | 1 | -1/+1 |
2016-05-06 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -2/+2 |
2016-04-25 | struct name_entry: use struct object_id instead of unsigned char sha1[20] | brian m. carlson | 1 | -2/+2 |
2016-04-13 | Merge branch 'lt/pretty-expand-tabs' | Junio C Hamano | 1 | -0/+14 |
2016-03-30 | pretty: allow tweaking tabwidth in --expand-tabs | Junio C Hamano | 1 | -2/+7 |
2016-03-30 | pretty: enable --expand-tabs by default for selected pretty formats | Junio C Hamano | 1 | -0/+7 |
2016-03-30 | pretty: expand tabs in indented logs to make things line up properly | Linus Torvalds | 1 | -0/+2 |
2016-03-16 | list-objects: pass full pathname to callbacks | Jeff King | 1 | -15/+2 |
2016-03-16 | list-objects: drop name_path entirely | Jeff King | 1 | -3/+3 |
2016-03-16 | list-objects: convert name_path to a strbuf | Jeff King | 1 | -20/+5 |
2016-03-16 | show_object_with_name: simplify by using path_name() | Jeff King | 1 | -34/+6 |
2016-02-26 | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 1 | -1/+1 |
2016-02-22 | use st_add and st_mult for allocation size computation | Jeff King | 1 | -1/+1 |
2016-02-12 | list-objects: pass full pathname to callbacks | Jeff King | 1 | -15/+2 |
2016-02-12 | list-objects: drop name_path entirely | Jeff King | 1 | -3/+3 |
2016-02-12 | list-objects: convert name_path to a strbuf | Jeff King | 1 | -20/+5 |
2016-02-12 | show_object_with_name: simplify by using path_name() | Jeff King | 1 | -34/+6 |
2016-02-05 | Merge branch 'nd/diff-with-path-params' into maint | Junio C Hamano | 1 | -1/+1 |
2016-02-03 | Merge branch 'nd/diff-with-path-params' | Junio C Hamano | 1 | -1/+1 |
2016-01-21 | diff: make -O and --output work in subdirectory | Duy Nguyen | 1 | -1/+1 |
2016-01-15 | revision: read --stdin with strbuf_getline() | Junio C Hamano | 1 | -7/+2 |
2016-01-04 | Merge branch 'jk/pending-keep-tag-name' into maint | Junio C Hamano | 1 | -2/+1 |
2015-12-28 | Merge branch 'jk/pending-keep-tag-name' | Junio C Hamano | 1 | -2/+1 |
2015-12-17 | revision.c: propagate tag names from pending array | Jeff King | 1 | -2/+1 |
2015-12-11 | Merge branch 'sn/null-pointer-arith-in-mark-tree-uninteresting' into maint | Junio C Hamano | 1 | -1/+3 |
2015-12-11 | Merge branch 'rs/pop-commit' into maint | Junio C Hamano | 1 | -22/+5 |
2015-12-11 | Merge branch 'sn/null-pointer-arith-in-mark-tree-uninteresting' | Junio C Hamano | 1 | -1/+3 |
2015-12-07 | revision.c: fix possible null pointer arithmetic | Stefan Naewe | 1 | -1/+3 |
2015-11-20 | Remove get_object_hash. | brian m. carlson | 1 | -8/+8 |
2015-11-20 | Convert struct object to object_id | brian m. carlson | 1 | -16/+16 |
2015-11-20 | Add several uses of get_object_hash. | brian m. carlson | 1 | -8/+8 |
2015-10-30 | Merge branch 'rs/pop-commit' | Junio C Hamano | 1 | -22/+5 |
2015-10-26 | use pop_commit() for consuming the first entry of a struct commit_list | René Scharfe | 1 | -22/+5 |
2015-10-05 | prefer memcpy to strcpy | Jeff King | 1 | -1/+1 |
2015-09-03 | Merge branch 'jk/log-missing-default-HEAD' into maint | Junio C Hamano | 1 | -1/+16 |
2015-09-02 | Merge branch 'jk/log-missing-default-HEAD' | Junio C Hamano | 1 | -1/+16 |
2015-08-31 | log: diagnose empty HEAD more clearly | Jeff King | 1 | -1/+16 |
2015-08-12 | Merge branch 'ad/bisect-cleanup' | Junio C Hamano | 1 | -2/+16 |
2015-08-03 | bisect: simplify the addition of new bisect terms | Antoine Delaite | 1 | -2/+16 |
2015-08-03 | Merge branch 'jk/date-mode-format' | Junio C Hamano | 1 | -2/+2 |
2015-07-17 | Merge branch 'jk/still-interesting' | Junio C Hamano | 1 | -2/+2 |