20982 Commits (6ceeaee7ea5bb754c76ce93c5b289f72d69fdb92)
 

Author SHA1 Message Date
Junio C Hamano 4fa088209c Merge branch 'jk/run-command-use-shell' 15 years ago
Junio C Hamano fa232d457e Merge branch 'sr/gfi-options' 15 years ago
Junio C Hamano 703601d678 Update COPYING with GPLv2 with new FSF address 15 years ago
Junio C Hamano 1a893064d7 user_ident_sufficiently_given(): refactor the logic to be usable from elsewhere 15 years ago
Junio C Hamano 5aeb3a3a83 user_ident_sufficiently_given(): refactor the logic to be usable from elsewhere 15 years ago
Junio C Hamano 8588567c96 rerere: honor conflict-marker-size attribute 15 years ago
Junio C Hamano 191f241717 rerere: prepare for customizable conflict marker length 15 years ago
Junio C Hamano fc6f19fe2b commit.c::print_summary: do not release the format string too early 15 years ago
Junio C Hamano 23a64c9e77 conflict-marker-size: new attribute 15 years ago
Junio C Hamano 88533f6d64 rerere: use ll_merge() instead of using xdl_merge() 15 years ago
Junio C Hamano 15b4f7a68d merge-tree: use ll_merge() not xdl_merge() 15 years ago
Junio C Hamano 9914cf4689 xdl_merge(): allow passing down marker_size in xmparam_t 15 years ago
Junio C Hamano 00f8f97d30 xdl_merge(): introduce xmparam_t for merge specific parameters 15 years ago
Junio C Hamano 7fb0eaa289 git_attr(): fix function signature 15 years ago
Johannes Sixt a6d15bc335 Do not use date.c:tm_to_time_t() from compat/mingw.c 15 years ago
Andrzej K. Haczewski 44626dc7d5 MSVC: Windows-native implementation for subset of Pthreads API 15 years ago
Junio C Hamano 561197238e Merge branch 'maint' 15 years ago
Junio C Hamano 0346e324c2 Merge branch 'cc/reset-more' 15 years ago
Ramkumar Ramachandra 52eb5173ac Documentation: Update git core tutorial clarifying reference to scripts 15 years ago
Ramsay Jones b6f714f89a MSVC: Fix an "incompatible pointer types" compiler warning 15 years ago
Johannes Sixt 75301f9015 Windows: avoid the "dup dance" when spawning a child process 15 years ago
Johannes Sixt 3e34d66577 Windows: simplify the pipe(2) implementation 15 years ago
Johannes Sixt 928500e00e Windows: boost startup by avoiding a static dependency on shell32.dll 15 years ago
Erik Faye-Lund 56932249cf Windows: disable Python 15 years ago
Ilari Liusvaara e9fcd1e212 Add push --set-upstream 15 years ago
Christian Couder 6f53c3b21e t7111: fix bad HEAD in tests with unmerged entries 15 years ago
David Aguilar c8a5672ea5 difftool: Update copyright notices to list each year separately 15 years ago
Richard Weinberger b9cb07726a Fix uninitialized variable in get_refs_via_rsync(). 15 years ago
Tarmigan Casebolt e8189ee90e Test t5560: Fix test when run with dash 15 years ago
Nguyễn Thái Ngọc Duy 688cd6d2b9 status: only touch path we may need to check 15 years ago
David Aguilar 9f3d54d193 difftool: Use eval to expand '--extcmd' expressions 15 years ago
David Aguilar f47f1e2ce8 difftool: Add '-x' and as an alias for '--extcmd' 15 years ago
David Aguilar a9e11220c2 t7800-difftool.sh: Simplify the --extcmd test 15 years ago
Junio C Hamano 308162372d grep --no-index: allow use of "git grep" outside a git repository 15 years ago
Junio C Hamano 7e622650d7 grep: prepare to run outside of a work tree 15 years ago
Ramkumar Ramachandra 88d50e78c3 Document git-blame triple -C option 15 years ago
Dmitry Potapov 8db751a8f9 fast-import: tag may point to any object type 15 years ago
Jeff King b706fcfe93 commit: allow suppression of implicit identity advice 15 years ago
Jeff King 49ff9a7a02 commit: show interesting ident information in summary 15 years ago
Jeff King 361df5df77 strbuf: add strbuf_addbuf_percentquote 15 years ago
Jeff King 0a0416a34a strbuf_expand: convert "%%" to "%" 15 years ago
Michael Haggerty 6bdcd0d2fc rebase -i: Retain user-edited commit messages after squash/fixup conflicts 15 years ago
Michael Haggerty 6c4c44c458 t3404: Set up more of the test repo in the "setup" step 15 years ago
Michael Haggerty a25eb13909 rebase -i: For fixup commands without squashes, do not start editor 15 years ago
Michael Haggerty bde1a68624 rebase -i: Change function make_squash_message into update_squash_message 15 years ago
Michael Haggerty 7756ecffe7 rebase -i: Extract function do_with_author 15 years ago
Michael Haggerty 5c5d059a0d rebase -i: Handle the author script all in one place in do_next 15 years ago
Michael Haggerty ee0a4afbe2 rebase -i: Extract a function "commit_message" 15 years ago
Michael Haggerty f99e269c44 rebase -i: Simplify commit counting for generated commit messages 15 years ago
Michael Haggerty 5065ed296a rebase -i: Improve consistency of commit count in generated commit messages 15 years ago