summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-11-03Merge branch 'master' into np/index-packJunio C Hamano
2006-11-03gitweb: Better support for non-CSS aware web browsersJakub Narebski
2006-11-03gitweb: Output also empty patches in "commitdiff" viewJakub Narebski
2006-11-03Merge branch 'sp/keep-pack' into np/index-packJunio C Hamano
2006-11-03Merge branch 'maint'Junio C Hamano
2006-11-03gitweb: Use git-for-each-ref to generate list of heads and/or tagsJakub Narebski
2006-11-03for-each-ref: "creator" and "creatordate" fieldsJunio C Hamano
2006-11-03Add --global option to git-repo-config.Sean
2006-11-03pack-refs: Store the full name of the ref even when packing only tags.Alexandre Julliard
2006-11-03git-clone documentation didn't mention --origin as equivalent of -oAndy Parkins
2006-11-03Minor grammar fixes for git-diff-index.txtAndy Parkins
2006-11-03link_temp_to_file: call adjust_shared_perm() only when we created the directoryJohannes Schindelin
2006-11-03Remove uneccessarily similar printf() from print_ref_list() in builtin-branchAndy Parkins
2006-11-01Merge branch 'maint'Junio C Hamano
2006-11-01pack-objects doesn't create random pack namesNicolas Pitre
2006-11-01branch: work in subdirectories.Junio C Hamano
2006-11-01gitweb: Use 's' regexp modifier to secure against filenames with LFJakub Narebski
2006-11-01gitweb: Secure against commit-ish/tree-ish with the same name as pathJakub Narebski
2006-11-01gitweb: esc_html() author in blameLuben Tuikov
2006-11-01Merge branch 'rs/cherry'Junio C Hamano
2006-11-01Merge branch 'jc/refs-and-fetch'Junio C Hamano
2006-11-01Merge branch 'lj/refs'Junio C Hamano
2006-11-01git-svnimport: support for partial importsSasha Khapyorsky
2006-10-31link_temp_to_file: don't leave the path truncated on adjust_shared_perm failureJunio C Hamano
2006-10-31Merge branch 'maint'Junio C Hamano
2006-10-31Move deny_non_fast_forwards handling completely into receive-pack.Shawn Pearce
2006-10-31Remove unused variable in receive-pack.Shawn Pearce
2006-10-31revision traversal: --unpacked does not limit commit list anymore.Junio C Hamano
2006-10-31Continue traversal when rev-list --unpacked finds a packed commit.Jan Harkes
2006-10-31Use memmove instead of memcpy for overlapping areasEdgar Toernig
2006-10-31Use memmove instead of memcpy for overlapping areasEdgar Toernig
2006-10-31quote.c: ensure the same quoting across platforms.Junio C Hamano
2006-10-31Revert "send-pack --keep: do not explode into loose objects on the receiving ...Junio C Hamano
2006-10-30Surround "#define DEBUG 0" with "#ifndef DEBUG..#endif"Junio C Hamano
2006-10-30missing small substitutionNicolas Pitre
2006-10-29Teach git-index-pack how to keep a pack file.Shawn Pearce
2006-10-29Merge early part of branch 'np/index-pack' into sp/keep-packJunio C Hamano
2006-10-29Only repack active packs by skipping over kept packs.Shawn Pearce
2006-10-29Allow short pack names to git-pack-objects --unpacked=.Shawn Pearce
2006-10-29git-send-email: Read the default SMTP server from the GIT config fileSergey Vlasov
2006-10-29git-send-email: Document support for local sendmail instead of SMTP serverSergey Vlasov
2006-10-29Swap the porcelain and plumbing commands in the git man pageRobin Rosenberg
2006-10-29Mention that pull can work locally in the synopsisRobin Rosenberg
2006-10-29send-pack --keep: do not explode into loose objects on the receiving end.Junio C Hamano
2006-10-28gitweb: Add "next" link to commitdiff viewJakub Narebski
2006-10-28gitweb: Move git_get_last_activity subroutine earlierJakub Narebski
2006-10-28Documentation: fix git-format-patch mark-up and link it from git.txtJunio C Hamano
2006-10-28Documentation: Update information about <format> in git-for-each-refJakub Narebski
2006-10-28Bash completion support for aliasesDennis Stosberg
2006-10-28gitweb: Fix up bogus $stylesheet declarationsPetr Baudis