2006-08-03 | use declarations from builtin.h for builtin commands Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-08-03 | Make git-repo-config a builtin Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-08-02 | Make git-prune-packed a builtin Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-08-02 | git-annotate: remove extraneous debugging line Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-08-02 | Documentation: convert uses of git-link macro to gitlink Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-08-02 | git-push: remove obsolete git-push.sh Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-08-02 | git-push: allow -f as an alias for --force Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-08-02 | Remove cmd_usage() routine and re-organize the help... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-08-02 | Fix header breakage due to redefining PATH_MAX. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-08-02 | Add NO_C99_FORMAT to support older compilers. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-08-02 | New tests and en-passant modifications to mktag. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-08-02 | Fix installation of templates on ancient systems. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-08-02 | Fix annotate test script; notice when git-annotate... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-08-02 | Ensure git-clone exits with error if perl script fails. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-08-01 | Merge branch 'rs/rebase' |
diff | tree |
2006-08-01 | Merge branch 'ml/pager' |
diff | tree |
2006-08-01 | Merge branch 'jc/checkout' |
diff | tree |
2006-07-31 | pager: config variable pager.color Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-31 | Builtins: control the use of pager from the command... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-31 | Fix up some fallout from "setup_git_directory()" cleanups Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-31 | Fix double "close()" in ce_compare_data Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-31 | git-checkout: allow "checkout HEAD -- path" Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-31 | rebase: Make the fast-fowarding message more user-friendly... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-31 | rebase: Fix the detection of fast-forwarding of the... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-31 | tar-tree: illustrate an obscure feature better Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-31 | git.c: allow alias expansion without a git directory Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-31 | setup_git_directory_gently: do not barf when GIT_DIR... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-30 | Build on Debian GNU/kFreeBSD Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-30 | Merge branch 'lt/web' |
diff | tree |
2006-07-30 | Merge branch '__/setup-n-mv' |
diff | tree |
2006-07-30 | Merge branch 'js/mv' |
diff | tree |
2006-07-30 | Merge branch 'jn/make' |
diff | tree |
2006-07-29 | Merge branch 'lt/setup' into __/setup-n-mv Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-29 | Call setup_git_directory() much earlier Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-29 | Call setup_git_directory() early Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-29 | Display an error from update-ref if target ref name... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-29 | Fix http-fetch Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-28 | Merge branch 'pb/multi-fetch' |
diff | tree |
2006-07-28 | Merge branch 'lt/web' |
diff | tree |
2006-07-28 | Merge branch 'js/cvs' |
diff | tree |
2006-07-28 | Merge branch 'js/alias-p' |
diff | tree |
2006-07-28 | Merge branch 'jc/diff' |
diff | tree |
2006-07-28 | t4103: fix binary patch application test. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-28 | git-apply -R: binary patches are irreversible for now. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-28 | Teach git-apply about '-R' Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-28 | Makefile: ssh-pull.o depends on ssh-fetch.c Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-28 | log and diff family: honor config even from subdirectories Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-28 | git-reset: detect update-ref error and report it. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-28 | lost-found: use fsck-objects --full Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-28 | Teach git-http-fetch the --stdin switch Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-28 | Teach git-local-fetch the --stdin switch Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-28 | Make pull() support fetching multiple targets at once Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-28 | Make pull() take some implicit data as explicit arguments Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-28 | mailinfo: accept >From in message header Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-27 | Remove -d from *-fetch usage strings Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-27 | daemon: documentation for --reuseaddr, --detach and... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-26 | cvsserver: imitate git-update-ref when committing Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-26 | instaweb: Be more clear if httpd or the browser fail Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-26 | builtin git-mv: support moving directories Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-26 | Make git-mv a builtin Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-26 | Extract helper bits from c-merge-recursive work Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-26 | Merge branch 'pb/configure' |
diff | tree |
2006-07-26 | git-cvsserver: support multiline commit messages Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-26 | t7001: add test for git-mv dir1 dir2/ Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-26 | gitweb: fix two warnings Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-26 | git-instaweb: respect bindir from Makefile Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-26 | git-instaweb: some Apache have mod_cgi builtin Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-26 | t4112: simplify the test and remove unneeded working... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-26 | Extend testing git-mv for renaming of subdirectories Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-25 | git wrapper: add --git-dir=<path> and --bare options Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-25 | Allow an alias to start with "-p" Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-25 | cvsserver: avoid warning about active db handles Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-25 | cvsserver: suppress warnings Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-25 | Substitute xmalloc()+memset(0) with xcalloc(). Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-25 | gitweb: escape tag comments Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-25 | Merge branch 'jc/clone-bind-failure' |
diff | tree |
2006-07-25 | Merge branch 'jt/format-patch' |
diff | tree |
2006-07-25 | Merge branch 'ew/apply' |
diff | tree |
2006-07-25 | Merge branch 'jc/read-tree' |
diff | tree |
2006-07-25 | gitweb.cgi: git_blame2: slight optimization reading... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-25 | gitweb.cgi: Centralize printing of the page path Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-25 | gitweb.cgi: git_blame2: Revision blocks now have alternating... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-25 | gitweb.cgi: Show "raw" head of project link even when... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-25 | gitweb.cgi: git_blame2: Allow back-trekking through... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-25 | gitweb.cgi: git_blame2: an alternative simple working... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-25 | gitweb.cgi: Include direct link to "raw" files from... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-25 | gitweb.cgi: Teach git_history() to read hash from ... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-25 | Merge branch 'lt/objformat' |
diff | tree |
2006-07-25 | Trivial path optimization test Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-24 | Always reset the color _before_ printing out the newline Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-24 | upload-pack: fix timeout in create_pack_file Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-24 | Defaulting fetch to origin when set in the repo-config Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-24 | Colorize 'commit' lines in log ui Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-24 | git-am: Don't accept an mbox on stdin of we already... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-24 | show-branch: Fix another performance problem. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-24 | pack-objects: check pack.window for default window... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-24 | Disable linking with Fink or DarwinPorts. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-24 | git.el: Put the git customize group in the 'tools'... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-24 | git.el: Try to reuse an existing buffer when running... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-07-24 | git.el: Prepend a slash to the file name when adding... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |