summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dp/hash-literally'Junio C Hamano2008-08-195-122/+178
|\
| * add --no-filters option to git hash-objectDmitry Potapov2008-08-033-5/+44
| * add --path option to git hash-objectDmitry Potapov2008-08-033-7/+48
| * use parse_options() in git hash-objectDmitry Potapov2008-08-031-69/+53
| * correct usage help string for git-hash-objectDmitry Potapov2008-08-032-2/+5
| * correct argument checking test for git hash-objectDmitry Potapov2008-08-031-4/+4
| * teach index_fd to work with pipesDmitry Potapov2008-08-033-52/+41
* | Merge branch 'js/checkout-dwim-local'Junio C Hamano2008-08-193-4/+38
|\ \
| * | checkout --track: make up a sensible branch name if '-b' was omittedJohannes Schindelin2008-08-113-4/+38
* | | Merge branch 'ph/enable-threaded'Junio C Hamano2008-08-191-0/+5
|\ \ \
| * | | Enable threaded delta search on *BSD and Linux.Pierre Habouzit2008-07-221-0/+5
* | | | Merge branch 'jk/pager-swap'Junio C Hamano2008-08-193-44/+14
|\ \ \ \
| * | | | spawn pager via run_command interfaceJeff King2008-07-251-44/+11
| * | | | run-command: add pre-exec callbackJeff King2008-07-252-0/+3
* | | | | Merge branch 'rs/imap'Junio C Hamano2008-08-194-423/+586
|\ \ \ \ \
| * | | | | Documentation: Improve documentation for git-imap-send(1)Robert Shearman2008-07-251-12/+65
| * | | | | imap-send.c: more style fixesJunio C Hamano2008-07-251-114/+111
| * | | | | imap-send.c: style fixesRobert Shearman2008-07-251-329/+300
| * | | | | git-imap-send: Support SSLRobert Shearman2008-07-254-16/+156
| * | | | | git-imap-send: Allow the program to be run from subdirectories of a git treeRobert Shearman2008-07-251-0/+2
| |/ / / /
* | | | | Merge branch 'js/mingw-stat'Junio C Hamano2008-08-195-43/+26
|\ \ \ \ \
| * | | | | Revert "Windows: Use a customized struct stat that also has the st_blocks mem...Johannes Sixt2008-08-182-32/+11
| * | | | | compat: introduce on_disk_bytes()Junio C Hamano2008-08-185-11/+15
* | | | | | reword --full-index descriptionJim Meyering2008-08-191-3/+3
* | | | | | SubmittingPatches: fix a typoJim Meyering2008-08-191-1/+1
* | | | | | add boolean diff.suppress-blank-empty config optionJim Meyering2008-08-193-0/+56
* | | | | | Merge branch 'maint'Junio C Hamano2008-08-194-11/+14
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | t1002-read-tree-m-u-2way.sh: use 'git diff -U0' rather than 'diff -U0'Brandon Casey2008-08-181-4/+6
| * | | | | adapt git-cvsserver manpage to dash-free syntaxRobert Schiele2008-08-181-4/+4
| * | | | | mailinfo: re-fix MIME multipart boundary parsingDon Zickus2008-08-182-3/+4
* | | | | | Start 1.6.1 cycleJunio C Hamano2008-08-172-1/+43
|/ / / / /
* | | | | Start 1.6.0.X maintenance seriesJunio C Hamano2008-08-172-1/+16
* | | | | GIT 1.6.0v1.6.0Junio C Hamano2008-08-173-13/+17
* | | | | Merge git-gui 0.11.0Junio C Hamano2008-08-171-1/+1
|\ \ \ \ \
| * | | | | git-gui 0.11gitgui-0.11.0Shawn O. Pearce2008-08-101-1/+1
* | | | | | Merge branch 'ak/p4'Junio C Hamano2008-08-172-28/+124
|\ \ \ \ \ \
| * | | | | | Utilise our new p4_read_pipe and p4_write_pipe wrappersAnand Kumria2008-08-141-3/+3
| * | | | | | Add p4 read_pipe and write_pipe wrappersAnand Kumria2008-08-141-0/+7
| * | | | | | Put in the two other configuration elements found in the sourceAnand Kumria2008-08-111-0/+8
| * | | | | | Put some documentation in about the parameters that have been addedAnand Kumria2008-08-111-0/+32
| * | | | | | Move git-p4.syncFromOrigin into a configuration parameters sectionAnand Kumria2008-08-111-12/+16
| * | | | | | Consistently use 'git-p4' for the configuration entriesAnand Kumria2008-08-111-1/+1
| * | | | | | If the user has configured various parameters, use them.Anand Kumria2008-08-111-1/+23
| * | | | | | Switch to using 'p4_build_cmd'Anand Kumria2008-08-111-7/+3
| * | | | | | If we are in verbose mode, output what we are about to run (or return)Anand Kumria2008-08-111-0/+2
| * | | | | | Add a single command that will be used to construct the 'p4' commandAnand Kumria2008-08-111-0/+11
| * | | | | | Utilise the new 'p4_system' function.Anand Kumria2008-08-111-9/+9
| * | | | | | Have a command that specifically invokes 'p4' (via system)Anand Kumria2008-08-111-0/+7
| * | | | | | Utilise the new 'p4_read_pipe_lines' commandAnand Kumria2008-08-111-2/+2
| * | | | | | Create a specific version of the read_pipe_lines command for p4 invocationsAnand Kumria2008-08-111-0/+7
| | |_|_|/ / | |/| | | |