summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Always initialize xpparam_t to 0Brian Downing2008-10-255-0/+9
* blame: inline get_patch()René Scharfe2008-10-251-20/+11
* Merge branch 'maint'Shawn O. Pearce2008-10-123-1/+60
|\
| * test-lib: fix broken printfShawn O. Pearce2008-10-121-1/+1
| * git apply --directory broken for new filesJeff King2008-10-122-0/+59
* | "git diff <tree>{3,}": do not reverse order of argumentsMatt McCutchen2008-10-123-3/+31
* | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-1246-197/+91
* | print an error message for invalid pathDmitry Potapov2008-10-122-3/+5
* | Documentation: remove stale howto/rebase-and-edit.txtThomas Rast2008-10-121-79/+0
* | t9001: use older Getopt::Long boolean prefix '--no' rather than '--no-'Brandon Casey2008-10-121-1/+1
* | Merge branch 'maint'Shawn O. Pearce2008-10-106-8/+29
|\|
| * rebase -i: do not fail when there is no commit to cherry-pickJohannes Schindelin2008-10-102-1/+13
| * test-lib: fix color reset in say_color()Miklos Vajna2008-10-101-1/+2
| * fix pread()'s short read in index-packNicolas Pitre2008-10-103-6/+14
* | Merge branch 'js/objc-funchdr'Shawn O. Pearce2008-10-092-0/+12
|\ \
| * | Teach git diff about Objective-C syntaxJonathan del Strother2008-10-062-0/+12
* | | Merge branch 'pb/gitweb'Shawn O. Pearce2008-10-092-31/+187
|\ \ \
| * \ \ Merge branch 'pb/gitweb-tagcloud' into pb/gitwebShawn O. Pearce2008-10-0338-169/+447
| |\ \ \
| | * | | gitweb: Support for simple project search formPetr Baudis2008-10-032-2/+14
| | * | | gitweb: Make the by_tag filter delve in forks as wellPetr Baudis2008-10-031-3/+10
| | * | | gitweb: Support for tag cloudsPetr Baudis2008-10-031-0/+109
| * | | | gitweb: Add support for extending the action bar with custom linksPetr Baudis2008-10-031-1/+34
| * | | | gitweb: Sort the list of forks on the summary page by ageMike Ralphson2008-10-011-2/+2
| * | | | gitweb: Clean-up sorting of project listPetr Baudis2008-10-011-25/+20
* | | | | Merge branch 'dm/svn-branch'Shawn O. Pearce2008-10-093-2/+128
|\ \ \ \ \
| * | | | | Add git-svn branch to allow branch creation in SVN repositoriesFlorian Ragwitz2008-10-063-2/+128
| | |_|/ / | |/| | |
* | | | | Merge branch 'bc/xdiffnl'Shawn O. Pearce2008-10-091-1/+11
|\ \ \ \ \
| * | | | | xdiff-interface.c: strip newline (and cr) from line before pattern matchingBrandon Casey2008-10-031-1/+11
| | |_|/ / | |/| | |
* | | | | Merge branch 'dp/cywginstat'Shawn O. Pearce2008-10-099-38/+194
|\ \ \ \ \
| * | | | | cygwin: Use native Win32 API for statDmitry Potapov2008-09-305-0/+150
| * | | | | mingw: move common functionality to win32.hDmitry Potapov2008-09-302-38/+38
| * | | | | add have_git_dir() functionDmitry Potapov2008-09-302-0/+6
* | | | | | Merge branch 'lt/time-reject-fractional-seconds'Shawn O. Pearce2008-10-091-6/+20
|\ \ \ \ \ \
| * | | | | | date/time: do not get confused by fractional secondsLinus Torvalds2008-08-181-6/+20
* | | | | | | Merge branch 'jc/add-ita'Shawn O. Pearce2008-10-094-6/+65
|\ \ \ \ \ \ \
| * | | | | | | git-add --intent-to-add (-N)Junio C Hamano2008-09-014-6/+65
* | | | | | | | Merge branch 'mw/sendemail'Shawn O. Pearce2008-10-093-215/+147
|\ \ \ \ \ \ \ \
| * | | | | | | | bash completion: Add --[no-]validate to "git send-email"Teemu Likonen2008-10-031-1/+2
| * | | | | | | | send-email: signedoffcc -> signedoffbycc, but handle bothMichael Witten2008-10-012-5/+6
| * | | | | | | | Docs: send-email: Create logical groupings for man textMichael Witten2008-10-011-50/+69
| * | | | | | | | Docs: send-email: Create logical groupings for --help textMichael Witten2008-10-011-27/+34
| * | | | | | | | Docs: send-email: Remove unnecessary config variable descriptionMichael Witten2008-10-011-75/+16
| * | | | | | | | Docs: send-email: --chain_reply_to -> --[no-]chain-reply-toMichael Witten2008-10-011-1/+1
| * | | | | | | | send-email: change --no-validate to boolean --[no-]validateMichael Witten2008-10-012-6/+12
| * | | | | | | | Docs: send-email: Man page option orderingMichael Witten2008-10-011-72/+66
| * | | | | | | | Docs: send-email usage text much sexierMichael Witten2008-10-011-68/+26
| * | | | | | | | Docs: send-email's usage text and man page mention same optionsMichael Witten2008-10-012-12/+17
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'mv/merge-refresh'Shawn O. Pearce2008-10-092-0/+19
|\ \ \ \ \ \ \ \
| * | | | | | | | builtin-merge: refresh the index before calling a strategyMiklos Vajna2008-10-032-0/+19
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'ph/parseopt'Shawn O. Pearce2008-10-093-80/+74
|\ \ \ \ \ \ \ \