3713 Commits (2024d3176536fd437b4c0a744161e96bc150a24e)

Author SHA1 Message Date
Paul Tan 509adc3352 git-config: replace use of home_config_paths() 10 years ago
Paul Tan e682c9db1a git-commit: replace use of home_config_paths() 10 years ago
Stefan Beller d7a643b73f prefix_path(): unconditionally free results in the callers 10 years ago
Eric Sunshine 0c3db67cc8 hash-object --literally: fix buffer overrun with extra-long object type 10 years ago
Jonathan Nieder 95d621217a config: use error() instead of fprintf(stderr, ...) 10 years ago
Torsten Bögershausen 4bf256d67a blame: CRLF in the working tree and LF in the repo 10 years ago
Junio C Hamano 1154aa4215 fmt-merge-msg: plug small leak of commit buffer 10 years ago
Nguyễn Thái Ngọc Duy c6458e60ed index-pack: kill union delta_base to save memory 10 years ago
Ossi Herrala 7e11052442 config: fix settings in default_user_config template 10 years ago
Junio C Hamano 3d6bc9a763 Revert "merge: pass verbosity flag down to merge-recursive" 10 years ago
Patrick Steinhardt 5dcd1b1577 grep: correctly initialize help-all option 10 years ago
Thomas Schneider fc792ca860 checkout: call a single commit "it" intead of "them" 10 years ago
Jeff King 2bf15a3330 merge: pass verbosity flag down to merge-recursive 10 years ago
Jeff King 84ccad8dec init: don't set core.worktree when initializing /.git 10 years ago
Junio C Hamano 1a51b52422 push-to-deploy: allow pushing into an unborn branch and updating it 10 years ago
Mike Hommey 539d09c3b4 show-branch: show all local heads when only giving one rev along --topics 10 years ago
Max Kirillov 562bc08093 prune --worktrees: fix expire vs worktree existence condition 10 years ago
Jeff King 319b678a7b sha1_file: squelch "packfile cannot be accessed" warnings 10 years ago
Junio C Hamano 777c55a616 report_path_error(): move to dir.c 10 years ago
Stefan Beller 5d0b9bf86d commit.c: fix a memory leak 10 years ago
Stefan Beller f0b1f1ece7 builtin/apply.c: fix a memleak 10 years ago
Stefan Beller 1b7cb8969c update-index: fix a memleak 10 years ago
Jeff King 8d42299361 repack: turn on "ref paranoia" when doing a destructive repack 10 years ago
Jeff King ff4056bbc3 prune: turn on ref_paranoia flag 10 years ago
Jeff King 16eff6c009 clone: drop period from end of die_errno message 10 years ago
Jeff King ee0e38727f clone: initialize atexit cleanup handler earlier 10 years ago
Wilhelm Schuermann c2048f0b39 grep: fix "--quiet" overwriting current output 10 years ago
Dave Olszewski a8bc269f11 push: allow --follow-tags to be set by config push.followTags 10 years ago
brian m. carlson d07d4ab401 apply: convert threeway_stage to object_id 10 years ago
brian m. carlson 1a876a69af patch-id: convert to use struct object_id 10 years ago
Jeff King dd059c6c07 tag: fix some mis-organized options in "-h" listing 10 years ago
Stefan Beller fd2014d42b builtin/help.c: fix memory leak 10 years ago
Kyle J. McKay b680a86a86 help.c: use SHELL_PATH instead of hard-coded "/bin/sh" 10 years ago
Michael J Gruber 4b06318664 branch: name detached HEAD analogous to status 10 years ago
René Scharfe 9a6f1287fb zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw} 10 years ago
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 417305764a index-pack: reduce object_entry size to save memory 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
Jeff King 06c21e18ab cmd_push: pass "flags" pointer to config callback 10 years ago
Jeff King d16c33b4c1 cmd_push: set "atomic" bit directly 10 years ago
Jeff King 06038cd7b7 git_push_config: drop cargo-culted wt_status pointer 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