2006-04-05 | Avoid a crash if realloc returns a different pointer. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-05 | Avoid a divide by zero if there's no messages to send. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-05 | Merge git://git.kernel.org/pub/scm/gitk/gitk |
diff | tree |
2006-04-05 | Add git-clean command Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-05 | Merge branch 'fix' |
diff | tree |
2006-04-05 | diff_flush(): leakfix. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-05 | parse_date(): fix parsing 03/10/2006 Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-05 | cvsimport: use git-update-ref when updating Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-04 | GIT 1.3.0-rc2 Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-04 | Merge in xdiff cleanup pieces |
diff | tree |
2006-04-04 | Set HTTP user agent to git/GIT_VERSION Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-04 | git-ls-remote: send no-cache header when fetching info... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-04 | Merge branch 'pe/cleanup' |
diff | tree |
2006-04-04 | Merge branch 'lt/fix-sol-pack' |
diff | tree |
2006-04-04 | Replace xmalloc+memset(0) with xcalloc. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-04 | Use blob_, commit_, tag_, and tree_type throughout. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-04 | Clean-up trivially redundant diff. |
diff | tree |
2006-04-04 | contrib/git-svn: handle array values correctly Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-04 | contrib/git-svn: make sure our git-svn is up-to-date... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-04 | contrib/git-svn: ensure repo-config returns a value... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-04 | Use sigaction and SA_RESTART in read-tree.c; add option... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-04 | safe_fgets() - even more anal fgets() Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-03 | fix repacking with lots of tags Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-03 | Documentation: revise top of git man page Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-02 | pack-objects: be incredibly anal about stdio semantics Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-02 | Fix Solaris stdio signal handling stupidities Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-02 | Fix sparse warnings about non-ANSI function prototypes Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-02 | Fix sparse warnings about usage of 0 instead of NULL Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-02 | Remove useless pointer update Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-02 | contrib/git-svn: documentation updates Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-02 | contrib/git-svn: accept configuration via repo-config Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-02 | revision: --max-age alone does not need limit_list... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-02 | revision: simplify argument parsing. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-02 | revision: --topo-order and --unpacked Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-02 | revision: Fix --topo-order and --max-age with reachability... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-01 | Make path-limiting be incremental when possible. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-01 | Move "--parent" parsing into generic revision.c library... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-04-01 | Makefile: many programs now depend on xdiff/lib.a having... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-31 | rev-list --boundary: fix re-injecting boundary commits. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-31 | Merge git://git.kernel.org/pub/scm/gitk/gitk |
diff | tree |
2006-03-30 | contrib/git-svn: force GIT_DIR to an absolute path Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-30 | git-clone: exit early if repo isn't specified Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-30 | Make git-clone to take long double-dashed origin option... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-30 | tree/diff header cleanup. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-30 | assume unchanged git: diff-index fix. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-30 | revision.c "..B" syntax: constness fix Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-30 | revision arguments: ..B means HEAD..B, just like A... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-29 | rev-list --boundary Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-29 | rev-list: memory usage reduction. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-28 | rev-list --no-merges: argument parsing fix. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-28 | xdiff: Show function names in hunk headers. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-28 | Add ALL_LDFLAGS to the git target. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-28 | GIT 1.3.0 rc1 Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-28 | Merge branch ak/svn |
diff | tree |
2006-03-27 | Merge branch 'lt/diffgen' into next |
diff | tree |
2006-03-27 | Merge branch 'master' into next |
diff | tree |
2006-03-27 | add clean and ignore rules for xdiff/ Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-27 | Optionally do not list empty directories in git-ls... |
diff | tree |
2006-03-27 | Document git-rebase behavior on conflicts. |
diff | tree |
2006-03-27 | Remove dependency on a file named "-lz" Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-27 | Fix error handling for nonexistent names Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-26 | Merge branch 'jc/thin' into next |
diff | tree |
2006-03-26 | git-push: make --thin pack transfer the default. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-26 | Merge branches 'jc/clone' and 'jc/name' |
diff | tree |
2006-03-26 | Merge branch 'jc/merge' |
diff | tree |
2006-03-26 | Merge branch 'lt/diffgen' into next |
diff | tree |
2006-03-26 | git-svnimport: if a limit is specified, respect it Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-26 | Merge git://git.kernel.org/pub/scm/gitk/gitk |
diff | tree |
2006-03-26 | true built-in diff: run everything in-core. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-26 | contrib/git-svn: stabilize memory usage for big fetches Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-26 | Merge branch 'ew/email' into next |
diff | tree |
2006-03-26 | Merge branch 'lt/diffgen' into next |
diff | tree |
2006-03-26 | Merge branch 'rs/tar-tree' into next |
diff | tree |
2006-03-26 | send-email: lazy-load Email::Valid and make it optional Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-26 | send-email: try to order messages in email clients... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-26 | send-email: Change from Mail::Sendmail to Net::SMTP Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-26 | send-email: use built-in time() instead of /bin/date... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-26 | built-in diff: minimum tweaks Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-26 | builtin-diff: \No newline at end of file. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-26 | Use a *real* built-in diff generator Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-26 | tar-tree: Use the prefix field of a tar header Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-26 | tar-tree: Remove obsolete code Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-26 | tar-tree: Use write_entry() to write the archive contents Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-26 | tar-tree: Introduce write_entry() Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-26 | tar-tree: Use SHA1 of root tree for the basedir Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-26 | git-apply: safety fixes Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-25 | Removed bogus "<snap>" identifier. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-25 | Clarify and expand some hook documentation. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-25 | commit-tree: check return value from write_sha1_file() Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-24 | Merge branch 'jc/name' into next |
diff | tree |
2006-03-24 | Merge branch 'jc/cvsimport' |
diff | tree |
2006-03-24 | Merge branch 'jc/pull' |
diff | tree |
2006-03-24 | Merge branch 'jc/fetch' |
diff | tree |
2006-03-24 | send-email: Identify author at the top when sending... Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-24 | sha1_name: make core.warnambiguousrefs the default. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-24 | sha1_name: warning ambiguous refs. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-22 | Format tweaks for asciidoc. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-22 | Merge branch 'jc/pull' into next |
diff | tree |
2006-03-22 | git-pull: reword "impossible to fast-forward" message. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |
2006-03-22 | git-pull: further safety while on tracking branch. Signed-off-by: Junio C Hamano <junkio@cox.net> |
diff | tree |