20856 Commits (3af59e6f31c5304d476884b69b6b88dfd492812b)
 

Author SHA1 Message Date
Junio C Hamano f287c65b26 Merge branch 'tc/test-locate-httpd' 15 years ago
Junio C Hamano f8eb50f60b Merge branch 'jh/commit-status' 15 years ago
Junio C Hamano a4c3616b19 Merge branch 'jn/makefile' 15 years ago
Junio C Hamano a0db3e5878 Merge branch 'jc/maint-1.6.1-checkout-m-custom-merge' 15 years ago
Junio C Hamano 42aac96763 Merge branch 'tc/clone-v-progress' 15 years ago
Junio C Hamano d060507291 Merge branch 'tc/smart-http-restrict' 15 years ago
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 fc6f19fe2b commit.c::print_summary: do not release the format string too early 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
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
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
Michael Haggerty 959c0d06ea t3404: Test the commit count in commit messages generated by "rebase -i" 15 years ago
Michael Haggerty a4049ae7ac rebase -i: Introduce a constant AMEND 15 years ago
Michael Haggerty 0aac0de4fe rebase -i: Introduce a constant AUTHOR_SCRIPT 15 years ago
Michael Haggerty 80883bb30a rebase -i: Document how temporary files are used 15 years ago