449 Commits (fb3010c31fdaa00ae91152431c3da7e300daf848)

Author SHA1 Message Date
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 7 years ago
brian m. carlson 89f3bbdd3b refs: update ref transactions to use struct object_id 7 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
Nguyễn Thái Ngọc Duy 4aad2f1627 path.c: and an option to call real_path() in expand_user_path() 8 years ago
brian m. carlson 8066df4194 builtin/commit: convert to struct object_id 8 years ago
Elia Pinto 4a5281917b builtin/commit.c: switch to strbuf, instead of snprintf() 8 years ago
Elia Pinto 8d7aa4ba6a builtin/commit.c: remove the PATH_MAX limitation via dynamic allocation 8 years ago
Andreas Krey beb635ca9c commit: remove 'Clever' message for --only --amend 8 years ago
Junio C Hamano b3e83cc752 hold_locked_index(): align error handling with hold_lockfile_for_update() 8 years ago
Andreas Krey 319d835240 commit: make --only --allow-empty work without paths 8 years ago
Jonathan Tan 710714aaa8 commit: make ignore_non_trailer take buf/len 8 years ago
René Scharfe de9f7fa3b0 commit: simplify building parents list 8 years ago