165 Commits (484e77615872b2a62775a6a2dcb1cad0f529c5d3)

Author SHA1 Message Date
Patrick Steinhardt 3d1806487a config: rename git_config_set_or_die to git_config_set 9 years ago
Patrick Steinhardt bd25f89014 branch: die on config error when editing branch description 9 years ago
Patrick Steinhardt b81842cbbb branch: die on config error when unsetting upstream 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
Tobias Klauser 63af4a8446 strbuf: make stripspace() part of strbuf 9 years ago
Karthik Nayak aa3bc55e40 branch: add '--points-at' option 9 years ago
Karthik Nayak aedcb7dc75 branch.c: use 'ref-filter' APIs 9 years ago
Karthik Nayak 1511b22d40 branch.c: use 'ref-filter' data structures 9 years ago
Karthik Nayak ca41799068 branch: drop non-commit error reporting 9 years ago
Karthik Nayak f65f13911a branch: move 'current' check down to the presentation layer 9 years ago
Karthik Nayak 23e714df91 branch: roll show_detached HEAD into regular ref_list 9 years ago
Karthik Nayak 2dad24a5c3 branch: bump get_head_description() to the top 9 years ago
Karthik Nayak 1051e40dba branch: refactor width computation 9 years ago
Junio C Hamano 12d6ce1dba write_file(): drop "fatal" parameter 10 years ago
Karthik Nayak f266c9163b parse-options.h: add macros for '--contains' option 10 years ago
Karthik Nayak 9d306b5a60 parse-option: rename parse_opt_with_commit() 10 years ago
Karthik Nayak 35257aa012 ref-filter: implement '--merged' and '--no-merged' options 10 years ago
Karthik Nayak 5afcb90560 ref-filter: add parse_opt_merge_filter() 10 years ago
Michael Haggerty 1c03c4d347 delete_ref(): use the usual convention for old_sha1 10 years ago
Michael Haggerty 4eaa4bd800 check_branch_commit(): make first parameter const 10 years ago
Michael Haggerty a55ce97185 append_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 979cb245e2 remote.c: return upstream name from stat_tracking_info 10 years ago
Jeff King 3a429d0af3 remote.c: report specific errors from branch_get_upstream 10 years ago
Jeff King a9f9f8cc1f remote.c: introduce branch_get_upstream helper 10 years ago
Danny Lin ccd593cffa branch: do not call a "remote-tracking branch" a "remote branch" 10 years ago
Michael J Gruber 4b06318664 branch: name detached HEAD analogous to status 10 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Michael J Gruber 356e91f2ec branch: allow -f with -m and -d 10 years ago
Nguyễn Thái Ngọc Duy 91aacda85a use new wrapper write_file() for simple file writing 10 years ago
Ronnie Sahlberg d0f810f0bc refs.c: allow listing and deleting badly named refs 10 years ago
Ronnie Sahlberg 18f29fc61e branch -d: simplify by using RESOLVE_REF_READING 10 years ago
Jonathan Nieder 62a2d52514 branch -d: avoid repeated symref resolution 10 years ago
Ronnie Sahlberg 7695d118e5 refs.c: change resolve_ref_unsafe reading argument to be a flags field 10 years ago
Jeff King f6c5a2968c color_parse: do not mention variable name in error message 10 years ago
Jonathan Nieder 8852117a60 pass config slots as pointers instead of offsets 10 years ago
René Scharfe e3f1da982e use skip_prefix() to avoid more magic numbers 10 years ago
Jeff King 8376a70441 branch: clean up commit flags after merge-filter walk 10 years ago
Stefan Beller 81c3ce3cdc prepare_revision_walk(): check for return value in all places 11 years ago
Jeff King cf4fff579e refactor skip_prefix to return a boolean 11 years ago
Nguyễn Thái Ngọc Duy eb07894fe0 use wildmatch() directly without fnmatch() wrapper 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Torstein Hegge 6b364d48f2 branch: fix --verbose output column alignment 11 years ago
Felipe Contreras 54d07f2e25 branch: trivial style fix 11 years ago
Jeff King 5e7d4d3e93 assume parse_commit checks for NULL commit 11 years ago
Jiang Xin f2e087395b branch: report invalid tracking branch as gone 12 years ago
Stefan Beller 05efb7b757 branch, commit, name-rev: ease up boolean conditions 12 years ago
Stefan Beller d5d09d4754 Replace deprecated OPT_BOOLEAN by OPT_BOOL 12 years ago
Felipe Contreras dbda21fa87 branch: colour upstream branches 12 years ago