571 Commits (1a5fccc0c26b4a8abafd85a73558022e65f6f8cf)

Author SHA1 Message Date
Vegard Nossum 8779351dd7 revision: new rev^-n shorthand for rev^n..rev 8 years ago
brian m. carlson 99d1a9861a cache: convert struct cache_entry to use struct object_id 8 years ago
Kevin Willford 683f17ec44 patch-ids: replace the seen indicator with a commit pointer 9 years ago
Junio C Hamano 8465541e8c grep: further simplify setting the pattern type 9 years ago
Mehul Jain aa3799996c log: add "--no-show-signature" command line option 9 years ago
Junio C Hamano ed6e8038f9 pathspec: rename free_pathspec() to clear_pathspec() 9 years ago
brian m. carlson 7d924c9139 struct name_entry: use struct object_id instead of unsigned char sha1[20] 9 years ago
Junio C Hamano fe37a9c586 pretty: allow tweaking tabwidth in --expand-tabs 9 years ago
Junio C Hamano 0893eec85f pretty: enable --expand-tabs by default for selected pretty formats 9 years ago
Linus Torvalds 7cc13c717b pretty: expand tabs in indented logs to make things line up properly 9 years ago
Jeff King 2824e1841b list-objects: pass full pathname to callbacks 9 years ago
Jeff King dc06dc8800 list-objects: drop name_path entirely 9 years ago
Jeff King f3badaed51 list-objects: convert name_path to a strbuf 9 years ago
Jeff King 8eee9f9277 show_object_with_name: simplify by using path_name() 9 years ago
Jeff King 50a6c8efa2 use st_add and st_mult for allocation size computation 9 years ago
Jeff King de1e67d070 list-objects: pass full pathname to callbacks 9 years ago
Jeff King bd64516aca list-objects: drop name_path entirely 9 years ago
Jeff King 13528ab37c list-objects: convert name_path to a strbuf 9 years ago
Jeff King f9fb9d0e3c show_object_with_name: simplify by using path_name() 9 years ago
Duy Nguyen a97262c62f diff: make -O and --output work in subdirectory 9 years ago
Junio C Hamano 6e8d46f9d4 revision: read --stdin with strbuf_getline() 9 years ago
Jeff King 728350b76a revision.c: propagate tag names from pending array 9 years ago
Stefan Naewe a2678df335 revision.c: fix possible null pointer arithmetic 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson f2fd0760f6 Convert struct object to object_id 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
René Scharfe e510ab8988 use pop_commit() for consuming the first entry of a struct commit_list 9 years ago
Jeff King 34fa79a6cd prefer memcpy to strcpy 9 years ago
Jeff King ce11360467 log: diagnose empty HEAD more clearly 9 years ago
Antoine Delaite cb46d630ba bisect: simplify the addition of new bisect terms 10 years ago
Jeff King a5481a6c94 convert "enum date_mode" into a struct 10 years ago
Stefan Beller ae40ebda9b revision.c: remove unneeded check for NULL 10 years ago
Jeff King ce4e7b2ac3 suppress errors on missing UNINTERESTING links 10 years ago
Jeff King daf7d86783 silence broken link warnings with revs->ignore_missing_links 10 years ago
Michael Haggerty a89caf4bd4 handle_one_reflog(): rewrite to take an object_id argument 10 years ago
Michael Haggerty a217dcbd1e handle_one_ref(): rewrite to take an object_id argument 10 years ago
Michael Haggerty 2b2a5be394 each_ref_fn: change to take an object_id parameter 10 years ago
Jeff King b6e8a3b540 limit_list: avoid quadratic behavior from still_interesting 10 years ago
Kevin Daudt f88851c637 rev-list: refuse --first-parent combined with --bisect 10 years ago
Dongcan Jiang 695985f483 revision: forbid combining --graph and --no-walk 10 years ago
Junio C Hamano 0131c49096 revision.c: make save_parents() and free_saved_parents() static 10 years ago
Christoph Junghans 22dfa8a23d log: teach --invert-grep option 10 years ago
brian m. carlson 1684c1b219 rev-list: add an option to mark fewer edges as uninteresting 10 years ago
Junio C Hamano 2ce406ccb8 get_merge_bases(): always clean-up object flags 10 years ago
Ramsay Jones d7702be1e1 revision: remove definition of unused 'add_object' function 10 years ago
Jeff King 4fe10219bc rev-list: add --indexed-objects option 10 years ago
Jeff King 207394908e traverse_commit_list: support pending blobs/trees with paths 10 years ago
Jeff King 718ccc9731 reachable: reuse revision.c "add all reflogs" code 10 years ago
Jeff King 1da1e07c83 clean up name allocation in prepare_revision_walk 10 years ago
René Scharfe 2756ca4347 use REALLOC_ARRAY for changing the allocation size of arrays 10 years ago