Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Always initialize xpparam_t to 0 | Brian Downing | 2008-10-25 | 5 | -0/+9 |
* | blame: inline get_patch() | René Scharfe | 2008-10-25 | 1 | -20/+11 |
* | Merge branch 'maint' | Shawn O. Pearce | 2008-10-12 | 3 | -1/+60 |
|\ | |||||
| * | test-lib: fix broken printf | Shawn O. Pearce | 2008-10-12 | 1 | -1/+1 |
| * | git apply --directory broken for new files | Jeff King | 2008-10-12 | 2 | -0/+59 |
* | | "git diff <tree>{3,}": do not reverse order of arguments | Matt McCutchen | 2008-10-12 | 3 | -3/+31 |
* | | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 2008-10-12 | 46 | -197/+91 |
* | | print an error message for invalid path | Dmitry Potapov | 2008-10-12 | 2 | -3/+5 |
* | | Documentation: remove stale howto/rebase-and-edit.txt | Thomas Rast | 2008-10-12 | 1 | -79/+0 |
* | | t9001: use older Getopt::Long boolean prefix '--no' rather than '--no-' | Brandon Casey | 2008-10-12 | 1 | -1/+1 |
* | | Merge branch 'maint' | Shawn O. Pearce | 2008-10-10 | 6 | -8/+29 |
|\| | |||||
| * | rebase -i: do not fail when there is no commit to cherry-pick | Johannes Schindelin | 2008-10-10 | 2 | -1/+13 |
| * | test-lib: fix color reset in say_color() | Miklos Vajna | 2008-10-10 | 1 | -1/+2 |
| * | fix pread()'s short read in index-pack | Nicolas Pitre | 2008-10-10 | 3 | -6/+14 |
* | | Merge branch 'js/objc-funchdr' | Shawn O. Pearce | 2008-10-09 | 2 | -0/+12 |
|\ \ | |||||
| * | | Teach git diff about Objective-C syntax | Jonathan del Strother | 2008-10-06 | 2 | -0/+12 |
* | | | Merge branch 'pb/gitweb' | Shawn O. Pearce | 2008-10-09 | 2 | -31/+187 |
|\ \ \ | |||||
| * \ \ | Merge branch 'pb/gitweb-tagcloud' into pb/gitweb | Shawn O. Pearce | 2008-10-03 | 38 | -169/+447 |
| |\ \ \ | |||||
| | * | | | gitweb: Support for simple project search form | Petr Baudis | 2008-10-03 | 2 | -2/+14 |
| | * | | | gitweb: Make the by_tag filter delve in forks as well | Petr Baudis | 2008-10-03 | 1 | -3/+10 |
| | * | | | gitweb: Support for tag clouds | Petr Baudis | 2008-10-03 | 1 | -0/+109 |
| * | | | | gitweb: Add support for extending the action bar with custom links | Petr Baudis | 2008-10-03 | 1 | -1/+34 |
| * | | | | gitweb: Sort the list of forks on the summary page by age | Mike Ralphson | 2008-10-01 | 1 | -2/+2 |
| * | | | | gitweb: Clean-up sorting of project list | Petr Baudis | 2008-10-01 | 1 | -25/+20 |
* | | | | | Merge branch 'dm/svn-branch' | Shawn O. Pearce | 2008-10-09 | 3 | -2/+128 |
|\ \ \ \ \ | |||||
| * | | | | | Add git-svn branch to allow branch creation in SVN repositories | Florian Ragwitz | 2008-10-06 | 3 | -2/+128 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'bc/xdiffnl' | Shawn O. Pearce | 2008-10-09 | 1 | -1/+11 |
|\ \ \ \ \ | |||||
| * | | | | | xdiff-interface.c: strip newline (and cr) from line before pattern matching | Brandon Casey | 2008-10-03 | 1 | -1/+11 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'dp/cywginstat' | Shawn O. Pearce | 2008-10-09 | 9 | -38/+194 |
|\ \ \ \ \ | |||||
| * | | | | | cygwin: Use native Win32 API for stat | Dmitry Potapov | 2008-09-30 | 5 | -0/+150 |
| * | | | | | mingw: move common functionality to win32.h | Dmitry Potapov | 2008-09-30 | 2 | -38/+38 |
| * | | | | | add have_git_dir() function | Dmitry Potapov | 2008-09-30 | 2 | -0/+6 |
* | | | | | | Merge branch 'lt/time-reject-fractional-seconds' | Shawn O. Pearce | 2008-10-09 | 1 | -6/+20 |
|\ \ \ \ \ \ | |||||
| * | | | | | | date/time: do not get confused by fractional seconds | Linus Torvalds | 2008-08-18 | 1 | -6/+20 |
* | | | | | | | Merge branch 'jc/add-ita' | Shawn O. Pearce | 2008-10-09 | 4 | -6/+65 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | git-add --intent-to-add (-N) | Junio C Hamano | 2008-09-01 | 4 | -6/+65 |
* | | | | | | | | Merge branch 'mw/sendemail' | Shawn O. Pearce | 2008-10-09 | 3 | -215/+147 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | bash completion: Add --[no-]validate to "git send-email" | Teemu Likonen | 2008-10-03 | 1 | -1/+2 |
| * | | | | | | | | send-email: signedoffcc -> signedoffbycc, but handle both | Michael Witten | 2008-10-01 | 2 | -5/+6 |
| * | | | | | | | | Docs: send-email: Create logical groupings for man text | Michael Witten | 2008-10-01 | 1 | -50/+69 |
| * | | | | | | | | Docs: send-email: Create logical groupings for --help text | Michael Witten | 2008-10-01 | 1 | -27/+34 |
| * | | | | | | | | Docs: send-email: Remove unnecessary config variable description | Michael Witten | 2008-10-01 | 1 | -75/+16 |
| * | | | | | | | | Docs: send-email: --chain_reply_to -> --[no-]chain-reply-to | Michael Witten | 2008-10-01 | 1 | -1/+1 |
| * | | | | | | | | send-email: change --no-validate to boolean --[no-]validate | Michael Witten | 2008-10-01 | 2 | -6/+12 |
| * | | | | | | | | Docs: send-email: Man page option ordering | Michael Witten | 2008-10-01 | 1 | -72/+66 |
| * | | | | | | | | Docs: send-email usage text much sexier | Michael Witten | 2008-10-01 | 1 | -68/+26 |
| * | | | | | | | | Docs: send-email's usage text and man page mention same options | Michael Witten | 2008-10-01 | 2 | -12/+17 |
| | |_|_|_|_|/ / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'mv/merge-refresh' | Shawn O. Pearce | 2008-10-09 | 2 | -0/+19 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | builtin-merge: refresh the index before calling a strategy | Miklos Vajna | 2008-10-03 | 2 | -0/+19 |
| | |_|_|_|/ / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'ph/parseopt' | Shawn O. Pearce | 2008-10-09 | 3 | -80/+74 |
|\ \ \ \ \ \ \ \ |