551 Commits (5602b500c3cd9ac308bf9af0d5f0a79bd2195346)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy 1a07e59c3e Update messages in preparation for i18n 7 years ago
Derrick Stolee 6404355657 commit.h: remove method declarations 7 years ago
Nguyễn Thái Ngọc Duy 3ac68a93fd help: add --config to list all available config 7 years ago
Nguyễn Thái Ngọc Duy a73b3680c4 Add and use generic name->id mapping code for color slot parsing 7 years ago
Stefan Beller 102de880d2 path.c: migrate global git_path_* to take a repository argument 7 years ago
Ben Peart e8b2dc2c2a add status config and command line options for rename detection 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
Eckhard S. Maaß dc6b1d92ca wt-status: use settings from git_diff_ui_config 7 years ago
Brandon Williams 86238e07ef commit: allow partial commits with relative paths 7 years ago
Martin Ågren 610008146e write_locked_index(): add flag to avoid writing unchanged index 7 years ago
Ævar Arnfjörð Bjarmason 095c741edd commit: run git gc --auto just before the post-commit hook 7 years ago
Patryk Obara 5078f34459 commit: convert commit_tree* to object_id 7 years ago
Jeff Hostetler fd9b544a29 status: add --[no-]ahead-behind to status and commit for V2 format. 7 years ago
Phillip Wood 66618a50f9 sequencer: run 'prepare-commit-msg' hook 7 years ago
Nguyễn Thái Ngọc Duy 06dba2b023 Use DIFF_DETECT_RENAME for detect_rename assignments 7 years ago
Ævar Arnfjörð Bjarmason 30884c9afc commit: add support for --fixup <commit> -m"<extra message>" 7 years ago
Phillip Wood e47c6cafcb commit: move print_commit_summary() to libgit 7 years ago
Phillip Wood a87a6f3c98 commit: move post-rewrite code to libgit 7 years ago
Phillip Wood 0505d604c9 Add a function to update HEAD after creating a commit 7 years ago
Phillip Wood d0aaa46fd3 commit: move empty message checks to libgit 7 years ago
Martin Ågren 4da72644b7 reduce_heads: fix memory leaks 7 years ago
Brandon Williams 0d1e0e7801 diff: make struct diff_flags members lowercase 7 years ago
Brandon Williams 02f2f56bc3 diff: convert flags to be stored in bitfields 7 years ago
Jameson Miller eec0f7f2b7 status: add option to show ignored files differently 7 years ago
Andrey Okoshkin c26de08370 commit: check result of resolve_ref_unsafe 8 years ago
brian m. carlson 89f3bbdd3b refs: update ref transactions to use struct object_id 8 years ago
Martin Ågren 812d6b0075 read-cache: drop explicit `CLOSE_LOCK`-flag 8 years ago
Jeff King 27344d6a6c git: add --no-optional-locks option 8 years ago
René Scharfe 744c040b19 refs: pass NULL to resolve_ref_unsafe() if hash is not needed 8 years ago
Martin Ågren dd1055ed59 builtin/commit: fix memory leak in `prepare_index()` 8 years ago
Jeff King 0e5bba53af add UNLEAK annotation for reducing leak false positives 8 years ago
Kevin Willford 680ee550d7 commit: skip discarding the index if there is no pre-commit hook 8 years ago
Brandon Williams 557a5998df submodule: remove gitmodules_config 8 years ago
Kaartic Sivaraam bc17f35f8c commit: check for empty message before the check for untouched template 8 years ago
brian m. carlson e82caf384b sha1_name: convert get_sha1* to get_oid* 8 years ago
Kaartic Sivaraam 669638fe7a builtin/commit.c: fix a typo in the comment 8 years ago
Kaartic Sivaraam b3cf1b7789 commit-template: distinguish status information unconditionally 8 years ago
Kaartic Sivaraam b884244c84 commit-template: remove outdated notice about explicit paths 8 years ago
Kaartic Sivaraam 4ddb1354e8 status: contextually notify user about an initial commit 8 years ago
Liam Beguin c1b5d0194b status: add optional stash count information 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Brandon Williams 312c984a02 ls-files: convert overlay_tree_on_cache to take an index 8 years ago
brian m. carlson bb7e473971 builtin/notes: convert to struct object_id 8 years ago
Nguyễn Thái Ngọc Duy 23a9e0712d use xfopen() in more places 8 years ago
Brian Malehorn d76650b8d1 interpret-trailers: honor the cut line 8 years ago
brian m. carlson a9dbc17910 tree: convert parse_tree_indirect to struct object_id 8 years ago
brian m. carlson bc83266abe Convert lookup_commit* to struct object_id 8 years ago
brian m. carlson e0a9280404 Convert struct cache_tree to use struct object_id 8 years ago
Stephen Kent 93fdf301de status: add color config slots for branch info in "--short --branch" 8 years ago
Jeff King ca03e0670c use git_path_* helper functions 8 years ago