Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'dp/hash-literally' | Junio C Hamano | 2008-08-19 | 5 | -122/+178 |
|\ | |||||
| * | add --no-filters option to git hash-object | Dmitry Potapov | 2008-08-03 | 3 | -5/+44 |
| * | add --path option to git hash-object | Dmitry Potapov | 2008-08-03 | 3 | -7/+48 |
| * | use parse_options() in git hash-object | Dmitry Potapov | 2008-08-03 | 1 | -69/+53 |
| * | correct usage help string for git-hash-object | Dmitry Potapov | 2008-08-03 | 2 | -2/+5 |
| * | correct argument checking test for git hash-object | Dmitry Potapov | 2008-08-03 | 1 | -4/+4 |
| * | teach index_fd to work with pipes | Dmitry Potapov | 2008-08-03 | 3 | -52/+41 |
* | | Merge branch 'js/checkout-dwim-local' | Junio C Hamano | 2008-08-19 | 3 | -4/+38 |
|\ \ | |||||
| * | | checkout --track: make up a sensible branch name if '-b' was omitted | Johannes Schindelin | 2008-08-11 | 3 | -4/+38 |
* | | | Merge branch 'ph/enable-threaded' | Junio C Hamano | 2008-08-19 | 1 | -0/+5 |
|\ \ \ | |||||
| * | | | Enable threaded delta search on *BSD and Linux. | Pierre Habouzit | 2008-07-22 | 1 | -0/+5 |
* | | | | Merge branch 'jk/pager-swap' | Junio C Hamano | 2008-08-19 | 3 | -44/+14 |
|\ \ \ \ | |||||
| * | | | | spawn pager via run_command interface | Jeff King | 2008-07-25 | 1 | -44/+11 |
| * | | | | run-command: add pre-exec callback | Jeff King | 2008-07-25 | 2 | -0/+3 |
* | | | | | Merge branch 'rs/imap' | Junio C Hamano | 2008-08-19 | 4 | -423/+586 |
|\ \ \ \ \ | |||||
| * | | | | | Documentation: Improve documentation for git-imap-send(1) | Robert Shearman | 2008-07-25 | 1 | -12/+65 |
| * | | | | | imap-send.c: more style fixes | Junio C Hamano | 2008-07-25 | 1 | -114/+111 |
| * | | | | | imap-send.c: style fixes | Robert Shearman | 2008-07-25 | 1 | -329/+300 |
| * | | | | | git-imap-send: Support SSL | Robert Shearman | 2008-07-25 | 4 | -16/+156 |
| * | | | | | git-imap-send: Allow the program to be run from subdirectories of a git tree | Robert Shearman | 2008-07-25 | 1 | -0/+2 |
| |/ / / / | |||||
* | | | | | Merge branch 'js/mingw-stat' | Junio C Hamano | 2008-08-19 | 5 | -43/+26 |
|\ \ \ \ \ | |||||
| * | | | | | Revert "Windows: Use a customized struct stat that also has the st_blocks mem... | Johannes Sixt | 2008-08-18 | 2 | -32/+11 |
| * | | | | | compat: introduce on_disk_bytes() | Junio C Hamano | 2008-08-18 | 5 | -11/+15 |
* | | | | | | reword --full-index description | Jim Meyering | 2008-08-19 | 1 | -3/+3 |
* | | | | | | SubmittingPatches: fix a typo | Jim Meyering | 2008-08-19 | 1 | -1/+1 |
* | | | | | | add boolean diff.suppress-blank-empty config option | Jim Meyering | 2008-08-19 | 3 | -0/+56 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-08-19 | 4 | -11/+14 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | t1002-read-tree-m-u-2way.sh: use 'git diff -U0' rather than 'diff -U0' | Brandon Casey | 2008-08-18 | 1 | -4/+6 |
| * | | | | | adapt git-cvsserver manpage to dash-free syntax | Robert Schiele | 2008-08-18 | 1 | -4/+4 |
| * | | | | | mailinfo: re-fix MIME multipart boundary parsing | Don Zickus | 2008-08-18 | 2 | -3/+4 |
* | | | | | | Start 1.6.1 cycle | Junio C Hamano | 2008-08-17 | 2 | -1/+43 |
|/ / / / / | |||||
* | | | | | Start 1.6.0.X maintenance series | Junio C Hamano | 2008-08-17 | 2 | -1/+16 |
* | | | | | GIT 1.6.0v1.6.0 | Junio C Hamano | 2008-08-17 | 3 | -13/+17 |
* | | | | | Merge git-gui 0.11.0 | Junio C Hamano | 2008-08-17 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | git-gui 0.11gitgui-0.11.0 | Shawn O. Pearce | 2008-08-10 | 1 | -1/+1 |
* | | | | | | Merge branch 'ak/p4' | Junio C Hamano | 2008-08-17 | 2 | -28/+124 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Utilise our new p4_read_pipe and p4_write_pipe wrappers | Anand Kumria | 2008-08-14 | 1 | -3/+3 |
| * | | | | | | Add p4 read_pipe and write_pipe wrappers | Anand Kumria | 2008-08-14 | 1 | -0/+7 |
| * | | | | | | Put in the two other configuration elements found in the source | Anand Kumria | 2008-08-11 | 1 | -0/+8 |
| * | | | | | | Put some documentation in about the parameters that have been added | Anand Kumria | 2008-08-11 | 1 | -0/+32 |
| * | | | | | | Move git-p4.syncFromOrigin into a configuration parameters section | Anand Kumria | 2008-08-11 | 1 | -12/+16 |
| * | | | | | | Consistently use 'git-p4' for the configuration entries | Anand Kumria | 2008-08-11 | 1 | -1/+1 |
| * | | | | | | If the user has configured various parameters, use them. | Anand Kumria | 2008-08-11 | 1 | -1/+23 |
| * | | | | | | Switch to using 'p4_build_cmd' | Anand Kumria | 2008-08-11 | 1 | -7/+3 |
| * | | | | | | If we are in verbose mode, output what we are about to run (or return) | Anand Kumria | 2008-08-11 | 1 | -0/+2 |
| * | | | | | | Add a single command that will be used to construct the 'p4' command | Anand Kumria | 2008-08-11 | 1 | -0/+11 |
| * | | | | | | Utilise the new 'p4_system' function. | Anand Kumria | 2008-08-11 | 1 | -9/+9 |
| * | | | | | | Have a command that specifically invokes 'p4' (via system) | Anand Kumria | 2008-08-11 | 1 | -0/+7 |
| * | | | | | | Utilise the new 'p4_read_pipe_lines' command | Anand Kumria | 2008-08-11 | 1 | -2/+2 |
| * | | | | | | Create a specific version of the read_pipe_lines command for p4 invocations | Anand Kumria | 2008-08-11 | 1 | -0/+7 |
| | |_|_|/ / | |/| | | | |