3617 Commits (ccad261f07900b55029f3fd42a9ec8f17229808f)

Author SHA1 Message Date
Michael Haggerty fe2a18165c reflog: improve and update documentation 10 years ago
Jean-Noel Avila d913022763 Add hint interactive cleaning 10 years ago
Nguyễn Thái Ngọc Duy 77fdb8a82c grep: correct help string for --exclude-standard 10 years ago
René Scharfe 008d5d005d for-each-ref: use skip_prefix() to avoid duplicate string comparison 10 years ago
Michael Haggerty 1618033401 ref_transaction_verify(): new function to check a reference's value 10 years ago
Michael Haggerty a933c23e66 commit: avoid race when creating orphan commits 10 years ago
Michael Haggerty fb5a6bb61c ref_transaction_delete(): remove "have_old" parameter 10 years ago
Michael Haggerty 1d147bdff0 ref_transaction_update(): remove "have_old" parameter 10 years ago
Michael Haggerty fec14ec38c refs.c: change some "flags" to "unsigned int" 10 years ago
Дилян Палаузов 5d308512ff do not include the same header twice 10 years ago
Aleksander Boruch-Gruszecki 204a8ffe67 merge-file: correctly open files when in a subdir 10 years ago
Junio C Hamano e0d201b616 apply: do not touch a file beyond a symbolic link 10 years ago
Junio C Hamano fdc2c3a926 apply: do not read from beyond a symbolic link 10 years ago
Junio C Hamano 3c37a2e339 apply: do not read from the filesystem under --index 10 years ago
Junio C Hamano c536c0755f apply: reject input that touches outside the working area 10 years ago
Eric Sunshine e60059276b builtin/blame: destroy initialized commit_info only 10 years ago
Michael J Gruber 1044b1f6a1 commit: reword --author error message 10 years ago
Junio C Hamano 0a80bc9f13 apply: detect and mark whitespace errors in context lines when fixing 10 years ago
Junio C Hamano 407a792ef7 apply: count the size of postimage correctly 10 years ago
Junio C Hamano 2988289f2c apply: make update_pre_post_images() sanity check the given postlen 10 years ago
Junio C Hamano 923fc5ab40 apply.c: typofix 10 years ago
Ralf Thielow d6589d1ba4 show-branch: fix indentation of usage string 10 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Alexander Kuleshov 331004836b cat-file: use "type" and "size" from outer scope 10 years ago
Lukas Fleischer a46442f167 blame.c: fix garbled error message 10 years ago
Jeff King eaa541eb59 builtin/commit.c: use xstrdup_or_null instead of envdup 10 years ago
Jeff King 4440690786 builtin/apply.c: use xstrdup_or_null instead of null_strdup 10 years ago
Raphael Kubo da Costa b6160d950c for-each-ref: always check stat_tracking_info()'s return value 10 years ago
Alexander Kuleshov 10aff315f6 cat-file: remove unused includes 10 years ago
Junio C Hamano 0855331941 receive-pack: support push-to-checkout hook 10 years ago
Alexander Kuleshov 9990273917 show-branch: line-wrap show-branch usage 10 years ago
Ronnie Sahlberg d0e8e09cd8 push.c: add an --atomic argument 10 years ago
Ronnie Sahlberg 4ff17f10c4 send-pack.c: add --atomic command line argument 10 years ago
Ronnie Sahlberg 1b70fe5d30 receive-pack.c: negotiate atomic push support 10 years ago
Stefan Beller 68deed298a receive-pack.c: add execute_commands_atomic function 10 years ago
Stefan Beller 222368c645 receive-pack.c: move transaction handling in a central place 10 years ago
Stefan Beller a1a261457c receive-pack.c: move iterating over all commands outside execute_commands 10 years ago
Stefan Beller b6a4788586 receive-pack.c: die instead of error in case of possible future bug 10 years ago
Stefan Beller a6a8431968 receive-pack.c: shorten the execute_commands loop over all commands 10 years ago
Doug Kelly 339de50891 format-patch: ignore diff.submodule setting 10 years ago
Kyle J. McKay e66dc0cc4b log.c: fix translation markings 10 years ago
Eric Sunshine 74c4de5832 checkout-index: fix --temp relative path mangling 10 years ago
brian m. carlson 2dacf26d09 pack-objects: use --objects-edge-aggressive for shallow repos 10 years ago
brian m. carlson 1684c1b219 rev-list: add an option to mark fewer edges as uninteresting 10 years ago
René Scharfe 8d025b7caf merge: release strbuf after use in suggest_conflicts() 10 years ago
René Scharfe 8547e0f176 commit-tree: simplify parsing of option -S using skip_prefix() 10 years ago
Johannes Schindelin fb86e32dcc git remote: allow adding remotes agreeing with url.<...>.insteadOf 10 years ago
Michael Haggerty fa5b1830b0 reflog_expire(): new function in the reference API 10 years ago
Alexander Kuleshov bef111d0a5 clean: typofix 10 years ago
Michael Haggerty b729effbdb expire_reflog(): treat the policy callback data as opaque 10 years ago