315 Commits (e62e68d35949235435ea7f7d22ab6ea678fd46b0)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy bf3ff338a2 parse-options: stop abusing 'callback' for lowlevel callbacks 6 years ago
Nguyễn Thái Ngọc Duy f8adbec9fe cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
Linus Torvalds acdd37769d Add 'human' date format 6 years ago
Nguyễn Thái Ngọc Duy a92ec7efe0 parse-options: fix SunCC compiler warning 6 years ago
Jeff King 517fe807d6 assert NOARG/NONEG behavior of parse-options callbacks 6 years ago
Nguyễn Thái Ngọc Duy 2abf350385 revision.c: remove implicit dependency on the_index 7 years ago
Nguyễn Thái Ngọc Duy 80e0385541 line-range.c: remove implicit dependency on the_index 7 years ago
Nguyễn Thái Ngọc Duy ecbbc0a53b blame.c: remove implicit dependency on the_index 7 years ago
Nguyễn Thái Ngọc Duy 1a07e59c3e Update messages in preparation for i18n 7 years ago
Jeff King 022d2ac1f3 blame: prefer xsnprintf to strcpy for colors 7 years ago
Isabella Stephens 96cfa94e68 blame: prevent error if range ends past end of file 7 years ago
René Scharfe 297bdf0791 blame: release string_list after use in parse_color_fields() 7 years ago
Nguyễn Thái Ngọc Duy 4e0df4e663 blame: use commit-slab for blame suspects instead of commit->util 7 years ago
Jonathan Nieder 3f5787f806 commit: add repository argument to register_commit_graft 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
Stefan Beller 0df8e96566 cache.h: add repository argument to oid_object_info 7 years ago
Stefan Beller 0dc95a4d8a builtin/blame: add new coloring scheme config 7 years ago
Stefan Beller 25d5f52901 builtin/blame: highlight recently changed lines 7 years ago
Stefan Beller cdc2d5f11f builtin/blame: dim uninteresting metadata lines 7 years ago
Paul-Sebastian Ungureanu 3bb0923f06 parse-options: do not show usage upon invalid option value 7 years ago
brian m. carlson abef9020e3 sha1_file: convert sha1_object_info* to object_id 7 years ago
brian m. carlson aab9583f7b Convert find_unique_abbrev* to struct object_id 7 years ago
Junio C Hamano 0c668f559c blame: tighten command line parser 7 years ago
Brandon Williams 0d1e0e7801 diff: make struct diff_flags members lowercase 7 years ago
Brandon Williams b2100e5291 diff: remove DIFF_OPT_CLR macro 7 years ago
Brandon Williams 23dcf77f48 diff: remove DIFF_OPT_SET macro 7 years ago
Brandon Williams 3b69daed86 diff: remove DIFF_OPT_TST macro 7 years ago
Junio C Hamano 8aade107dd progress: simplify "delayed" progress API 8 years ago
Patryk Obara 9a9340329a commit: replace the raw buffer with strbuf in read_graft_line 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Brandon Williams 66f414f885 diff-tree: convert diff_tree_sha1 to struct object_id 8 years ago
Brandon Williams f9704c2d82 diff: convert fill_filespec to struct object_id 8 years ago
Ævar Arnfjörð Bjarmason 66f5f6dca9 C style: use standard style for "TRANSLATORS" comments 8 years ago
Nguyễn Thái Ngọc Duy e9d983f116 wrapper.c: add and use fopen_or_warn() 8 years ago
Jeff Smith bd481de713 blame: move entry prepend to libgit 8 years ago
Jeff Smith 09002f1b31 blame: move scoreboard setup to libgit 8 years ago
Jeff Smith b543bb1cdf blame: move scoreboard-related methods to libgit 8 years ago
Jeff Smith 072bf4321f blame: move fake-commit-related methods to libgit 8 years ago
Jeff Smith f5dd754c36 blame: move origin-related methods to libgit 8 years ago
Jeff Smith dc076ae5d9 blame: move core structures to header 8 years ago
Jeff Smith e94f77f0e2 blame: create entry prepend function 8 years ago
Jeff Smith d0d0ef1f67 blame: create scoreboard setup function 8 years ago
Jeff Smith 6e4c9b5bcf blame: create scoreboard init function 8 years ago
Jeff Smith 835c49f7d1 blame: rework methods that determine 'final' commit 8 years ago
Jeff Smith 78b06e66be blame: wrap blame_sort and compare_blame_final 8 years ago
Jeff Smith 8c59921dbf blame: move progress updates to a scoreboard callback 8 years ago
Jeff Smith 4149c1860b blame: make sanity_check use a callback in scoreboard 8 years ago
Jeff Smith 1f44129b21 blame: move no_whole_file_rename flag to scoreboard 8 years ago
Jeff Smith 73e1c299e5 blame: move xdl_opts flags to scoreboard 8 years ago
Jeff Smith 2cf8337432 blame: move show_root flag to scoreboard 8 years ago