15462 Commits (1b1d78fe77d676bb79a9272ff6f3517697811990)
 

Author SHA1 Message Date
Miklos Vajna 1b1d78fe77 Add a new test for using a custom merge strategy 17 years ago
Miklos Vajna 87091b495e builtin-merge: allow using a custom strategy 17 years ago
Miklos Vajna 940208a771 builtin-help: make some internal functions available to other builtins 17 years ago
Alex Riesen 1ce4790bf5 Make use of stat.ctime configurable 17 years ago
Christian Couder df57accb46 merge-base: die with an error message if not passed a commit ref 17 years ago
Junio C Hamano 65c35b2256 t7001: fix "git mv" test 17 years ago
Junio C Hamano c297432d0d Documentation: clarify what is shown in "git-ls-files -s" output 17 years ago
Steffen Prohaska 108ac313f7 run-command (Windows): Run dashless "git <cmd>" 17 years ago
Steffen Prohaska 4933e5ebde Refactor, adding prepare_git_cmd(const char **argv) 17 years ago
Olivier Marin d276189514 builtin-verify-tag: fix -v option parsing 17 years ago
Junio C Hamano 7ddea13af2 ls-tree documentation: enhance notes on subdirectory and pathspec behaviour 17 years ago
Junio C Hamano 1b65f38c06 Allow installing in the traditional way 17 years ago
Junio C Hamano e84a063da8 Allow building without any git installed 17 years ago
Jeff King 172035f044 init: handle empty "template" parameter 17 years ago
Junio C Hamano 8e1db3871c GIT 1.6.0-rc1 17 years ago
Petr Baudis 81dc2307d0 git-mv: Keep moved index entries inact 17 years ago
Petr Baudis f6c52fe4e8 git-mv: Remove dead code branch 17 years ago
Shawn O. Pearce a08c53a119 fsck: Don't require tmp_obj_ file names are 14 bytes in length 17 years ago
Johannes Schindelin f5d600e2dd Avoid chdir() in list_commands_in_dir() 17 years ago
Lars Hjemli b6f637d199 builtin-branch: fix -v for --[no-]merged 17 years ago
Lars Hjemli 7950cda782 builtin-branch: factor out merge_filter matching 17 years ago
Lars Hjemli 346d437aab builtin-branch: remove duplicated code 17 years ago
Björn Steinbrink 2122f8b963 rev-parse: Add support for the ^! and ^@ syntax 17 years ago
Junio C Hamano 47c6ef1c8d make sure parsed wildcard refspec ends with slash 17 years ago
Jakub Narebski ef115e26f7 gitweb: More about how gitweb gets 'owner' of repository 17 years ago
Jonathan Nieder b890fa33a4 t6030 (bisect): work around Mac OS X "ls" 17 years ago
Cesar Eduardo Barros 77ef80a83e Documentation/git-submodule.txt: fix doubled word 17 years ago
Lee Marlow 1eb7e2f834 bash completion: Add completion for 'git help' 17 years ago
Anders Melchiorsen 6bb9e51b8e Documentation: fix diff.external example 17 years ago
Thomas Rast cbb504c974 bash completion: Add long options for 'git describe' 17 years ago
Abhijit Menon-Sen 35faca1f99 Clarify that "git log x.c y.h" lists commits that touch either file 17 years ago
Junio C Hamano 392f130091 Merge git://repo.or.cz/git-gui 17 years ago
Johannes Sixt c7f7457026 git-gui: "Stage Line": Treat independent changes in adjacent lines better 17 years ago
Johannes Sixt fa6b5b3944 git-gui: Fix "Stage/Unstage Line" with one line of context. 17 years ago
Stephan Beyer b0320eaf6a git-reset: Let -q hush "locally modified" messages 17 years ago
Brad King 128de65767 git-svn: teach dcommit about svn auto-props 17 years ago
Johannes Sixt 7b4b59a963 Windows: Do not compile git-shell 17 years ago
Johannes Sixt 35eeef4722 Windows: Make sure argv[0] has a path 17 years ago
Johannes Sixt bf74a88244 Windows: Make $(gitexecdir) relative 17 years ago
Johannes Sixt 10c4c881c4 Allow add_path() to add non-existent directories to the path 17 years ago
Johannes Sixt 49fa65a7a8 Allow the built-in exec path to be relative to the command invocation path 17 years ago
Johannes Sixt 966c6edd31 Fix relative built-in paths to be relative to the command invocation 17 years ago
Johannes Sixt e1464ca7bb Record the command invocation path early 17 years ago
Johannes Sixt 46beb55988 Makefile: Normalize $(bindir) and $(gitexecdir) before comparing 17 years ago
Johannes Sixt c70a8d98a5 Makefile: Do not install a copy of 'git' in $(gitexecdir) 17 years ago
Rene Scharfe 819b2b5824 archive: allow --exec and --remote without equal sign 17 years ago
Rene Scharfe f15f736d38 archive: declare struct archiver where it's needed 17 years ago
Rene Scharfe 7f4d0511af archive: define MAX_ARGS where it's needed 17 years ago
Rene Scharfe c088543553 archive: move parameter parsing code to archive.c 17 years ago
Rene Scharfe 6e94e6835f archive: add write_archive() 17 years ago